Pascal Kaufmann

Results 103 comments of Pascal Kaufmann

+1 Crashed my server this morning. `crossiety-one | Error: Connect timed out crossiety-one | at Connection. (/bundle/bundle/programs/server/npm/node_modules/meteor/raix_push/node_modules/apn/lib/connection.js:193:36) crossiety-one | at Timer.listOnTimeout (timers.js:92:15) ` https://github.com/raix/push/issues/229

Very interesting topic, I'm working on the same "VideoCore GPUImage" link atm. I removed the camera and mic from the graph and used the code snippet above: ``` let imgSize...

Same here, I love this tool and I would love to see JSON output.

There is some small issue here with that pull request. The official package doesn't use the authorization header to transport userId/user by the apollo context: https://github.com/apollographql/meteor-integration/blob/fa471fd0d1c83409b55393c7dcb0f88295d97037/src/main-server.js#L85 To make this stuff...

Related: https://github.com/unchainedshop/unchained/issues/323 Currently, no mutation in Unchained will lead to User deletion so having author non-nullable is safe. I will outline how we want to progress on that matter in...

The reason why that happened on that customer project was a special custom extension that was directly mingling with the db. So to solve it the custom extension should be...

Thanks @macrozone bringing this up.

@Mikearaya This draft is ready to develop Admin UI against it in a separate branch (but not ready for merge), it contains the following changes: Registration Flow: ``` Added Mutation.createWebAuthnCredentialCreationOptions(username:...

An example registration procedure can be seen here: https://github.com/unchainedshop/unchained/blob/22e2c4766835c0e5d88643c14442791518af9f86/examples/controlpanel/components/account/FormSignUp.jsx#L57 An example login procedure can be seen here: https://github.com/unchainedshop/unchained/blob/22e2c4766835c0e5d88643c14442791518af9f86/examples/controlpanel/components/account/FormSignIn.jsx#L65 I tested it with: - Apple Passkey on Safari - Yubikey Nano...