-
Hello, Mr. Noh
I found that PercepNet used triangular filter in ERB band, and you already caught that point and modified your repo.
(I found this when I read the paper on Personalized PercepNet. I…
-
Hello. I have this error for **all** my erb files in project
```
Exception occurred when processing: app/views/shared/_header.html.erb
If this file cannot be processed by erb-lint, you can exclud…
-
I can try to help too if someone can guide me how to write language specs for this extension.
-
## A list of all our unused views/code
index | view name | comment | related code to remove (todo)
-- | -- | -- | --
1 | home/account.html.erb | doest not work because partial `users/details` do …
-
`bridgetown plugins new` seems to produce old code:
> spec.add_dependency "bridgetown", ">= 1.2.0", "< 2.0"
**Bridgetown Version**:
bridgetown 2.0.0.beta2 "(TBD!)"
**To Reproduce**
```shell…
-
```
%h1 Foos
:erb
:erb
```
Expected Result:
test is printed twice.
Actual Result:
test is printed three times.
The more times you use the ERB filter the more times it repeats a…
-
Hi, not sure if this is a known issue.
When I use a controller from an external library, such as [this one](https://www.stimulus-components.com/docs/stimulus-rails-nested-form), the LSP does not re…
-
Hi,
I'm using a helper in the page content. Something like the following:
```
## Subhead
Some text
```
This doesn't work because the ERB tags are not evaluated.
One (incomplete) s…
-
# 概要
`html.erb`のhtmlファイルで、タグが必要ない部分に使用されていたり、マークアップ中に変更を重ねる中で削除し忘れる場合があります。
今回も不要なdivタグがいくつか存在するので、削除、あるいは編集しましょう。
こうすることで、可読性も上がり、次回のデザイン変更時に管理しやすくなります。
-
Hello, thank you for creating this gem!
I'm trying it with rails [8.0.0.beta1](https://github.com/rails/rails/releases/tag/v8.0.0.beta1) and it seems that routes defined in the packs aren't availab…