Valery Viktorovsky

Results 10 comments of Valery Viktorovsky

I tried to set `PKG_CONFIG_PATH` path in the esy.json `exportedEnv` and `sandboxEnv` params but with no luck. On macos it's possible to run the example by copying the example dir...

> ``` > font: > # `antialias` - antialiasing strategy, can be `lcd`, `gray`, or `mono`. It would be great if we have ability to disable antialiasing. Please include an...

> Seems like at that point what you want is just a bitmap font. @chrisduerr I'm not sure, it's hard to find great bitmap fonts for programming nowadays, they usually...

@MultisampledNight I tried from fish and zsh shells, testcases below. from fish ``` echo $PATH /Users/bio/.cargo/bin /usr/local/opt/fzf/bin /opt/nvim-macos/bin /usr/local/sbin /Users/bio/Library/Caches/fnm_multishells/65695_1659794012529/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /Library/Apple/usr/bin /Applications/VMware Fusion.app/Contents/Public which nvim...

>does your shell print anything in its startup sequence No, I disabled all zsh configs and got the same issue. ``` zsh -d -f -i laptop% neovide laptop% ERROR [neovide::error_handling]...

`RUST_BACKTRACE=full neovide` output below ``` laptop% RUST_BACKTRACE=full neovide laptop% ERROR [neovide::error_handling] Could not parse event from neovim: invalid event format [Integer(PosInt(2)), Ext(1, [205, 3, 232]), Integer(PosInt(0)), Integer(PosInt(1)), Integer(PosInt(0)), Integer(PosInt(0)), Integer(PosInt(1))]...

@thawy-dev https://www.npmjs.com/package/groupinputs

It works on node v10.5.0 ``` firebase serve --only functions i functions: Preparing to emulate functions. Warning: You're using Node.js v10.5.0 but Google Cloud Functions only supports v6.11.5. i functions:...

@jyboudreau Thanks for pointing out the fnm. I just checked the fnm and I don't use `use-on-cd` feature. ``` cat ~/.config/fish/conf.d/fnm.fish fnm env | source ``` I upgraded the neovide...

@pedrofurtado you can specify packages from different locations: https://yarnpkg.com/en/docs/cli/add#toc-adding-dependencies `yarn add ` installs a package from a remote git repository. `yarn add #` installs a package from a remote git...