Philipp A.
Philipp A.
Okay! Maybe the better request would then be: Can we refactor the checks in a way that only a small, well-defined subset of functions, modules, or classes has to be...
This would still be great to have
pandas2ri should do this correctly, e.g. for `IntVector`s (that aren’t factors): ```py r = pd.array(v, dtype=pd.Int32Dtype()) r[np.array(baseenv["is.na"](v), dtype=bool)] = pd.NA return r ```
The general problem is that while many things are able to use the system theme by default `(prefers-color-scheme: dark)`, they also allow some toggle to override this. And the way...
Why not? You’re doing `body:not([data-theme=light]) ` and I’m doing `*[data-theme="dark"] `. Both should work right?
I think I have an approach that should work.
Could you take a look please?
well, `sessionmaker` is mostly called toplevel, but there’s no reason why a class-returning function couldn’t be called in functions. i suggest that functions have `variable_names`, classes have `ClassNames`, and: 1....
> Which other rust packages are redundant with tokamak and which can be used complementary? exactly. tokamak includes a rust grammar, so also installing `language-rust` is redundant and you end...
in the first comment: `language-rust`, `terminal-plus`, `build-cargo` are redundant; `linter-rust` is complementary