Matthew Asplund

Results 17 comments of Matthew Asplund

I am still getting typescript compile errors when not using immutable: node_modules/redux-oidc/index.d.ts:3:31 - error TS2307: Cannot find module 'immutable'. 3 import { Map, fromJS } from "immutable"; Can the immutable...

For now I removed the implib as an output of the build, ideally this should be included to ensure it is present

It looks like there isn't an overload of the DetourCreateProcessWithDll* methods that would support these process creation overloads.

I would like to build using vs2022, can this pr get checked in?

My vote would be a breaking change to introduce a new reserved keyword for "enum": ```swift enum State { nothing // default to 0 active // default to 1 inactive...

> Matthew proposition is not realistic. It opens to much edge cases and requires the compiler to understand/remember enum values. What is the default value of an enum of String...

I was also very surprised by this when porting over some code. I have large container classes that move a large number of function parameters into a single class for...

Repro steps ---------- Test.gravity ```swift func main() { System.print("Run Tests!") error } ``` Run ``` gravity Test.gravity ``` Expected ------------- Error reported in file "Test.gravity" on line 3 character 2...

Should the '0' value be the file name?