brainbytes42
brainbytes42
Sorry for flooding - I'm just discovering lots of cool features... ;-) I have tried this example, which works perfectly fine - until I make it write to TOML, which...
I'm modeling a nested configuration structure, which will contain defaults for some values. In the example below, I have a simple string foo, for which this works perfectly, if I...
I just tried out your library, as i found the 'pure' java way using the `WatchService` kind of ugly - nice work to wrap that with this library! When playing...
For me, one reason to use separate processes, is to be able to terminate them, for example if they are running too long or aren't responding anymore. The child-processe's code...
Hi, is it possible to include modules / module paths in created java processes? I'm trying to spawn JavaFx Applications in their own processes to encapsulate them, but have a...
I have a DAO-interface, which is driven by the SQL Objects-Extension. For one Method I have this annotations: ```java @SqlQuery( ... ) @RegisterRowMapper(MapMapper.class) List myMethod( ... ); ``` I'd like...
### Shadow Version 8.1.1 ### Gradle Version 8.6 ### Expected Behavior I'm using gradle/libs to share dependencies in my multi-project-build (see https://docs.gradle.org/current/userguide/platforms.html). I'd like to exclude some dependencies for some...
### What feature would you like to see? It would be great, if the Selection-View could be set to show the "local" address inside the view (starting at 0) as...
### Is your feature request related to a problem? Parsing a csv with iso-8859-1-encoding is impossible with polars-backend: `ibis.polars.connect().read_csv(my_path, encoding='iso-8859-1')` fails, as it uses polars' scan_csv, which supports utf-8 only....
### What happened? In PyCharm / Jupyter Notebook, if I plot a bar chart with according number-labels like in [this example](https://altair-viz.github.io/gallery/bar_chart_with_labels.html) (but vertical) and make the chart interactive, the label...