guilherme
guilherme
Apologies if bumps are unwelcome, but I am just commenting to add that this would be a really good feature to have. Personally, I consider this a key requirement for...
@jimmywarting I am getting `Cannot find name 'FormData'.` compilation error from TypeScript using Node 18.16.1, is there something I need to configure to let TypeScript aware of this global?
@jimmywarting Should have clarified that I am not using `openAsBlob`, the issue is strictly related to the first line `const formData = new FormData()`. And I have the latest `@types/node`....
This is a must have. Additionally, I would suggest setting the default size to be a lot smaller. On a MacBook Pro, the window takes up about 2/3 of the...
I like `mise clear`. Another suggestion could be `mise prune`, but in any case I think this would be a worthwhile command to have.
Is there a way to plug that into the extension's settings itself so that users don't have to do that manually on their own settings?
I was just about to create a new issue to complain about the "Biome missing from dependencies" issue but thankfully I found this stickied first. From the PR description, it...
@SleeplessByte's solution worked for me. Repeating my exact process here: 1. Sign out of Exercism. 2. On sign-in page, claim "forgot password". 3. Input the e-mail you see on your...
The current way to fix this is by adding indices at the model and migration levels, and also to **drop the database entirely and re-create it before running the migration**...
I'm working with a PostgreSQL database. This is how my table is described now, after applying the changes mentioned in the previous comment: ``` Table "public.Users" Column | Type |...