Raitis Veinbahs
Raitis Veinbahs
In the spirit of https://github.com/iostat/eav_hashes/issues/3, I'm wondering how I could add the ActiveStorage accessors for `has_many_attached`? In the #3 it was said that you could add a `belongs_to` to the...
Hi! Plugins like https://github.com/tpope/vim-commentary check the `commentstring` to get the formatting required to comment out lines. The other plugin I used had it https://github.com/derekelkins/agda-vim/blob/master/ftplugin/agda.vim#L64 and it seems like this is...
Add counterclockwise rotation The default rotation is now clockwise¹. In the help widget, it now says: RotateR with k/↑, RotateL with g. 1 - both tetris.com and [tetris.fandom.com/wiki/Tetris_Guideline](https://tetris.fandom.com/wiki/Tetris_Guideline) use cw...
This was the case with the Mozart example, for example. After simplifying the file down, I could fix this manually by deleting the redundant ``s. Too many part-lists are generated...
I have a `group_by` method in my class, but `#group_by` is also being sent to some Hashes. The graph shows too many arrows to `group_by`. Just wanted to note this...
This is with `val ScalaVersion = "3.3.3"` and `val ZioVersion = "2.0.22"` on an open source application, but I couldn't make a showcase within reasonable time, it is quite difficult....
It looks that the Histogram metric kind only allows showing cumulative distributions, which I find less useful than density distributions for seeing task run times. Would it make sense to...
## Pull Request Checklist Let's test this on dev! ### Task Description/Number Issue Number: DEV- ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [...
- [x] fix: represents bug fixes - [ ] Tests for the changes have been added - [x] Tested locally - [ ] Docs have been added / updated
This feature implements Pyramidal TIFF support by copying cserve's approach. ## Feature flag There are two main components to this feature – writing and reading TIFFs in Pyramidal TIFF format....