xdave
xdave
@rplotkin need to make sure your editor/project is using TypeScript 2.8 to parse/check. new typescript-fsa uses conditional types, which were not supported in earlier versions of Typescript.
@aikoven Hmm, so this makes my test case above pass, but beta version of my package is still failing around the optional params, etc. I'll have to see if I...
@aikoven For example: ```ts export const bindThunkAction = ( actionCreators: AsyncActionCreators, asyncWorker: AsyncWorker ): ThunkActionCreator => params => async ( dispatch, getState, extra ) => { try { dispatch(actionCreators.started(params)); const...
@aikoven I realize that even though having nice optional params in my library is convenient, it's not type-safe because you can still call a thunk that does take params without...
Yeah. The XReal Air glasses have pretty good clarity, even at 1080p, but yeah, the UI scaling would need to be good. There's proprietary software (called "Nebula") that works with...
It's diverged a bit... and I've kind of abandoned it.. :P
FYI there was a PR for this already... https://github.com/radare/posixvala/pull/6
New PR: https://github.com/radare/posixvala/pull/13
I have no idea, the branch is years behind current vala
I'm using it in a few private projects at the moment; I'll have something up somewhere soon, I hope.