Dan Rose
Dan Rose
Fixed by https://github.com/serialport/bindings-cpp/pull/210
Note this may not fully fix the issue in some cases. electron-gyp is still injecting windows.h for me via `.electron-gyp\34.0.0\include\node\v8-internal.h`. This might also be because `@electron/rebuild` is pulling in an...
@RyanCavanaugh this breaks in TS 4.3.5, where it deduces the type of `callableObject` as `never` (I think it's actually broken in 3.9.7, but there is no visible error on calling...
I like the spirit, but I'm not sure I like the implementation. If the idea is "parse, don't validate", then maybe it would be more on-brand to provide a transform...
This is fixed in 5.1.6. The error is now: ``` Type '{ tag: "a"; data: boolean; }' is not assignable to type 'DiscriminatedUnion'. Types of property 'data' are incompatible. Type...
Along the same lines, `:`, `non_counted_backtracking`, `xor`, `rdiv` are also unexpectedly operators. I specifically don't know what to make of `:` -- it's only an operator in the 13211-2, not...
I think this may be related to https://github.com/mthom/scryer-prolog/issues/2913#issuecomment-2831093411
oops. did not mean to close
> For some reason `$` predicates can't be called from the toplevel, but they work fine if you use them in a file. > Please note that the top level...