Torsten Scholak

Results 35 issues of Torsten Scholak

I want to work with flakes, and ``` $ nix --version nix (Nix) 2.3.15 ``` does not understand the `experimental-features = nix-command flakes` flag. Therefore, following numerous tutorials on the...

I’d like to change the font in VS Code editor to what I have set in the Blink terminal, but to no avail. Can this be done?

feature
help wanted

I just cloned the repo and tried to build it with nix on macOS but to no avail: ``` $ git clone [email protected]:dhall-lang/dhall-haskell.git $ cd dhall-haskell $ git --no-pager log...

build

Holden Karau has a project, https://github.com/holdenk/spark-testing-base, that provides scalacheck `Gen`s and `assert` helpers for `RDD`, `Dataframe`, and `Dataset`. It would be cool if there was a frameless-scalacheck sub-project with a...

feature

Hi, With a very basic flake modelled after the example in the Haskell.nix documentation, `nix flake check` fails with: ``` error: a 'i686-linux' with features {} is required to build...

I'm seeing this: ``` patching script interpreter paths in /nix/store/0rqj5xsicj4rw2hhmwcsyh76ihbnm1w9-python3.8-torch-1.9.0 Traceback (most recent call last): File "/nix/store/6sd8810np0z3k5rsbipgmyq6abfjrvn3-python3.8-numpy-1.21.0/lib/python3.8/site-packages/numpy/core/__init__.py", line 22, in from . import multiarray File "/nix/store/6sd8810np0z3k5rsbipgmyq6abfjrvn3-python3.8-numpy-1.21.0/lib/python3.8/site-packages/numpy/core/multiarray.py", line 12, in from...

Hi @YPares, @austinvhuang mentioned tweag and your name on the https://github.com/hasktorch slack channel recently, and I got curious and had a look at tweag's open source haskell libraries and promptly...

examples

https://rockt.github.io/2018/04/30/einsum

enhancement

Hi, After installing `thrift-0.0.1-cp38-cp38-linux_x86_64.whl`, I'm now looking for a way to compile the code generated by `thrift1 --gen mstch_py3 x.thrift`. I'm getting a folder, `gen-py3/x`, with the following contents: ```...