Mickey
Mickey
Hello, Can you please update the `README.md` to v`0.16`? ``` elm port count = length
It would be great if BigInteger had formatting function. For example, using D3's formatting: ``` javascript var myBigInt = BigInteger("1234567890"); console.log(myBigInt.format(",.02f")); // "1,234,567,890.00" console.log(myBigInt.toString(",.02f")); // "1,234,567,890.00" ``` Thank you
I am trying to use Passport (`v0.3.2`) and `LocalStrategy`, I have copied the example code as is and it does not work at all. I am not getting any errors,...
Hello and thank you. It would be a great option if we could set the tooltip to only show if the content overflows its container. Thank you.
Currently if there are no comments in the SASS/SCSS files for sections, each section gets `DEFAULT_SECTION` as section name, which is set to `variables`. It would be nice to use...
## Problem Following "Hello World" example, started the server. When navigating to the URL there is an error: ``` Failed to decode an Elm error Compilation failed /Users/me/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/elm-land/node_modules/.bin/elm: line 13:...
IntelliJ `14.0.1`, Haskell `0.4.1-beta`, Windows `8.1` Settings in IntelliJ for Haskell: | Setting | Value | | --- | --- | | cabal executable | `cabal` | | cabal data...
I have upgraded the IntelliJ to 14.0.2, installed plugin v0.4.1 beta. Now compiling previously working project fails to compile. Openeing the project show this message: Cabal not found Cabal executable...
``` cmd C:\Users\me>nvmw ls node: File Not Found iojs: File Not Found Current: /none C:\Users\me>nvmw use iojs Now using iojs latest x64 C:\Users\me>nvmw install iojs "iojs/latest (x64)" already exists, please...
It would be nice to be able to unchoose chosen model in `SingleChooser`, because right now one has to: ``` JavaScript var maybeModel = collection.getFirstChosen(); if (maybeModel) { collection.unchoose(maybeModel); }...