Alex Fortuna

Results 11 issues of Alex Fortuna

Hi I'm trying to use `bzip2-ruby` to stream-in `.tar.bz2` files via `Gem::Package::TarReader`. BRIEF: It doesn't work yet due to this: ``` NoMethodError: undefined method `pos' for # ``` Details follow....

Gerry, Not an issue, actually, just some info. It looks that `--gemfile` can't be stored in the config, and that's by design. `bundle help config` says: ``` An additional setting...

Conditions: * Format item `Text: URL` = `%text%: %url%`, set as default. * Shortcut key is Ctrl+Shift+U. * We're standing on a page having the title "The title". * A...

Hi! I'm using your SVM implementation and it seems to work. I think it wouldn't be a bad idea to wrap `Parameter`, `Problem` and `Model` classes under the `SVM::` namespace....

Hey team, Here's an issue. Current version is 2.0.2, full-repo clone to `vendor/gems/spring` (see below). `Gemfile`: ``` group :development do gem "spring", path: Pathname(__dir__).realpath + "vendor/gems/spring" ``` ```sh $ bundle...

Hey authors, There's a glitch in middleware composer which doesn't allow to use more than one `bot.on()` block. Steps to reproduce: ```ts // Uncomment to effectively disable the `on("text")` block...

**NOTE:** Includes the previously contributed issue #10.

Hey authors, Would be great to have `sendChatAction` implemented. 1. 📚https://core.telegram.org/bots/api#sendchataction . 2. 📚https://telegraf.js.org/classes/Telegram.html#sendChatAction . Cheers, Alex

Hey authors, This works for me. Manually tested against today's API. Cheers!

### Describe the feature It's cool that Vlang lets us omit the comma when using multiline syntax in array enumeration and function calls. Like this: ```v // (1) ✅ greet('Mr.',...

Feature Request