Results 475 issues of milahu

this should not create any temporary files ```py import botasaurus ``` currently, this will create ``` local_storage.json output/ profiles/ profiles.json tasks/ ```

retdec produces code like ```c int16_t* some_int = NULL; (int32_t) some_int; ``` which fails to compile ``` main.cpp: error: cast from ‘int16_t*’ {aka ‘short int*’} to ‘int32_t’ {aka ‘int’} loses...

@kaliiiiiiiiii this project is largely based on your [Selenium-Driverless](https://github.com/kaliiiiiiiiii/Selenium-Driverless) would you be interested in collaboration? (spoiler: i will use MIT license) i have not-yet found an actual "headful-web-scraper" where i...

### Expected behavior when jsx code is present in a *.coffee file (yes it should be a *.cjsx file) depercolate should write a *.jsx file ### Observed behavior `*.coffee ->...

expected: same api as js-ipfs ```js import * as IPFS from 'ipfs-http-client-lite'; //const ipfs = new IPFS({ /* options */ }); // TypeError: IPFS is not a constructor //const ipfs...

``` require() of ES Module not supported change the require to a dynamic import() which is available in all CommonJS modules ``` work in progress ...

im trying to build b606dded8508b3f0e2deb2a663ceda8467f2566d but the build fails with ``` File "/build/source/codegen/x86_64.py", line 1119, in main instruction_form_init(code, instruction_form, instruction_subforms, File "/build/source/codegen/x86_64.py", line 786, in instruction_form_init for (flags, encoding_lambda) in...