James Brock

Results 280 comments of James Brock

There is now a `flake.nix` from #15 But nixifying this whole project would be great. Possible starting points: * https://github.com/IHaskell/IHaskell/blob/master/flake.nix * https://github.com/tweag/jupyterWith/blob/main/flake.nix

The `flake.nix` actually is a nixification of this whole project. And I just updated it to the latest jupyterWith. Thx again @DavHau .

I think this is a really good idea.

My understanding of what @abarbu proposed: If we split the type `DisplayData` out into a separate package `ihaskell-displaydata`, then users can produce a `DisplayData` by just depending on `ihaskell-displaydata`. And...

Adding these lines to the `.spec` file worked for me for PyInstaller v6.2.0. ``` datas += collect_data_files('timm', include_py_files=True) datas += collect_data_files('torchvision', include_py_files=True) ```

I don't have easy access to MacOS to check this out but if you solve it I would like a PR that fixes it please.

To me it’s very obvious that there must be separate packages for `gtk3` and `gtk4`. But it's a lot of work. The best way to resolve this issue is to...

Thanks @garetxe for all your work on this! It's a really great project.

There's a new method for maintaining these derivations, see the `default.nix` files in each package’s directory. https://github.com/justinwoo/easy-purescript-nix/blob/c8eee8f0df073deedd8d94314a01b76b0d9ff33d/psa/default.nix#L1-L4

Yes, Haskell Github Trust accepts “all packages, in any condition, with zero committment.” https://github.com/haskell-github-trust#how-to-add-your-own-package-to-the-trust But are you sure that that's a good idea for these packages? They're already curated by...