ToshY

Results 56 issues of ToshY

#59 WIP * Add initial Dockerfile + .dockerignore * Add documentation for docker compose * Updated `docker-compose` to V2 variant `docker compose` * CI through docker compose (untested) * CI...

Hey @bastien70 & @jmsche 👋 I like the idea and setup of this bundle, so I would like to know if you are open to having a docker image for...

enhancement

### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...

bug

I've just noticed that using the `encode` method increases the file size significantly if you try to encode a JPG to JPG. Example: ```php $image = $this->image->make($originalJpgImage); $imageJpgEncoded = (string)$image->encode('jpg',100);...

I'm using the following expression to get a part of the video (24000/1001 fps) `"#{encbin}" -ss #{startt} -sn -an -i "#{inpath}\#{input}" -vframes #{lenf} -c:v libx264 -r 24000/1001 "#{prefix}/#{output}[#{startf}-#{endf}].mp4"` With the...

**Describe the bug** Config options like `mup_threshold` that are passed to the adapter or `write` / `writeStream` methods will not be used in the [ObjectUploader](https://github.com/aws/aws-sdk-php/blob/c0321509cccc20e6f0051ce9e36369e465388029/src/S3/ObjectUploader.php#L59) due to all of the...

### Environment Self-Hosted (Docker) ### System Docker 20.10.17; Docker Compose v2.9.0 ### Version 2.1.1 ### Describe the problem When adding/editing items to a section, if the item's title text is...

🐛 Bug
📌 Keep Open

**Describe the bug** Both at adding "New provider" modal in (browser) dark mode: 1. Labels for radio buttons are black and quite unreadable in dark mode. 2. When going next...

bug

**Problem** The character is missing possible "spoilers" in the about. **Reproduction** For character [1121](https://api.jikan.moe/v4/characters/1121/full), under `about`. ```txt "Age: 18\nBirthday: July 24\nBlood type: O\nHeight: 176 cm\n\nMilly Ashford is the granddaughter of...

feature request

I'm having issues when trying to connect to Redis Sentinel for the first time. **Preconditions** (Any important steps we need to know) - RedisInsight-v2 2.8.0 installed on main (Windows 10)...

bug