barseek

Results 12 issues of barseek

Hey. Not sure if that's the actual solution but seems to be logical and also works. Versions: - `ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]` - `Rails 7.0.3.1` I have a...

### Check for existing issues - [X] Completed ### Describe the feature Would be cool if markdown preview rendered math as well ### If applicable, add mockups / screenshots to...

enhancement
markdown
language

### Check for existing issues - [X] Completed ### Describe the feature Would be cool if we could use e.g. `ctrl u` in project panel ### If applicable, add mockups...

enhancement
vim
project panel

# Use case Tried this today: ```ruby class SomeController < ApplicationController def some_action SomeCommand.call do on(:something) do some_method_with_kwargs(yeet:) end end end private def some_method_with_kwargs(yeet:); end end ``` Which doesn't work....

Would it be possible to allow to accept e.g. `AsRef` as a function argument on rust side?

### Steps to reproduce I've made a simple [reproduction app](https://github.com/Vagab/activestorage-bug). I got similar results with a plain script but they were a bit different, sqlite3 was being weird so I...

activestorage