Pavel Lobashov

Results 862 comments of Pavel Lobashov

> Is there any plan to provide ARM packages? Yes there is a plan, but currently it's not a production ready We'll notify as soon as it ready at https://github.com/ONLYOFFICE/DocumentServer/issues/152...

So, we already release arm build of DocumentServer and they are working fine, but right now we have not build of DesktopEditors for Linux arm I've created issue 58793 for...

I'll close this issue since v7.2.1 is released. But feel free to comment if got any troubles with new version

DesktopEditors v7.2 is released. This issue should be fixed Feel free to comment or reopen it if you got further questions

Similar problem then expect in `after` block Something like this: ```ruby RSpec.describe do after do expect('File exists').not_to be_nil end it 'foo' do p 'crete_file' end it 'bar' do p 'crete_file...

A lot of edge cases for single cop, maybe it should be disabled by default

Hi, I think it's done by design, so users who already connected to some document lost connection during update Without that - users with old front-end scripts may be connected...

Whoops, I may be wrong before Are you meaning JWT key? You know you can use docker env [`JWT_KEY`](https://github.com/ONLYOFFICE/Docker-DocumentServer#available-configuration-parameters) to set it statically

And please note that we strongly advice do not disable JWT, since it may lead to vulnerabilities

I think the problem is that you've accessing DocumentServer via `localhost` or `127.0.0.1` - this wouldn't work You should use local IP, like `192.168.1.111` or external ip