Adam Žurek
Adam Žurek
@arnisjuraga why do you need my email? Regenerate feed button is suitable for small catalogs, that is not subject of this issue. Regenerate feed on each order is better but...
must be fixed here
Can we somehow tell that if no fallback is passed it should return null? In source is this https://github.com/nette/caching/blob/be02f7e/src/Caching/Cache.php#L104, so the parameter should be only one?
1) OK, introduced dynamic return type extensions for all previously stubbed methods 2) i have no clue, im really lost in references in php :)
I use babel but still i get error for this: `Uncaught TypeError: Array is not a constructor` babel constructs something like this: ```js var Arrayable = new Kinds.Arrayable(); var Array...
probably to test this app
+multibyte + disabled move_uploaded_file function etc.
What output do you get for `pip install mega.py`?
@Murkless OK, and where is Python finding user packages? ```sh python3 -m site --user-site ``` note: you must run this command in the same interpreter you are running that `import...
@Murkless I think that is breaking change in Python 3.11 and this library is only compatible with older Python versions. tbh I'm not sure which ones :) but I have...