Gijs Nelissen

Results 14 comments of Gijs Nelissen

I have exactly the same problem Been trying to throw out gulp (very complex config file) to something more intuitive. Got the jsx to compile but the "TypeError: require.register is...

@herenow did you find a workaround to get this working ?

@paulmillr i would say this is a bug. I was convinced by the webpack horror story and your homepage copy. I've spend the last 2 days pulling my hair out...

@paulmillr i don't understand. We're not using node.js / isomorphic apps. It's a PHP application with react/redux client side. @herenow what do you mean used v8 directly ? Is there...

@paulmillr it's an entire folder full of jsx files. I need to specify web/backend/js/app/**.jsx shouldn't i ?

got it. It was a ``` import "babel-polyfill"; ``` In one of the jsx files that injected some babel require stuff that wasn't working. Still struggling but I got a...

Hello François, We are using react-admin as an admin tool. It's the only UI for all admin related tasks: create new customers, fix user account issues, clean up data, trigger...

Use https://ndkdocs.asknostr.site/ for now. We're fixing this soon

I am working on this https://github.com/nostr-dev-kit/ndk/pull/339 WIP. Hope after that the docs are easier to maintain and more complete

I've been dealing with the same issues. I think https://github.com/nostr-dev-kit/ndk/issues/266 might be related. 3 days ago @pablof7z added this commit https://github.com/nostr-dev-kit/ndk/commit/05d16e1ce1c1cee8daf33fbb65f944a08d773633 which I wonder might be related. Someone suggested that...