foderking

Results 7 comments of foderking

The problem seems to be on the website's end. I guess you could make it so that it uses the `img-01.cyberdrop.to` domain? but there's no guarantee that it'll always work....

> Do you have some example function? literally any function that uses a string

This works in development mode. but when I try to build, I still get the error

UPDATE: I tried the workaround mentioned [here](https://github.com/securingsincity/react-ace/issues/27#issuecomment-597902860) Basically, Two dynamic imports. A dynamic import of the component into it's parent and a dynamic import of the react ace modules inside...

For reference ![Capture](https://user-images.githubusercontent.com/46138004/141729037-8b5e8957-5cba-4a82-992e-c3878052eea6.PNG)

https://en.wikipedia.org/wiki/Scorpion_(Drake_album) https://en.wikipedia.org/wiki/The_Best_in_the_World_Pack https://en.wikipedia.org/wiki/Positions_(album) Generally any page for an album. Parsing the wikitext source ignores the "tracklist section", thats why i have to use regex first to get only section and...

i did a regex match for the tracklist section ` /{{track.*list.*?^}}/gmsi ` This also captures when there are like 2 tracklist sections I then parse the sections independently with the...