Richard Janis Goldschmidt
Richard Janis Goldschmidt
Is there a way to teach bar to use my system's native DPI (213)? I have set that value in `/etc/X11/xorg.conf.d`, and also for the `Xft.dpi` setting in `.Xresources` (although...
**Is your feature request related to a problem? Please describe.** I need to import a 43M sized CSV file that has a timestamp column that follows the pattern `yyyy-MM-ddTHH:mm:ss.SSS` for...
MWE with github CI showing the problem: https://github.com/SuperFluffy/google_proto_struct_mwe/runs/4928173386?check_suite_focus=true I am getting a compiler error when compiling well known types: ``` error[E0391]: cycle detected when computing when `google::protobuf::Struct` has a significant...
Since kernels can now call other kernels, I wanted to try and call `cublas_v2` routines from inside my kernels. I can't figure out though how I get this to compile....
## Feature Request Run clippy in pedantic mode, `-W clippy::pedantic`. ### Motivation Right now clippy is run in standard mode, which is quite lenient and does not catch a lot...
I would like to be able to reset the internal `KeccakState` of a `Keccak` instance so that its buffer and offset are zeroed out. I can see that there is...
Is it possible to reference a particular line in a multiline equations, such as created by the `align` environment? A LaTeX example would be: ```latex \begin{align} f(x) &= x +...
I am trying out the GSL bindings, and wanted to run/build the `multifit_solver` example. Right off the bat I am getting the following error (following the other `stdout` at the...
I have a usecase for `IndexSet`, where `T` is a complex struct with a hash that is computed on a reduced subset of its fields. I would like to be...
The following example fails to highlight correctly. It seems somehow related to having verbatim text within a code block: ```markdown This is a link text: [`some link text`]. This is...