Results 109 issues of Simonas Kazlauskas

So I have a system-wide installation of `libtorch` that is built exactly according to my needs. However there isn't a way to have `torch-sys` to "just" link from a system-wide...

Today we have a couple of WebAssembly specifications – the `wasm-core-1` W3C Recommendation is a snapshot from 2019 and then there is a living draft for 1.1 which includes multiple...

wasmparser

This is especially useful in the context of Windows where overcommit is impossible (i.e. it would in most cases show possible regressions in Windows even if tests are run on...

`XF86XK_AudioForward` is not exported from `Graphics.X11.ExtraTypes.XF86` even though a similar `XF86XK_AudioRewind` is.

**Describe the bug** I have been attempting to set up a local network “radio” server, and I figured I would try out the `SRT` protocol, as recommended by the book....

bug
RC
next major cycle

In [https://github.com/near/nearcore/pull/6693](https://github.com/near/nearcore/pull/6693) we replaced json configs with flat differential configs instead. However this only applies to the versioned configs consumed by nearcore. Tools like `near-vm-runner-standalone` appear continue expecting a full...

Today if you want to adjust the logging levels in nearcore, you will usually set the `RUST_LOG` variable, using the `EnvFilter` syntax. However, there is no obvious correlation to the...

C-enhancement

See https://github.com/rust-lang/rust/pull/33441#issuecomment-217312409. It forced another commit which was on top of the queue to start building. That in itself is fine, but I’m not sure the message on that same...

If a comment with r+ has been edited then homu will emit > :bulb: This pull request was already approved, no need to approve it again. > > There's another...

Creating an instance of `Clang` involves calling `clang-sys::load()` which dynamically loads the clang library for the currently executing thread. With `Clang: Send` (which is implemented automatically due to the auto-trait...