Michael Bui

Results 7 issues of Michael Bui

Currently, I'm looking for these functionalities for home storage, not sure if it's possible? - [ ] Show items - [ ] Move items between pocket & storage for each...

I've got this error after upload big file (~10MB video) via Guzzle: ``` FatalErrorException in CurlFormatter.php line 137: Error: escapeshellarg(): Argument exceeds the allowed length of 2097152 bytes ``` Traceback:...

**Describe the bug** As seen below, `221026_103248.heic` is the filename generated by Immich storage migration job: ``` ❯ exiftool -j 221026_103248.heic | grep DateTime "DateTimeOriginal": "2022:10:26 18:32:48", "ProfileDateTime": "2022:01:01 00:00:00",...

bug
🗄️server

### Feature detail **Expectation:** To be able to run the whole system as a non-root user so that the user's dir can be shared with other apps (e.g: via data...

feature
need triage

Current regex only accept placeholders at the end of the query: ``` var valueBracketReg = regexp.MustCompile(`\([^(]*.[^(]\)$`) ``` This doesn't work with `INSERT .... ON DUPLICATE KEY UPDATE....`