Marat Radchenko

Results 77 issues of Marat Radchenko

Notes: ~This PR doesn't use `xgo` suggested by [build/README.md](https://github.com/heroiclabs/nakama/blob/master/build/README.md) for several reasons:~ ~1. `docker pull techknowlogick/xgo:latest` is [slow](https://github.com/slonopotamus/nakama/runs/3155601068?check_suite_focus=true) (almost 2 mins)~ ~2. I don't see what additional value `xgo` has...

**Description** It isn't clear how to build Moby from source **Steps to reproduce the issue:** 1. Search for build instructions in https://github.com/moby/moby/blob/master/README.md 2. Search for build instructions in https://github.com/moby/moby/blob/master/CONTRIBUTING.md 3....

kind/question
platform/windows
impact/documentation

See [test project](https://github.com/slonopotamus/jruby-windows-rakefile). It contains a simple `Gemfile`: ```ruby # frozen_string_literal: true source 'https://rubygems.org' gem 'kindlegen', '3.1.1' ``` **Expected Behavior** `bundle install` completes successfully for such `Gemfile` **Actual Behavior** ```...

Way to reproduce: 1. Windows Server 2019 2. PowerShell ```powershell Invoke-WebRequest -Uri https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/alpine-minirootfs-3.15.0-x86_64.tar.gz -OutFile alpine.tar.gz Invoke-WebRequest -Uri https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe -OutFile wsldl.exe ./wsldl.exe install alpine.tar.gz ./wsldl.exe backup --tgz ``` Here's GitHub Actions...

Currently, `wsldl backup` uses fixed output filename. It would be convenient if user could specify desired filename (including writing output to a different directory).

enhancement

This is a continuation of #174. asciidoctor-epub3 currently completely ignores `toc::[]` macro and can only add TOC between cover/frontmatted and main book content.

enhancement
compliance

1. We should use in-memory logger in tests so that log output doesn't interfere with rspec output 2. We should add API for tests to assert that specific message was...

enhancement

Subj, for security sake. We will probably switch to a different mechanism that doesn't pass through document for passing this settings if/when we find one. See #277 where these attributes...

enhancement
upstream

Please, see [test project](https://github.com/slonopotamus/asciidoctor-epub3-lists-test). I hope its README provides enough details, but just in case repeating them here: I have [a trivial chapter with a list](https://github.com/slonopotamus/asciidoctor-epub3-lists-test/blob/master/src/docs/asciidoc/_chapter1.adoc): ``` [[_chapter1]] = Chapter...

bug