Victor Maslov

Results 62 issues of Victor Maslov

Hello. Looks like this repo is a fork. Is this bug fixed in it? https://github.com/sverweij/state-machine-cat/issues/19 If so, how do I launch it similarly to http://viz-js.com/? Is there a Docker image...

bug
help wanted

Hello. I want a third-party application to use a voice other than the default available on Windows 10. I'm googling this stuff but can't figure out a way to install...

I'm trying to start using LSP in Sublime Text 4. My configuration: ``` "ruby": { "enabled": true, "command": ["solargraph", "stdio"], "selector": "source.ruby | text.html.ruby", "initializationOptions": { // "diagnostics": true },...

With `Gemfile` like this: ``` source "https://rubygems.org" gem "minitest", github: "Nakilon/minitest", branch: "patch" gem "minitest-around" gem "webmock" gemspec plugin "bundler-graph" ``` It produces ![image](https://user-images.githubusercontent.com/2870363/181017702-7ffc4c79-25fc-46a0-b6bc-e80323e76869.png) 1. The `[[default]]` (and `[[development]]`) might...

https://github.com/Nakilon/ferrum/commit/558fa60d361902ae30868e7019ecaa55f63b0c04

The extension I need does not work until I reload it but only in the weird window that opens on its own. ![image](https://github.com/rubycdp/ferrum/assets/2870363/1c9fe78b-1bc3-48c8-9e63-564fcf52679b) I've unpacked the CRX of [the extension](https://chromewebstore.google.com/detail/runet-censorship-bypass/npgcnondjocldhldegnakemclmfkngch)...

README does not seem to show how to make `assert` an accessible method. And I can't find the method `assert` in repo. ```ruby source "https://rubygems.org" gem "rake" gem "power_assert" ```...

![image](https://github.com/feross/ahh-windows/assets/2870363/87b2759a-9ade-4e72-9633-35649cabedf2)

Addressing an undefined method inside `initialize` throws a cryptic error message: ```none ArgumentError: not delegated ``` so to find it out I wanted to use byebug, like this: ```ruby require...