egasimus

Results 69 issues of egasimus

``` This commit introduces the `-c

Node 14.17.5, pnpm 6.14.3, both installed via Nix 2.3.15 on Ubuntu 20.04: `node-gyp` fails, returning a big pile of warnings, plus this one error: ``` │ ../src/./tree_sitter_markdown/block_context.cc: In member function...

Hi Dominic : ) I'm using klick as transport master with `klick -T -P `. But if I also enable OSC with `-o `, klick stops responding to JACK transport...

## Describe your changes Fixes https://github.com/anoma/namada/issues/2518 ## Checklist before merging to `draft` - [ ] I have added a changelog - [x] Git history is in acceptable state

Continuation of https://github.com/anoma/namada-shielded-expedition/issues/206 People seem to be solving this by escalating to root within the container, which is suboptimal from a security perspective. I suggest one of the following fixes...

bug

* NixOS install instructions * enabling SPICE USB passthru under NixOS leaving this as draft for now because I may contribute some more to the README as I get more...

This enables importing "protobufjs/light" and "protobufjs/minimal" in native Node/ESM contexts. See also: https://github.com/protobufjs/protobuf.js/pull/1930 (for v7)

This enables importing "protobufjs/light" and "protobufjs/minimal" in native Node/ESM contexts. See also: https://github.com/protobufjs/protobuf.js/pull/1931 (for v6)

As part of [my compositor experiment](https://github.com/Smithay/smithay/discussions/858), I'm working on [the `Engine` trait](https://github.com/egasimus/charlie/blob/main/src/traits.rs#L44) which decouples backend (winit, udev, etc) from compositor. ```rs /// state of compositor. does not contain reference to...

Just changing from `pub(crate)` to `pub` to allow these structs to be created from outside the crate. This enabled me to write an [alternate winit backend](https://github.com/egasimus/charlie/blob/rebuild/src/engine/winit/patch.rs) which shares the winit...