Terry Thorsen
Terry Thorsen
@ib0b 404 on that second gist link
We're getting this error as well.
@kriswest I like the change. I think it's worth discussing how to deal with breaking changes more elegantly. Perhaps namespacing offers a more discrete approach: ``` //Maintain separate namespaces for...
The fallback works fine for JS (and desktop agents could also offer backward compatibility). The only issue is that existing TS implementations would break during the compile cycle when the...
In regard to voting, my upcoming proposal will describe a way to provide this feature without expanding the API. My recommendation is to defer voting until after that proposal has...
I'm sympathetic to the view that `open()` is problematic, but I think it's widely used in existing implementations and is actually helpful in getting developers onboarded to FDC3 before fully...
I'm getting the same (similar) ENOTDIR error when setting a custom `cacheDirectory` on MacOS (Catalina). - The problem does not occur on Windows - The problem does not occur when...
@NinjaManatee I've manually merged this into upcoming 5.0 branches. FYI, in case you'd rather just close this and not merge into 4.x branches
This should probably be a warning rather than an error. A missing typedef is equivalent to an empty typedef, which isn't an error condition.