Florian Obersteiner
Florian Obersteiner
### Problem Description * When you open Spyder, IPython console, Editor and the Help pane are shown by default.  * **--> however, I'd like to have another...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
addressing #77 I've added an example benchmark that illustrates the "no-op baseline", i.e. the time the benchmark code takes to benchmark an empty function.
Hi there :) Just stumbled across this; your library (which is quiet fun to play with!) is not using `std.Build.pah` function yet. Instead, the build.zig uses the now (as of...
I noted that the warning ``` skipping example 'list_port_info' - only supported on Windows ``` from 'list_port_info' being Windows-only pops up whenever `serial` is called as a dependency in a...
Zig 0.13 got released: https://ziglang.org/download/0.13.0/release-notes.html Most severe change is the `std.Progress` API; [new](https://github.com/ziglang/zig/blob/master/lib/std/Progress.zig) vs. [old](https://github.com/ziglang/zig/blob/0.12.x/lib/std/Progress.zig).
In Zig version >= `0.14.0-dev.1052+d6f997259` (and probably some versions before, didn't track them all), this will not work anymore on Linux: https://github.com/ZigEmbeddedGroup/serial/blob/91d2e8176b2f22bdb5963fb6380d1c07b24bf98a/src/serial.zig#L724C21-L724C51 the `std.os.linux.tc_cflag_t` implementation changed, now there is no...
there is an incorrectly escaped `"` in `zig.json` which can cause annoying error messages in nvim. See also https://ziggit.dev/t/did-i-mess-up-my-lazyvim-config/6325
I noted that hermes obtains the version for the publication from the CITATION.cff file, if I configure it to harvest that. There seem to be two problems with that, 1)...
- `.zon` files are the manifest files for the [Zig](https://ziglang.org/) build scripts, see e.g. https://github.com/ziglang/zig/blob/master/doc/build.zig.zon.md - they can be commented just like regular `.zig` files with a `//`