Tobbe Lundberg
Tobbe Lundberg
Haven't touch this project in 8 years... And that was also probably the last time I wrote any C++ code, or anything using the win API 😛 Don't even have...
No, I haven't worked any more on the code. I don't have a Windows environment to code in anymore.
Other cloudflare scrapers have this problem too https://github.com/VeNoMouS/cloudscraper/issues/185 https://github.com/VeNoMouS/cloudscraper/issues/197
It's working fine. But if this is a change that they've made across the board I think some of the examples here needs to be updated :)
Just wanted to link my Discussion topic, as I think it has some additional context (and also mentions long running processes) https://github.com/wez/wezterm/discussions/1048
> Although we can't fix formatting errors ahead of time via templates (imagine a long file name that requires a line break whereas a shorter one would not), we can...
> BTW – we should also have the lint command include all `{ts|tsx|js|jsx}*.template`-files. Unfortunately I don't think that's feasible. A lot of them have a bunch of logic in them...
@Philzen This is another one for your list I think https://github.com/redwoodjs/redwood/pull/6221 And please weigh in with your opinion on that one too, if you have one
Arguably the "standard" is already to create a TS project. Then if the user wants a JS project (which is the default option right now) we additionally run ts-to-js at...
@ehowey If you wanted to have a go at this that would be awesome! Please do also take a look at https://github.com/redwoodjs/redwood/issues/3989 to better understand the overall picture of where...