Michael Mifsud
Michael Mifsud
I've updated #469 in #1486 to resolve conflicts and typos as [the proposed workaround](https://github.com/nestjs/jwt/issues/235#issuecomment-1288970409) only fetches keys on boot which isn't suitable to handle key rotations.
Awesome. That old PR has been problematic for a couple reasons - the potential for destabilising the watcher module was very high - until recently we weren't able to reliably...
We're working on node-sass@5 which brings in many of the benefits of node-sass-chokidar. https://github.com/sass/node-sass/pull/2312
Nice one. Lets leave this until the next time it makes sense to bump the major.
@padinko pgoapi added support for both proxy config and the standard HTTP_PROXY environment variables. The version of pgoapi of this project will need to update updated.
@compuguy that's super weird. I expect it's because the author was afraid the repo was get C&D'd and disappear. In which case they could keep a private fork up to...
Anything I can do to progress this feature?
Sorry this is probably blocked on me. I'll have time to get the recent PRs sorted this weekend On Wed, 3 Apr 2024, 6:09 pm Danilo Bürger, ***@***.***> wrote: >...
### input ```css @import "folder/FolderIcon.css" screen, projection; ``` ### expected output ```css @import "folder/FolderIcon.css" screen, projection; ``` ### actual output ```css @import "folder/FolderIcon.css" screen, "projection"; ```
I agree with @wuct. Ideally we want to be able to continue using `compose` with context consumers ```js const SomeComponent = compose( withRouter, fromRenderProps(ThemeContext.Consumer), )(SomeButton); ```