Patryk Zdunowski

Results 11 comments of Patryk Zdunowski

@orlangure Thanks for reply. Number 3 looks very easy to implement, I did it [here](https://github.com/orlangure/gnomock/compare/master...zdunecki:new-options-for-mysql-preset?expand=1#diff-4eec45b6a922746411c0f8aea183e30f77af1b0a5bea1688eaf343a5f9c23703R158). Gnomock itself require Docker engine and volumes looks like passing volume id/name similar to `bind...

@bentranter Could you look at that on your free time? I see you are currently one of the most active person on that project.

Hi, I had same issues on Mac with M1. I've used Conda (Miniconda) and now everything works fine. No `--platform linux/amd6` needed (it doesn't for work me even). Remember to...

@dannysheridan For production-ready usage - yes. Maybe not necessarily full offline mode but I'd to use fern without your cloud(remote) solutions. It also means the interface is fit for this...

@dannysheridan @minaelee I see few solutions to solve that. You can add notice into CONTRIBUTING.md that contributors must add a secret with a fern token inside the forked repo. You...

Hi, Any update on this? I see it's one of the factors that may help to run fern locally without any token/login required. Best

@dannysheridan My use case is similar to how people want to use external APIs - it should be simple at first glance but super-power if you go deeper. Flexibility is...

I'm not using `react-email` but I had same issues with `react-router`. In my case in such as issue I had to use `NODE_ENV=production` or use production build because I used...

I fixed that by removing `mdx` plugin from vite.config.ts. Since it's reasonable it would be great to have better developer experience here IMO. Additionally react-router/remix requires `configFile` inside vite `createServer`...

@lukas-reining What you think about this? As I said before, it's a concept only - let me know if idea is fine for you. If so, I'll try to fix...