Pavel Lobashov
Pavel Lobashov
In changelog file https://github.com/whitequark/ast/blob/master/CHANGELOG.md Currnelty only one release, and it's pretty old
Try to parse attached file [test.zip](https://github.com/dj2/Ruby-RTF/files/5062742/test.zip) LibreOffice and all other known to me editors correctly opens it  But parsing it with ruby-rtf result are: ``` require_relative 'lib/ruby-rtf' rtf =...
### Background Brakeman version: 5.0.0 Rails version: 6.1.1 Ruby version: ??? provided by default docker Link to Rails application code: https://github.com/ONLYOFFICE/testing-wrata/ But I think project is not related ### Issue...
I think something changed in the logic of GitHub actions triggered via dependabot update, around a week ago, but I didn't find any mention in any GitHub changelog So, my...
**Is your feature request related to a problem? Please describe.** I think a lot of us had situation in which you've called `docker-compose down` instead of `docker-compose stop` and removed...
Latest release of gem was at 2016 There are sevral improvements since: https://github.com/leonid-shevtsov/headless/compare/v2.3.1...master
Original PR was unresolved and closed with release 6.1.0 https://github.com/ONLYOFFICE/server/pull/216#event-4146729314
Link to http://primercss.io/buttons/ on page http://getbem.com/introduction/ redirect to 404 
1. Create AmazonMQ broker via https://us-east-1.console.aws.amazon.com/amazon-mq/ 2. Start docker container with params: ``` docker run -i -t -e AMQP_SERVER_URL=b-6bc5a892-c174-4fe2-8e5d-a393392176d6-1.mq.us-east-1.amazonaws.com \ -e AMQP_SERVER_TYPE=activemq \ -e RABBITMQ_SERVER_USER=admin \ -e RABBITMQ_SERVER_PASS=pass \ onlyoffice/documentserver-ie...
1. cd to directory with [docker-compose.yml](https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/docker-compose.yml) 2. Replace all `image: onlyoffice/documentserver:latest` to `image: onlyoffice/documentserver:5.1.4.22` to simulate upgrade 3. `docker-compose up -d` 4. go to `localhost` and check that everything fine...