Kurren Nischal

Results 19 issues of Kurren Nischal

Let me start by saying this is a great library. Many functions in the Codec module have explanations but are lacking examples. I’ll look into adding soon this if I...

On the vs code terminal: `npm install elm-format -g` Then reset the terminal. `elm-format` works fine when opened in CMD or powershell from any folder. I can use it to...

plugin issue

https://wit.ai/getting-started Under "make a request" I change the text and click "send to Wit.ai" and nothing happens. There's an exception thrown by JQuery.

[Issue](https://github.com/dmy/elm-doc-preview/issues/36) Notes: - Had to change the `Manifest` type annotation to `any` in `completeApplication` as only `any` types were being passed in and there was no way of making `exposed-modules`...

Following from the discussion [here](https://github.com/dmy/elm-doc-preview/issues/36#issuecomment-621050676): > a nice default for the `name would` be `user_name/dir` where `dir` is the name of the directory containing the `elm.json` file, as I think...

enhancement

This is an awesome tool. If I have a huge elm application it can help me understand the project much easier, so I thank you for this. If there are...

enhancement

If not I can give it a bash if/when I get some free time. If you want to keep this repo as purely a library so that others can add...

OS: Windows There's a space in my windows user name, so my path to elm is this: `C:\\Users\\Kurren Nischal\\Documents\\Development stuff\\MyProject\\node_modules\\.bin\\elm` When running webpack I get this error: ``` webpack --env.mode...

I start a new durable functions project in visual studio. It has a http trigger which starts an orchestrator function, which in turn calls the say hello activity 3 times....

investigate

Hi I'm trying to add `transform-origin : center`, however this api doesn't seem to be provided. I can just use [`property`](https://package.elm-lang.org/packages/rtfeldman/elm-css/latest/Css#property) for now, but I thought I'd open an issue...