Jascha Brinkmann

Results 40 comments of Jascha Brinkmann

Unless I am missing something or there is a workaround this basically makes it impossible to use esbuild for any react project that makes use of an internal component or...

I posted a workaround in https://github.com/remix-run/remix/issues/2987#issuecomment-1155106420

> > I posted a workaround in [remix-run/remix#2987 (comment)](https://github.com/remix-run/remix/issues/2987#issuecomment-1155106420) > > > > I can't say if that's a workaround since it only works on a single environment. This was...

Enabling passwordless sudo for rsync seems to do the trick for me: ```yml lineinfile: path: /etc/sudoers state: present insertafter: EOF line: '{{ ansible_user }} ALL=NOPASSWD:/usr/bin/rsync' ```

the fix suggested by @bhousel is working for me via `npx patch-package --exclude 'nothing' @fortawesome/fontawesome-svg-core`: ```diff diff --git a/node_modules/@fortawesome/fontawesome-svg-core/index.es.js b/node_modules/@fortawesome/fontawesome-svg-core/index.mjs similarity index 100% rename from node_modules/@fortawesome/fontawesome-svg-core/index.es.js rename to node_modules/@fortawesome/fontawesome-svg-core/index.mjs diff...

I wondered the exact same thing. Instead it looks like he is using the native node event dispatcher in https://github.com/santiq/bulletproof-nodejs/blob/master/src/decorators/eventDispatcher.ts

I actually wondered about this because I designed my store previously for using another REST API and used the `allIds` and `byIds` [approach described within the redux docs](https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape). `allIds` is...

I am not a 100% familiar with how store enhancers actually work, but would having queried snapshots accessibe through a method on `store.firestore` be an option? If it is we...

Having the same issue. Especially after running into #1321 as well.

@kallisti5 what did you use instead? @clintkitson I would love to help but don't even know what language rexray is written in :/ Looks like you are the last "active"...