Jarek Samic

Results 15 issues of Jarek Samic

Overriding a theme that wasn't the default (`.ace-chrome`) has proved to be far more trouble than it's worth (it's a hassle to remember to change the theme to chrome). Sometime...

enhancement

From what I remember, this theme is an example of how to do it. https://userstyles.org/styles/150560/dark-rust-documentation

enhancement

Over in #20, it was noted that the use of compile-time lifetimes to represent the lifetime relationships between the various NVML data structures greatly complicates storing those structures alongside each...

enhancement

https://github.com/Cldfire/nvml-wrapper/blob/master/src/device.rs#L2945 https://github.com/Cldfire/nvml-wrapper/blob/master/src/device.rs#L3237 This may or may not be possible to do after https://github.com/brson/error-chain/issues/48 is resolved.

enhancement

I went to see if I could grab a deps.rs badge for a project of mine (https://github.com/Cldfire/minecraft-status) and it appears that currently there's no way for me to tell deps.rs...

feature

Hi! Author of [`nvml-wrapper`](https://github.com/Cldfire/nvml-wrapper) here. I've just published [`nvml-wrapper` 0.7.0](https://docs.rs/nvml-wrapper/0.7.0/nvml_wrapper/), the headlining feature of which is the ability to load the NVML library at runtime (as opposed to linking to...

### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? On the v23.8.1 release, creating a new budget file immediately...

bug
help wanted

### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? The reconciliation UI (via the reconcile feature) causes the transaction...

bug
help wanted
user interface

Create [an in/out entrypoint object](https://esbuild.github.io/api/#entry-points) in your esbuild config: ```ts const bundlerCtx = await esbuild.context({ // ... entryPoints: [ { in: "some/file.ts", out: "some/file", }, ], // ... }); ```...

bug

In #5, it was noted that forgetting to enable the `SERVER MEMBERS INTENT` results in seemingly unrelated error messages: ``` Failed to update bot's status: sending the message over the...

enhancement