Artem
Artem
Hello! It possible use `StringIO` in `Ox::Builder`? ```ruby require 'ox' io = StringIO.new b = Ox::Builder.io(io, indent: 2) # Here I get an exception: `io': expected an IO that has...
Hello! It possible hide (encrypt) original image url. For example, if i add watermark (or blur filter) for preview, user can extract original image url and downloaded it. I want...
### What is the purpose of this pull request? Implement functionality described in [this issues (202)](https://github.com/palkan/logidze/issues/202) ### What changes did you make? (overview) I added 2 methods in `Logidze::Meta`: *...
### Motivation / Background This Pull Request has been created because there are typos and variables are incorrectly named in #50914 . ### Detail This Pull Request changes: fix typo...
* [REST API Диска](https://tech.yandex.ru/disk/rest/) Use stdlib ruby: Net::HTTP or open-uri: * [Net::HTTP](http://ruby-doc.org/stdlib-2.5.0/libdoc/net/http/rdoc/Net/HTTP.html) * [OpenURI](http://ruby-doc.org/stdlib-2.5.0/libdoc/open-uri/rdoc/OpenURI.html)