Simon Lang

Results 3 issues of Simon Lang

Create a fresh install of this boilerplate: ``` vue init ducksoupdev/vue-webpack-typescript example cd example npm install ``` Add the following to a file outside the `src` directory, for example `server/server.ts`...

Add public unbind method to allow destroying shortcuts which are no longer needed. WARNING / DISCLAIMER: - not too thoroughly tested. works perfectly for our application though. - minified file...

Hello, I am using cspell-lib in my node application to check for typos. Specifically, the `suggestionsForWord` method. I'd like to add multilingual support and scientific terms, however I'm unsure how...