davidlag0

Results 16 comments of davidlag0

I would be interested to start looking at implementing this. I'm still working to get familiar with the project and ZeroTier. I have spent a few hours reading about it...

Hi @dec0dOS, Working on the migration to MUI v5/React 18 and to ES6 modules works for me! I also believe I couldn't find any tests for the code. Is this...

I just read your comment about tests on my Discussion question. I can definitely help create automated tests. I'm somewhat familiar with Jest, Cypress and React Testing Library. Any concerns...

> Thanks for your PR, @davidlag0! > > > Regarding Bar.jsx, I will need help understanding how lines 96, 102, and 137 should run > > Could you write down...

Thank you, that helps! We should be able to see this in the code with automated snapshots. It will make it easier to make the necessary changes to keep the...

I got tests working this morning with the `HomeLoggedOut`component. I'll work from smaller components to larger ones that encapsulate them. I need to build more tests for `HomeLoggedOut` to fully...

Wow, thank you for that very quick response! I believe the part I was most struggling with was to understand how I attach my Next.js API endpoints as handlers. Would...

I took the time to run a few tests and have hit some issues. I don't know if I'm doing it the right way but so far it seems to...

Hi @pablodenadai, I haven't found how to use `openapi-backend` for the purpose I want to use it for. I haven't tried to figure out what the issue is, if it...