椰格

Results 11 comments of 椰格

在WSL上勉强跑起来了…… 先用pulseaudio的windows port版修好音频 然后用x server跑gui ![image](https://user-images.githubusercontent.com/12110829/50381813-3b07b780-06cb-11e9-9e85-d98cc84f09c9.png)

As far as I'm concerned it isn't possible for extensions to implement this -- at least we need to be able to read user input in some way (for the...

It seems that `dioxus-cli v0.6.1` introduces a mechanism of auto downloading the correct version of `wasm-bindgen`, but I couldn't make it work no matter how. I even tried manually downloading...

After digging into the source of `dioxus cli` I found out the reason why `dx` skipped installing the proper `wasm-bindgen`: the trigger for installing `wasm-bindgen` comes after the logic of...

> > After digging into the source of `dioxus cli` I found out the reason why `dx` skipped installing the proper `wasm-bindgen`: the trigger for installing `wasm-bindgen` comes after the...

> IDK if that's the case. I am using `dioxus-cli` pinned from NixOS master (this looks to be 0.6.0 as of this writing). If the behavior changed as of the...

Can confirm this happened multiple times on nixOS Hyprland and gauntlet v14, still yet to discover the pattern though. Also, I just noticed that there isn't a convenient way to...

Hi there, I'm new to nixOS and I'm trying to get this to work with my old config. I'm using flakes and the base of nvimdots is working, but I...

> I forgot that in nix flake, only git managed files are copied to `/nix/store`. An error occurs because `lua/user` in this repository is not managed by git. To resolve...

> Placing user directories is easy with home-manager. In that case, you need to specify the relative path in your repository instead of the path to this repository. I see,...