Óscar Otero
Óscar Otero
I have the same problem. I was expecting multiline strings were stored with template literals ([like Jest](https://github.com/marketgoo/Ola/blob/development/src/Button/__snapshots__/test.js.snap)), so it's more easy to detect changes and see git diff. I've also...
I saw this problem when I was porting the tests of Lume (a SSG) to snapshots. You can see here the github action with the error: https://github.com/lumeland/lume/runs/6140674360?check_suite_focus=true And was able...
I send you a screenshot with a piece of the output:
@lucacasonato Nice, thanks! At the moment it works fine (even it seems faster!). I'll let you know if it happens again.
@lucacasonato Hi. It seems like this error appeared again. I'm getting this error once in a while since a time ago (it's in galician language but basically is a SSL...
Ok, it happened again. Some screenshots: The "Learn more" link goes to https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect?as=u&utm_source=inproduct
I'm getting this random errors in deno.com website:
I use it for performance reasons, when the amount of rows to be updated are known. For example: ```sql UPDATE users SET disabled = 1 WHERE id IN (2, 3,...
Yes, that does not affect to performance. I don't know why, I always used limit in these queries. 😄 Anyway, I guess that this library is focused only in build...