Maarten Oosten
Maarten Oosten
I would love this. I have multiple projects for the same company, that have shared variables and settings. I store them like: - `~/dev/company/project1` - `~/dev/company/project2` I would love to...
Nope. It is used. The syntax decided for pattern matching is a bit counterintuitive. In this example: ```python case MyClass(my_test=True): ``` is more or less equivalent to: ```python if is_instance(x,...
Awesome! Works. Thanks. I'm using: ``` HSA_OVERRIDE_GFX_VERSION=11.0.0 ./webui.sh ``` which should do the same thing...
I have the same issue. A large drawing won't export to PNG, instead showing a pop-up: > Error > Failed to execute 'showSaveFilePicker' on 'Window': Must be handling a user...
Thanks for your quick response. Do you plan on implementing a feature like `next_up` and `next_down` for BigFloat? See: https://doc.rust-lang.org/std/primitive.f64.html#method.next_up . That would give some hand holds to do it...