Jon Gjengset

Results 171 issues of Jon Gjengset

When compiling the various sgx binaries and libraries (in particular inside qemu), a lot of compiler warnings are given for the sgx .c files. It would be great if these...

`sgx-tool` requires the device key to be placed in a subdirectory called `conf/`. This also does not seem to be overrideable by a command-line parameter. Given that this is, in...

This PR does two things. First, it adds a new smoke test to the mix: `cargo check -- -D warnings`, which will error on _any_ warning from `rustc`. Second, it...

We recently made the decision to have this repository provide building blocks for CI (and a single, "80%" default template), since we found it too difficult to expose all the...

Currently, we just make sure that CI _passes_, but ideally we'd have a way to see that the CI scripts actually run the right commands in every job given the...

At the moment, `TextField` only supports the `OnChanged` event callback, which triggers every time the user makes an edit to the field (often just a single character change). It is...

Waiting on rust-lang/rust#63063.

Following a discussion over at https://github.com/gimli-rs/addr2line/pull/61#discussion_r146110623, I'm thinking of implementing the Eytzinger array-based search in Rust. But, looking through https://github.com/patmorin/arraylayout/blob/master/src/eytzinger_array.h, it's not immediately clear to me which of the variants...

```console $ cargo r --release -- --file (echo 'let mapleader = "\\"' | psub) --outdir converted Finished release [optimized] target(s) in 0.03s Running `/home/jon/.cargo-target/release/vim9jit --file /tmp/.psub.RwbSA8XMXW --outdir converted` thread 'main'...

Once a chart is associated with a dashboard, it is no longer possible to change its color scheme. In the customize panel, the color scheme dropdown displays the warning: >...

good first issue
#bug