Johan Dufour
Johan Dufour
I added the `Worker` test cases in https://github.com/alphacep/node-ffi-napi/pull/1 and it seems to run smoothly with the [ref-napi fork](https://github.com/alphacep/ref-napi) ...at least in my usecase. One odd thing tho, I was still...
I suppose the version number should be bumped to 1.1.0 but I don't know what's your strategy on this. Let me know.
It's 2021 and I wonder what's the status on this :)
With a more featured theme system the only condition would be to load one theme or the other. For example: - add an `assets` entry in the `theme` object with...
The app configuration is done in `env`, we might want to change this but it should be discussed. See similar feature for popular contributors (this isn't used but should be...
> Superceded by #5343
Didn't notice at first but #178 is related. I could implement the `JWT::$leeway` in this one if interested.
Added `JWT::$leeway` usage in 2b563b8, as seen in #178 This allows time manipulation for testing purpose. See [JWTTest.php#L79-L90](https://github.com/firebase/php-jwt/blob/3b454f90f147db65a615041dec6661f427d6cb00/tests/JWTTest.php#L79-L90) for a usecase.
Ping @hajekj
It's not very straightforward, but there is note somewhere stating the following: > Final Form expects submit errors to come back in a *resolved* promise. Something like this worked for...