Andrey

Results 25 issues of Andrey

I have a table postgresql defined as ``` CREATE TABLE store.testtbl ( id uuid NOT NULL DEFAULT uuid_generate_v4(), parent uuid NOT NULL, name character varying NOT NULL, CONSTRAINT testtbl_pk PRIMARY...

Not sure about the reason making it two separate commands, but the following patch allows to perform both in one call. ```patch diff --git a/api/router.go b/api/router.go index fdfbb94..18aa742 100644 ---...

https://hub.docker.com/r/dangersystems/danger-js Am I looking in the wrong place or it is not automatically built any more?

@signmotion 's [work](https://github.com/paceholder/nodeeditor/pull/209) squashed and rebased (as of 5bab847f455409f78028b6b11a452279fee97dc8) All credits go to @signmotion obsoletes #209

Hi! Here is the minimal reproducible example and the file in question [Packages.lz4.txt](https://github.com/pierrec/node-lz4/files/7739086/Packages.lz4.txt) (kindly remove `.txt` part from name - github forbids `.lz4` upload...) ```js const fs = require('fs'); const...

please monitor upstream bug https://github.com/fex-team/kityminder-core/issues/66 and update dependencies as soon as it is fixed.

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug. ### Operating System of DocumentServer Docker ### Version...

confirmed-bug

After upgrading to 28.0.1, files app stopped showing user files. It took me a while to discover the error message: ``` "File":"/var/www/html/apps/files_external/lib/Lib/Storage/FtpConnection.php","Line":37,"message":"Call to undefined function OCA\\Files_External\\Lib\\Storage\\ftp_connect()","exception":{},"CustomMessage":"Call to undefined function OCA\\Files_External\\Lib\\Storage\\ftp_connect()"}}...

bug
image
upstream
regression

... to allow providing `config.yml` via volume in, say, docker-compose. By now, constructs like ``` volumes: - registry-config:/etc/docker/registry/ ``` have no effect and volume with `config.yml` does not override the...

## Describe the bug Files end up being zero bytes long if uploaded via webdav. Large files (hundreds of megabytes) do not upload at all. Downloading and deleting via webdav...

Type:Bug