Ravshan Samandarov
Ravshan Samandarov
> I have fixed it. If you change package.json/react-script version to older one(in my case 4.0.3) then install node_module again, and it worked. I think that occurs becuase of dismatch...
I'm sorry, the only project i looked in was getting started :)
It's quite tricky to detect them, because they are not timeouting the request, rather returning some invalid response. Attaching curl output to https://quranicaudio.com site.  How about spinning up a...
quran.com is reachable and also playing recitation without vpn. It’s audio files cdn looks like not blocked.
Just FYI, just changing DNS didn't solve the issue for me.
How about like this: ` { type: 'select', table: 'mytable', columns: ['*', 'mysecondtable.*'], joins: [ { target: 'mysecondtable', type: 'inner', on: { id: '$mytable.id$' } } ] }; ` ?
Any plans?
I'm quite surprised that node team decided to go with a different implementation
Using vscode.
@saolof it’s not a matter of how to include values, but rather generate an artifact with the values from the desired environment. One can’t do it with normal imports.