Pontus

Results 13 issues of Pontus

I want to be able to define my own query language for backend datatable filtering. In the [documentation](https://dash.plotly.com/datatable/callbacks#backend-paging-with-filtering) it is supposedly being worked on. But I can not find any...

**Describe your context** I am using the datatable as described in [Backend Paging with Filtering and Multi-Column Sorting]( https://dash.plotly.com/datatable/callbacks#backend-paging-with-filtering-and-multi-column-sorting.) I have taken that code one step further by adding a...

Hello. Trying to install this using `cargo install svls` but it get stuck at ` Building [=======================> ] 194/195: svls(bin)`. Windows 11 rustc version 1.61.0 rustup version 1.24.3

Hello. I have a sphinx with read the docs theme. When I generate documentation for my pydantic models I get a different font in the toctree for my models. ![image](https://user-images.githubusercontent.com/36114799/214610324-fdb24ad1-dca0-4f46-b532-e432d6148e34.png)...

question

**Describe your context** When using `dash_duo` and performing tests on our application we get the following deprecation warnings ``` C:\repositories\database-gui\venv\Lib\site-packages\selenium\webdriver\remote\remote_connection.py:391: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3...

**Test case** ```systemverilog module test `ifdef TEST_MACRO import my_pkg::*; `endif (); endmodule ``` **Actual output** ```systemverilog module test `ifdef TEST_MACRO import my_pkg::*; `endif (); endmodule ``` **Expected or suggested output**...

formatter

Hello! Is it possible to set a setting so it does not try to open https://www.schemastore.org/api/json/catalog.json on launch. I am trying to use this extension at work, where I do...

Since there is no make_subplots function in this library yet, I created this example of creating multiple subplots with titles in each.

Hello! I am trying to use SVLINT_CONFIG environment variable but it is not working for me. Is it possible to add support to be able to do something like this...

I have specified in .svls.toml that I only want to parse files inside src. But it tries to parse files in my other folder (fail_src) as well. With the following...