You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a list of items I wish did not cause any disturbance while working in our codebase. While some of them can be fixed, they require some time investment, while others need discussion on how to solve them. There are also some issues that may not be solvable with our current architectural choices, or are simply lack of knowledge on the developer (my) side. Let's discuss them together.
That I need to remember to build our packages before running the web dev server
Manually recompiling packages after code changes while using the dev server
Compile code before being able to run tests
That line references in error messages from tests don't point to the original (TS) file
Have an easier way to reset the local database and apply all migrations (preferably one CLI command)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have created a list of items I wish did not cause any disturbance while working in our codebase. While some of them can be fixed, they require some time investment, while others need discussion on how to solve them. There are also some issues that may not be solvable with our current architectural choices, or are simply lack of knowledge on the developer (my) side. Let's discuss them together.
webdev serverAll reactions