Dylan Frankland

Results 25 comments of Dylan Frankland

I can expose an API for this plugin to consume if it makes things easier.

Continuing the conversation from #25… I was looking into how `headless_chrome` automatically installs `chromium` and it doesn't look like it is too much work to port it over: "fetcher" for...

I was able to get this to work by using a systemd service to copy the `configuration.nix` and run `nixos-rebuild switch`. You can inspect the script and surrounding setup here:...

I am not sure if this is possible nor do I know if this is a good idea, but we could make a new option in the `nixos-generate.nix` for each...

Has anyone tested OSC 7 CWD and tabs for macOS? I use fish shell which supports it natively, but it doesn't seem to work for me.

I finally figured it out! [I found how `fish` is updating the OSC 7 CWD](https://github.com/fish-shell/fish-shell/blob/3eff7b26bf3cc2b62d2ff7ebdc49d2793e718496/share/functions/__fish_config_interactive.fish#L279) and realized that if I set the `VTE_VERSION` it would work: ```lua return { set_environment_variables...

There's a new `0.4.0-alpha.0` version on crates.io now: https://crates.io/crates/linux-embedded-hal/0.4.0-alpha.0

I am still able to reproduce this: https://codesandbox.io/s/exciting-morning-k68j1s

Correct me if I am wrong, but it seems like the order of operations in the old code is different than the new one. [Old code](https://github.com/astraw/stm32f3xx-hal/blob/d5917147a7c209e2786314ce2a614617ed0580f4/src/pwm.rs#L227-L235): ``` prescale_factor = ((clock_freq...

I think we are all good with the work @rubberduck203 put in for [`awesome-embedded-rust`][]. Thank you! Considering the amount of documentation that links to [`stm32f30x-hal`][] I think it'll be good...