Philip Munksgaard
Philip Munksgaard
This is a potential fix for #48. I don't know if that's exactly what everyone is asking for, but it's certainly what I'd like. However, I have no idea if...
I get a screen looking like the one below, when i try to run the following code: ``` clojure (ns test.core (:use lanterna.screen)) (defn main-loop [scr x y] (redraw scr)...
As discussed in #13, we should fix the paths in the pills to make them more generic. Right now, it says `/home/nix` in a lot of places, which should probably...
[Ellie link](https://ellie-app.com/3X5v6D8PV8Sa1) I've tried to port [the first example from the old version](https://terezka.github.io/line-charts/) to 0.19, but the `hoverMany` function seems to work differently from what it did back then. I...
I've created an empty Cargo repository with just an empty lib.rs and the following flake.nix: ```nix { inputs = { fenix = { url = "github:nix-community/fenix"; inputs.nixpkgs.follows = "nixpkgs"; };...
I'm getting 400: Bad request when trying to login to snapchat. Any chance this can be fixed?
I mean... [seriously?](https://github.com/diku-dk/smlpkg/actions/runs/4113821446/jobs/7100419685)
As per [this comment](https://elixirforum.com/t/adding-support-for-decimal-in-explorer/61855/3?u=munksgaard) I am opening this issue. I am working with monetary data, for which floats are largely discouraged. As a result, I am using the fairly popular...
When running dialyzer in my project (which relies on nimble_csv), I get the following error: ``` deps/nimble_csv/lib/nimble_csv.ex:523:unmatched_return The expression produces a value of type: [integer(), ...] but this value is...
### Environment * Elixir version (elixir -v): 1.16.1 ### Actual behavior I have a stream with elements that have children with conditional rendering. The when changing the assigns those conditionals...