Tuxedo Takodachi

Results 10 comments of Tuxedo Takodachi

Probably related to https://github.com/ccd0/4chan-x/issues/3424.

I think this is related to fetching the titles of all youtube embeds on the page. For me it's faster with 'Link Title' under Linkification turned off. It seems the...

@LalleSX >I found out that alot of the bugs are due to the type of " ' ` used Seems to be a problem with violentmonkeys syntax highlighting. Doesn't happen...

@LalleSX >Fixed it >Here is the commit [on my bransh](https://github.com/ccd0/4chan-x/commit/46bd5a923af535ed79693bee66e6c51e195d78c7#diff-459756b688ba1dc7a03022aa1949d53b9e8c70555b7d95415783b2af0c44ecc6) Thanks, can you open a to my fork? Preferably the 'project-XT' branch. @cc0 > > is , still used? >...

The test rely on the dom, same with the things it's testing. Making them a node script would not only mean rewriting the tests, but a lot of the script...

@LalleSX I asked for a PR of the fix, I didn't expect you to start working on the build script, moving some files, and emptying the build directory. For that...

> I would assume the switch to TS is one PR, and the changing of make/build is another Because the old build script expects coffeescript, it can't build the new...

>It may be some time before we stop updating the CoffeeScript version, so manually porting the code might not be sustainable. Have you tried instead running decaffeinate on the updated...

Found one problem with the 4chan sound player: https://github.com/rcc11/4chan-sounds-player/blob/f2953446fd9403872642e05f91f580aab148ec44/src/main.js#L35. Because it's designed to work with both 4chan-X and native, it also listens on DOMContentLoaded, which 4chan-X is also waiting for...

> What options did you use for decaffeinate? I forgot... > node_modules/.bin/decaffeinate --loose --nullish-coalescing --optional-chaining src/*/*.coffee > > seems to reproduce most of it except for commenting out the constructor...