Mattias Fjellvang

Results 314 comments of Mattias Fjellvang

For some reason this fixes the error: ```diff const usersQuery = await dataSource.query({ text: sql` SELECT + name::string AS "name" - name FROM "user" WHERE id = ANY($1) `, values:...

Hey @edwardanthony - that's defiantly also an approach that could work, didn't think of that. This naturally wouldn't be an issue if you use auto incrementing IDs, but I have...

@peaklabs-dev what's the default location of redis.conf when coolify sets up the project? It's neither: - /etc/redis/redis.conf - /usr/local/etc/redis/redis.conf

> @simplenotezy Thanks for the ticket! > > We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over time....

I see! Is there a way to disable it? Currently I have to delete the text file manually, after a build have been published to Play Store / App Store,...

I see - will see if I get some time to fix it. Otherwise it'll produce unintended behaviour such as this:

Nice find @lintellme99 - @kdy1 I know you must be super busy, but let me know if you need any help getting this in!

I have the same errors. It's a bit odd that a logging package will pull in `share_plus` - and I would probably consider not doing this.

Hey @navaronbracke- I don't think it's related to hot reloads. It happens for me, even when just opening for the first time. Specifically I copied over the code from example...

Cool. So you could confirm the issue right?