Serhii Khoma

Results 139 issues of Serhii Khoma

nixos ``` ✘  ~/projects/mit-ocw-dl   master  python3 python3.x/download.py https://ocw.mit.edu/courses/14-01sc-principles-of-microeconomics-fall-2011/video-lectures/ Traceback (most recent call last): File "/home/srghma/projects/mit-ocw-dl/python3.x/download.py", line 56, in f = urllib.request.urlopen(str(sys.argv[1])) File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/urllib/request.py", line 216, in...

hi, i'm new here they both provide language server for nix 1. what is the difference? 1. which should I use? 1. I see nil can be used as pre-commit-hook...

C-support

![2023-06-01-02pm-34-46-screenshot](https://github.com/zacwood9/Attics/assets/7573215/b492b11e-2ce0-4700-9266-9c9d778724f5) found this project here

i'm new to cordova I see in https://cordova.apache.org/docs/en/latest/guide/platforms/android/#signing-an-app that keystore is generated using user provided password is this keystore file reused OR new one is created?

**To Reproduce** ```sh $ node -v v21.0.0 multiline_string=" Hello World! " # Echo the multiline string to a file in the temporary directory echo "$multiline_string" > /tmp/multiline_file.txt node --trace-deprecation node_modules/.bin/mjml...

``` ~/projects/jumpcutter   master ±✚  nix-build -A bundle --show-trace error: attribute 'lib' missing at /nix/store/sxr7i1w7jc28w5x8pbpng516zwhjqv5y-source/default.nix:38:21: 37| # TODO: eventually should this go in nixpkgs? 38| nix-user-chroot = stdenv.lib.makeOverridable...

when `import` webpack function is used ```js exports.lazyLoadedImport = function() { var x = import( './Example.Lazy.LazyLoaded.purs' ) console.log(x) return x } ``` it throws error - ``` Unable to parse...