Piotr Kaczyński
Piotr Kaczyński
There's `value_counts` method in the documentation. https://sassoftware.github.io/python-swat/generated/swat.cas.table.CASTableGroupBy.value_counts.html#swat.cas.table.CASTableGroupBy.value_counts There's no such method in the implementation. There's `count()` instead, which is not documented, though.
It would be nice to have feature, such as in django-sendfile, to have some kind of development backend which does not specify a backend and basically does nothing with the...
I think the documentation about x-sendfile for Apache and lighttpd has some wrong code imports, for example: > Then set django_downloadview.apache.XSendfileMiddleware as DOWNLOADVIEW_BACKEND: > # END backend Then, the code...
I have a simple page tampleate: ``` html @page { size: a4 portrait; /*landscape*/ margin: 2cm; @frame content_frame { left: 50pt; width: 512pt; top: 50pt; height: 212pt; -pdf-frame-border: 1; -pdf-keep-with-next:...
Validation steps always ends like this. Is python 3.8 supported? ``` Traceback (most recent call last): File "c:\programdata\miniconda3\lib\multiprocessing\pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "c:\programdata\miniconda3\lib\multiprocessing\pool.py", line...
There's no way to create report with band detail in "full framing" (i.e. borders left, right, top, bottom) and auto_expand_height. If you create a row of ObjectValues with border: all...
If I use additional fonts, the second pdf generation raises an exception.
I don't know how to enumerate rows in a report. For example I want to create an invoice with concurrent numbers: No. Name Value 1. X 100 2. Y 200...
There is a bug in serializing connector properties when using `configfilesection`. Example: ``` request_source = esp.SourceWindow( name='request', schema=('espid*:int64', 'clnt_id:double'), index_type='empty', insert_only=True, ) request_source.add_connector( SocketPublisher(configfilesection='[REQS]') ) ``` In the end it...
### Describe your issue There is a strange error 422 when chatting (no response is shown on the chat screen) and the prompt is empty ``` 2024-03-19T17:51:41.556109Z ERROR axum_server::errors: response="status...