Alexander Momchilov

Results 100 issues of Alexander Momchilov
trafficstars

Hey there! From what I understand reading the docs and implementation of this package, I see that it emphasizes "before vs after" style benchmarking, where the general process is: 1....

Hey there, It looks like the plugin does a full rebuild on every command, even when no code has changed. E.g. on the sample project, running `swift package benchmark baseline...

If the `operation()` throws an error, this clean-up won't happen. Since this thread-local will stick around, subsequent calls to `ClientIdentity.current` will be incorrect. This would let `effectiveUserID`/`effectivegroupID`/`code` be called and...

Hey Josh, it's been a while! I had stopped working on my person project for a while, and I had given up on my goal to keep my main app...

## Is your feature request related to a problem? Please describe. Ruby programs make many methods calls with a block parameter, which trigger the `on_block` callback. That callback should be...

feature request

# Goal It pretty common to want to take a collection of items, and count the number of occurrences of each item. e.g. ```swift let input = ["a", "b", "c",...

Shopify is actively working on decoupling the RBS parser from its Ruby bindings, in order to expose a new pure C API. This API will be more compatible (e.g. it...

My proposal for fixing #2109. Feedback welcome!

The `#ivar_name` attribute of each `RBS::Members::Attribute*` class can return one of 3 things: ```ruby # ivar_name will return `nil`, which indicates the default (@a) is inferred attr_reader a: Integer #...

This code: ```ruby class MyCop < ::RuboCop::Cop::Base def_node_matcher :my_pattern?,

help-wanted