Daniel Choudhury

Results 41 issues of Daniel Choudhury

Hi, Thanks for taking the time to build this, and write up the tutorial. I was wondering if there's a way of configuring xCode to build with the library as...

Hi, Thanks for creating this - I haven't gotten it to work yet with PRs on private repos (I did add the github key) - but I found a different...

1 - Needs Details

Hi again 👋 So I've tried upgrade my project to electron 12.x, but get ``` ReferenceError: require is not defined ``` In order to solve this, I had to disable...

Version tested with: 6.0.6 ### Issue If I have errors in my renderer code, nextron continues packaging even when next build fails ``` ERROR in ./main/services/window.service.ts Module not found: Error:...

bug
good first issue

Hi! First, thank you so much for putting this together! I had a question, regarding environment (or configuration) values. Do you have recommendations on how to configure the build with...

enhancement
good first issue
examples

Reorganises the typescript intro docs to add a new "core concepts" section. This should hopefully make it a little clearer on how TS works with Redwood - but I find...

release:docs

### Background Cell prerendering about to be introduced in Redwood V3 requires the presence of the graphql handler at the default location under `api/src/functions/graphql.{js,ts}` This is because the actual handler...

bug/confirmed

### What? Currently the custom auth generator just changes App.tsx/js with the Auth provider, and generate src/lib/auth for the API side However, its missing a crucial piece - generating the...

topic/generators-&-scaffolds
topic/auth

- Bumps up the max supported version from 16.x to 18.x - Modifies the CI to run on Node 16 and 18 (dropping Node 14, but haven't removed from package.json)

release:feature

Redwood's api functions don't really support routing - which is understandable as GraphQL is our primary endpoint to receieve/send data. However there are certain cases that would benefit from supporting...

topic/api