Results 665 comments of milahu

true, this breaks in posix shells ``` $ ash e9compile.sh asdf.c e9compile.sh: line 65: syntax error: unexpected "(" ``` ``` CFLAGS=( ``` --- ``` $ mrsh e9compile.sh asdf.c e9compile.sh:20:10: syntax...

no, i still get ``` ❯ test/basic.test.ts (3) ❯ suite name (3) ✓ snapshot ✓ string snapshot actual × string snapshot expected ``` expected: - "string snapshot actual" should fail...

same error with `Ruby Sass 3.7.4` works with `dart-sass 1.77.0`

> It's not stock yeah, i just dont get why undetected_chromedriver is trivial, it can be [implemented](https://github.com/milahu/nur-packages/blob/master/pkgs/development/tools/selenium/chromedriver/undetected-chromedriver.nix) in a bash oneliner: ``` sed -i -E 's/\(function \(\) \{window.cdc_[a-zA-Z0-9]{22}/(function () {return;"undetected...

> so far, my code is unreleased if you want to see my current mess: [email protected] > file downloading, html error-pages etc. wouldn't be an issue to implement into driverless....

> the http client would need some model of the http server the user would have to provide that model of the http server with all the if/then/else/match/retry/... logic

> im pretty sure that something like this exists somewhere... yepp, i have reinvented [botasaurus](https://github.com/omkarcloud/botasaurus)

> i have reinvented [botasaurus](https://github.com/omkarcloud/botasaurus) actually no, `aiohttp_chromium` is more low-level than `botasaurus` `aiohttp_chromium` is really just a drop-in replacement for `aiohttp` and selenium features are hidden under `response._driver` also...

> Uhh you mean fetch the extension? Each time? > pretty sure versioning should be possible to implement. no. the extension zip is already cached to `self._extensions_cache_path` which by default...

sounds like low priority stuff having write-locks for saving extensions state would be more important or having atomic writes when moving downloaded files from tmpfs to disk meanwhile, scraper goes...