Allen Hsu
Allen Hsu
In 1.10 reading the tests it seems that the gem supports using srcset now. We are using srcset for higher DPI images without changing the dimensions of the image. For...
Are there any tips for making components compatible with Zeitwerks name expectations? Related to this issue https://github.com/komposable/komponent/issues/117 The error I'm seeing is like this: ``` ActionView::Template::Error: expected file /Users/allen.hsu/Code/komponent-namespace/frontend/components/users/avatar/users_avatar_component.rb to...
Performance
We are considering using Komponent but I have a question regarding the performance of rendering. A contrived example: ```ruby # _button_component.html.erb # _user_component.html.erb #users/index.html.erb ``` ![screen shot 2018-10-26 at 3...
I'm trying to write a Komponent with a method that renders another Komponent but something seems to be up with how the blocks are passed around. I have built a...
Love vim-test, thanks @janko-m. In regards to #19 I have a use case that is more general. Our tests are setup to use headless Chrome. However, I am finding that...
Fixes #9076 #9151 #8757. Partially fixes #8771. changelog: [`trait_duplication_in_bounds`]: Reduce number of false positives.
- sorting is collapsed into a columns field with a tuple of column and direction - refactor to support multi column sorting, I have a proof of concept that uses...
Opening this [file](https://www.dropbox.com/s/4114pvhcdaypsbq/gresb.xlsx?dl=0) and saving it in rubyXL produces errors in it that need to be repaired by Excel. ``` xml - error028200_01.xml Errors were detected in file 'C:\Users\Kinesis\Downloads\Stockland_2013_GRESB_Report.xlsx' -...
Loving wezterm! I was attempting to add new lua hooks and ran into this problem on MacOs. # Expected Clean build succeeds on MacOS # Actual Fails to build. ```...
## Is your feature request related to a problem? Please describe. Ruby 3.2 enables keyword_init on structs without specifying it. https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/ ```rb # before 3.2 foo = Struct.new(:bar, keyword_init: true)...