Fernando Canteruccio

Results 10 comments of Fernando Canteruccio

@mjlbach Thx for the response! ``` inputs = { nixpkgs.url = "nixpkgs/nixos-21.05"; neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; }; ... overlays = [ inputs.neovim-nightly-overlay.overlay ]; ``` I was using `nixpkgs/nixos-21.05`. I've switched to...

@jonascarpay Hey mate, sorry for the delayed response. I can't even build without fixing the nixpkgs input. It fails while trying to start `pmount` service. Fixing on unstable is bugging...

@shaunsingh Hey mate, I haven't fixed the issue no, sorry. However, I had to get back to 21.05 (because unstable caused other problems to me) and I'm looking forward to...

Hey guys! Follow up from yesterday: As @mjlbach suggested, the flake works fine if you don't fix the nixpkgs version on your own system flake. :+1: However, I need to...

OK! I've managed to get neovim-nightly working with the fixed 21.05 input by using the neovim's contrib flake's overlay instead of this one. My final flake: ```nix { # ......

Yes, that is where I got the idea for using their flake from: https://github.com/nix-community/neovim-nightly-overlay/blob/master/flake.nix#L7 @mjlbach Sorry for the low IQ question, but can you please clarify what is the value...

Cool! Thank you very much for the clarification and for the good work, dude! :rocket:

Hey @pixtron! Thanks for the replies and sorry for the delay. Yea, it looks like it would solve the issue. The work around looks good too. I'll try and test...

This is a major concern on my application. I see the issue is resolved on [#1360](https://github.com/cssinjs/jss/issues/1360#issue-650310927), but not merged because of a CI config problem. D= If someone can address...

@patmmccann, I've updated the loading method to use `loadExternalScript` in this [PR](https://github.com/prebid/Prebid.js/pull/9901). The changes were contained and only replacing the loading method. However, it looks like somehow it is affecting...