scalavision
scalavision
The build is defined here for reference: https://github.com/scalavision/nixpkgs/blob/add-jep-lib/pkgs/development/tools/jep/default.nix
oki, thanks a lot for the feedback :-) I will dive deeper into the python stuff then.
I was looking for the same, but found that I can use `chart.getStyler().setXAxisLabelRotation(90)` to rotate the labels.
I get the same error when running inside Singularity container on a slurm cluster (guess it is because of red hat). It works running it on NixOs, but not on...
I still have this problem after a fresh install of home-manager. I get this when opening a nix file: ``` Error detected while processing FileType Autocommands for "*": E5108: Error...
Thanks @mjlbach , seems my problem is that the version of tree-sitter is 0.19+ in nixpkgs, while the supported version is 0.18+, not sure if this this something in my...
Thank you @asntech, yes, I am still getting it. Are you able to reproduce it? Unfortunately I don't have time to look into it at the moment, but we are...
using NixOps 1.7, I also get the same as you ..
I think WASM will become ``the way`` to deploy serverless solutions: * https://blog.cloudflare.com/webassembly-on-cloudflare-workers/ Here is an example written in Rust: * https://new.blog.cloudflare.com/cloudflare-workers-as-a-serverless-rust-platform/ To serve functions like this, I wonder if...
I made an attempt at this, but it probably requires a lot more knowledge about the inner workings of both dotty and zio-sql to make everything works. Basically the library...