pmualaba

Results 9 comments of pmualaba

This commit is the one that is responsible for breaking local dev resulting in 404 on static assets when you execute **nx run app:serve:development** in a local dev environment: https://github.com/nrwl/nx/commit/8075cb9a9fc43f12eb0a1a58853167a27b3452d9

Super, thanks! BTW, for the global context issue in Relay, there is also a 1-liner way to make it work in Next.js (without touching Relay) Add `context.global = context` in...

Thanks! is it still correct that ws is still lacking performance wise vs uWebSockets? Its the only reason I would switch the Engine... I read about 'ws' being 300% slower...

@ jeffbski I guess the next obvious question is: has there been any real world failures in a redux-logic app due to this (on Mobile Safari or otherwise)? or is...

@jeffbski Thanks already for taking a look at it. In case it can not be fixed fundamentally, it could be considered to handle @shauntrennery 's workaround internally (for example auto...

Hello Jeff, do we already have white smoke ;-) ?

I just installed version `GitButler_0.11.7_x64_en-US.msi` and now i get this error when i select a WSL2 folder. I can also confirm that the selected forlder is a valid git repo:...

My rsync verion in WSL2 linux is: ``` ❯ rsync --version rsync version 3.2.7 protocol version 31 Copyright (C) 1996-2022 by Andrew Tridgell, Wayne Davison, and others. Web site: https://rsync.samba.org/...

I downgraded my local version in WSL2 to 3.2.3 (same as rsync.tilt in the container) but still same error ``` ❯ rsync --version rsync version 3.2.3 protocol version 31 Copyright...