Shawn Lim

Results 45 comments of Shawn Lim

@SideraX any fix for this?

installed via `npm install -g elm-github-install` windows 7 elm-package.json is the stock template from https://github.com/halfzebra/create-elm-app

Trying to install everything outside cygwin now https://github.com/gdotdesign/elm-github-install/releases/download/v1.4.0/elm-install-1.4.0-win32.zip is not completely portable because its assumed git is installed. > It is probably possible to detect if the environment is cygwin...

> How will it affect client SDK complexity? I believe this will mean a change on the SDK to accommodate different types of transport: 1. PollingTransport 2. StreamingTransport It’s also...

What’s ClientInstanceStore for? I’m guessing implementation wise on the Unleash server would include adding a ConnectionStore, which will hold a list of connection objects and listen to events on the...

I don't think you even need to write the ExceptionFilter. Example middleware that does jwt claims checking: ``` import { HttpException, HttpStatus } from '@nestjs/common'; import { NextFunction } from...

I agree that it is really powerful but I am finding it difficult to understand and customize it to my needs. Would probably do best with a wiki or MD...

@tblobaum I got it working already under the following versions: dnode 0.9.1 nodeQuery 0.0.8-9 Could you update the project to be compatible with latest dnode and express 3?

Having the same issue here, hoping for some resolution. Had to manually download .zip files from the elm package release pages.

I've fixed it locally by replacing [this](https://github.com/ElmCast/elm-vim/blob/b47d013d1fdfecc9e19df8034439b8e379813696/autoload/elm.vim#L63-L64): ``` " call elm-format on the temporary file " exceptional handling for cygwin if has('win32unix') || has('win64unix') let l:out = system('elm-format $(cygpath -w...