Mat Warger
Mat Warger
After running the template command, the gitignore I see is this: ``` .build build web_modules node_modules ``` It seems like it should be the one in the root of the...
**Describe the bug** After filling in the information, the `with-auth0` example always results in an 'Access Denied' error. **To Reproduce** Steps to reproduce the behavior: - Create an auth0 single...
Let's say I have a service definition like this: ``` initializing: { invoke: { src: 'getToken', onDone: { actions: 'updateToken', target: 'ready', }, onError: { target: 'failure', }, }, },...
**Describe the bug** After creating a default @nxext/react:library, the build command fails. ``` > nx run sample-ui-lib:build vite v2.9.5 building for production... ✓ 1 modules transformed. Generated an empty chunk:...
I'm seeing an error when starting the server using the auth-jwt migrations: ``` ",\"prepared\":false,\"error\":{\"exec_status\":\"FatalError\",\"hint\":null,\"message\":\"relation \\\"hdb_catalog.hdb_role\\\" does not exist\",\"status_code\":\"42P01\",\"description\":null},\"arguments\":[]},\"path\":\"$\",\"error\":\"query execution failed\",\"code\":\"postgres-error\"}" ``` This is using v2 - it seems this is...
add xor
I would love it if this library had methods analogous to xor from lodash (https://lodash.com/docs/4.17.15#xor).
### Minimal reproducible example https://github.com/mwarger/expo-api-experiment ### Which package manager are you using? (Yarn is recommended) bun ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...