Victor Maslov

Results 70 issues of Victor Maslov

```ruby require "ruby2d" Thread.abort_on_exception = true thread = Thread.new do t = Text.new "" loop do t.text = "" end end show ``` ```none $ bundle exec ruby bug.rb /Users/nakilon/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/ruby2d-0.9.2/lib/ruby2d/text.rb:31:...

```ruby Window.set fps_cap: 5 update do Window.set fps_cap: 10 ``` It stays at 5.

* some installation instructions have been updated (note that some of them need an update in (en) too, for example, the default macOS Ruby versions mention) * improved multiple pieces...

First I tried to paste the dot plot to https://gist.github.com/ but the background was all dotted. Not clean like I see it in Terminal: ![image](https://user-images.githubusercontent.com/2870363/140195675-8c75e19a-96a1-4f2d-b1f1-1fea4f566e80.png) Then I tried another pastebin...

Third party's issue

It's just stuck in the loop: Please, enter your phone number: +7... Please, enter your phone number: +7... Please, enter your phone number: on both Ruby 2.4 and 2.7

Otherwise it does not install and gets stuck requiring ruby 2.5 or even 2.7

README says it's 1.6 but their repo doesn't have Ruby https://github.com/pygments/pygments/tree/1.6/pygments/lexers while it obviously works http://sprunge.us/zIhaGZ?ruby So how do I obtain the list of supported language codes?

I'm not going to run/host the service -- I'm making a tool for a public pastebin service API. But where can I see the list of supported languages? I'm aware...

```none Creating _mongo_1 ... error ERROR: for _mongo_1 Cannot create container for service mongo: b'Invalid container name (_mongo_1), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed' ERROR: for mongo Cannot create container for service...

Recently I was thinking about one hobby project that I don't know when I'll be ready to start but one of the key problems was to determine the locations of...