Pedro Carmona
Pedro Carmona
Hi, Thank you very much for this project. I have been transitioning from Rubymine to vim, and thus started using solargraph. One feature I miss is jumping to factory_bot definition....
Hi @ankane, Ideia for reusing queries. ``` Select * FROM users WHERE id IN ({blazer-query-1-admin_id}) ``` A variable that would run blazer::query.find(1), and serialize `admin_id` from that query result set.
Hi @ankane, Thank you for blazer, been using it again and would be neat to have this feature: Plural variables, as suggested by @voltechs in https://github.com/ankane/blazer/issues/24#issuecomment-567576752
Problem: --- - Developers prefer mermaid, business people draw.io. - github doesnt have mermaid support yet - Live editor is not perfect: + people need context to start writing mermaid...
Feature request: - Provide an option to trace tests. Expected output: - When a test fails, users can view the tracing of the test (with screenshots), this allows easier debug....
Updates all gems and code for compatibility with ruby 3
### Subject of the issue When preparing for ruby 3, I want the following deprecation warnings to be thrown when using mocks, so that I can update the code: ```...
If an application has a table `patrons` and a model Patron, then it causes webmock not to work, because it checks if Patron is defined. Because Patron is defined, it...
Allows using the http gem instrumentation feature. https://github.com/httprb/http/blob/cb132736d600fb392647f5785f1620b5a87be7ca/lib/http/features/instrumentation.rb#L21 On a rails project, we can supply ```ruby client = Contentful::Client.new( ... http_instrumenter: ActiveSupport::Notifications.instrumenter ) ``` This will enable Instrument requests and...
Hi @ankane, Yet another way to allow custom properties on events. Usage: ```js import "ahoy" function otherEventProperties(element, event) { return { test: "here" }; } ahoy.trackClicks("a, button", otherEventProperties); ``` Notice:...