Joran van Apeldoorn

Results 12 comments of Joran van Apeldoorn

Is pandoc really needed? Because on Gentoo (and i asume other platforms as well) it pulls in the whole haskel toolchain, which makes Quokka quite heavy.

Would be nice, even just a 'fake' asyncio interface so that montydb can be used instead of motor in testing.

I think this would really add a lot more use cases (i would like to use it as a reimbursement form for example). Is this being worked on somewhere/should there...

Just took me a while to figure this out as well, would be useful if it was merged.

I do have the same problem with `pages=10` or even `100`, no matter the page I try: ```python from facebook_scraper import get_posts for page in [ "nintendo", "cocacolanetherlands", "Microsoft", "TwitterInc",...

On my phone many of the packages under `com.huawei.***` have been renamed `com.hihonor.***` . Apart from that they are the same package. Including both would simply require duplicating the existing...

To add some information: I recently bought an off-brand pro controller that works perfectly fine on the switch and android as well. [This one](https://www.bol.com/nl/p/nintendo-switch-controller-draadloos-oplaadbaar-zwart-600mah-geupgradede-versie/9300000000012240/?bltgh=lfNW0EBug9DVNsYcQC9C4A.1_4.5.ProductImage) Similar errors over bluetooth: ``` [...

Great already and very active development. Very natural way of connecting to MongoDB using pydantic models.

Although the mentioned bug seems fixed by this, there is a larger problem, consider: ```js var a = 0; var x= 1; (x=2) + function(){ a=3 }(); console.log(x) ``` In...

Not a fix, but you could try using the `-m 5` argument to limit the cycles to the first five.