Gajus Kuizinas
Gajus Kuizinas
The only case it would matter is `white-space: pre`. In that particular case you can just make an exception and use regular quotes.
If anyone needs a quick fix, just add `"@types/relay-runtime": "17.0.4",` to your `pnpm#overrides`.
Duplicate of https://github.com/brianc/node-postgres/issues/980
@brianc Is there a reason node-libpq does not use binary mode?
@brianc Sorry to ping about this again, but is there a reason for not using binary mode with libpq? Currently facing performance issues inserting large files to bytea. I suspect...
Does making this change require knowledge in C or is this part all JavaScript? If it is the latter, I will happily research and contribute.
Here is a test case to reproduce the issue: ```js it('should not trigger maximum call stack size exceeded error', function () { const subject = { data: [] }; let...
@rafeca Any chance of fixing this issue?
That would be nice. Now I am doing: ``` sh jsonlint --sort-keys --in-place --indent ' ' ./stylelintrc.json && echo "" >> ./stylelintrc.json ```
1. Should definitely be an alert at the time of creating the trigger. The issue went unnoticed for couple of days. 2. Is there a workaround?