Mikel Pérez

Results 32 comments of Mikel Pérez

flatpak would be best IMHO since appimage has to be made executable after download so it isn't friendlier, distros are coalescing into flatpak and updates aren't handled by appimages

you could also use the freedesktop runtime OpenJDK extension http://blog.matbooth.co.uk/08-openjdk-in-flathub.html

ok so I see it works if I use js and babel, while it does not work with typescript's decorators. also that the @property decorator doesn't crash on typescript but...

Important and needs attention as this is frequent with many artists

is there a way of using it directly from a .nix without cloning the repo? via e.g. builtins.fetchGit

https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/linux#tips-for-community-supported-distros for openSUSE Leap says it should be fixable by installing `libopenssl1_0_0 gnome-keyring` and that the prerequisite install script supports it yet it doesn't work. I'm on Tumbleweed but I...

it doesn't work for me with scoped packages on yarn 3.2.3 @__@ having a .yarnrc.yml like this: ``` yarnPath: .yarn/releases/yarn-3.2.3.cjs nodeLinker: node-modules npmRegistries: "https://npm.pkg.github.com": npmAlwaysAuth: true npmScopes: pkgscope: npmAlwaysAuth: true...

this also happens on linux, not specific to macOS

+1 on please DON'T I get my HLS and GHC per project via nix expressions. I set haskell.serverExecutablePath to `nix-shell --pure hls.nix --run "haskell-language-server $@"` per workspace, this gets written...