Ville Vainio

Results 6 issues of Ville Vainio

TypeScript 1.8 fails with ``` node_modules/angular2/src/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module. ``` Pinning TypeScript down to 1.7 is a quick fix to make...

I'd like to watch multiple directories like this, but it fails: ``` $ livereloadx.cmd .\dev\js .\dev\css 2014-12-29 09:58:33 - error: Too much arguments ``` However, I do _not_ want to...

There is a closed bug #213, I'm opening a new one as it still seems to be happening. I have this code that works: ```csharp public static void RevealLine(Scintilla scintilla,...

## Describe the Feature When writing serverless functions that are used from behind API gateway (esp. backend to a browser frontend), it's useful to be able to use them on...

feature-request
module/lambda-client-lib
queued
p2

Currently, the repl is just under examples. It would be useful to expose it as dotnet global tool, so it would be easy to "play with" the scripts while learning...

None is a heavily used word in F# (https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/options) If you do "open Schemy" in any F# program, it will almost certainly break because CommonTypes.cs defines it as a public...