Benjamin Levy

Results 35 issues of Benjamin Levy

`pddi` output: https://clbin.com/16GAo

enhancement
core
controlflow

It's possible for `counter` to be the first argument in the URL, which means the find-and-replace with `&counter` won't work.

### Description The Firefox module [hardcodes `mozillaConfigPath`](https://github.com/nix-community/home-manager/blob/2c94b9801f1a11cde0fc97aa850687bb9137d42c/modules/programs/firefox.nix#L12). There are some cases where the user might want to change this. For example, if the user is using the Flatpak version of...

feature request

### Summary In the code below, how can I cast the `JsValue` to `Foo`? ```rust #[wasm_bindgen] pub struct Foo(u8); // Assume this can't be serialized or deserialized #[wasm_bindgen] pub fn...

question

When I try to run the server, I get this output in `*meghanada-server-log*`: ``` [INFO ][Main : 54] use java home: /usr/lib/jvm/java-8-openjdk/jre [INFO ][Main : 55] use java runtime: OpenJDK...

This is a really cool mode! One thing I noticed, though, is that `selectric-save-bindings` only saves global key bindings, meaning all major mode key bindings are disabled in `selectric-mode`. I'm...

It looks like 1e72a297d7b8bd734a38cf4a9e80c531335e8fef renamed `nix-unpack` to `nix-shell-unpack`, but the README still lists the old name.

WaterDrop 2.0 is backwards-incompatible with 1.*, so malg crashes without explicitly using the older version. Core-consumer assumes that karafka allows multiple topics for the same consumer, which isn't true with...

This would be useful for cases where you have integers and want to avoid the overhead of converting from integers to a string, then back to a `ChronScheduler`

The page [here](https://docs.rs/schedule/0.1.0/schedule/trait.Schedule.html) shows that `Schedule` has no implementors, even though it does in the upstream code.