David Oleander

Results 20 issues of David Oleander

**Quick Summary:** The compiler crashes with the following message: ``` Compiling (1)elm: Map.!: given key is not an element in the map CallStack (from HasCallStack): error, called at ./Data/Map/Internal.hs:610:17 in...

bug

Currently, there is no performant way to query a subset (range) of keys in a dictionary. The best way currently involves converting the entire `Dict` to a list and then...

This is what my html looks like: ```html [...] [...] undefined ``` I have confirmed that the "undefined" text does not appear when using `elm make` ``` elm-live --version 4.0.2...

It would be nice to be able to specify a default `trials` value for an entire test run. The idea would be to do a more rigorous run once per...

I've installed `rust-script` via nix like so: ``` nix-shell -p rust-script ``` In that shell, I can run the rust-script executable: ``` [nix-shell:~]$ rust-script --version rust-script 0.20.0 ``` However, if...

The `Quantity` API allows for the wrapped value to be any numeric value. In some cases, units that are less than zero are not possible, and it would be nice...

This would behave similarly to `String.pad`/`String.padLeft`/`String.padRight`, where a given value would be added until the provided length is met.

Currently, clicking the Layout menu icon will toggle the drawer. We should allow the client to specify a custom message to receive when it is clicked. This goes along well...

Currently, the Layout will always be rendered with the "menu" icon. We should allow the client to choose a different icon (e.g. "arrow_back").

Currently is is not possible to ``` import Material.Component ``` or to reference the type `Material.Component.Index`. Since this is in the signature of many library methods (`render`, etc.), I would...