Martin Melka
Martin Melka
First off, thanks for a great library! I encountered an issue when using the `magick:flip` argument of `{% asset %}`. ### Full description ImageMagick works correctly, because using `magick:resize` works...
V kapitole o dokumentaci nebyl zmíněn [PEP 484](https://www.python.org/dev/peps/pep-0484/) - jaký na to máte názor? Je rozumný to používat, nebo se spíš přikláníte k definování typů v pydocs? Jestli to chápu...
Trying to declare an alias for a class that is already declared in the runtime will lead to a warning. Checking for the presence of the class avoids that. This...
* Yet Another Cron version: 0.16.0 * Python version: embedded * Operating System: ubuntu20 ### Description The following job gets executed as soon as I start the `yacron` binary: ```yaml...
#### Summary Our 3-node-cluster in a bad shape. All requests to the ingress controller respond with 503, kubectl commands fail from time to time, pods are getting restarted left and...
Following the readme, I did ``` git clone [email protected]:gcesarmza/curl-android-ios.git cd curl-android-ios/ git submodule init && git submodule update export NDK_ROOT=/root/android-ndk-r13b/ ./build_Android.sh ``` But I am getting an error, the full...
Latest Virtuoso server crashes with segmentation fault when running the following query containing a federated sub-query. When the I comment out the `SERVICE{}` block, the query runs correctly. ``` PREFIX...
### Description Hi, first off, thank you for the extension, it's awesome! Based on reading the documentation and skimming the source code, am I right to conclude that the `dump_on_limit`...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.4.3 #### Summary For the following query I am getting a duplicated...
To access a shared folder which is on a separate team drive without knowing the team drive ID, the `enableTeamDriveSupport()` needs to be called explicitly. Otherwise, the folder won't be...