Kurt Werle
Kurt Werle
I have a class that was written: ``` # Schema information from previous annotator module SomeModule # Some doc about MyModel class MyModel < ... ``` I changed all of...
The old gem would leave my class doc where I put it - right before the class: ``` # Schema information # ... # My doc about MyModel class MyModel...
This relates to #1914, #1842 I would like to understand why brakeman is behaving a certain way with JS in HAML so that I better know what we will have...
It seems like anything inside a javascript_tag that starts with escape_javascript should be safe, right? (note that we customize our javascript_tag method to add some content to it) Methods and...
No tags for anything after 0.11. Where is the code for 0.14?
The rails doc says the controller should `render :template => "saml_idp/idp/saml_post", :layout => false` The last version of the template I could easily find was back in: https://github.com/saml-idp/saml_idp/blob/v0.13.0/app/views/saml_idp/idp/saml_post.html.erb I don't...
The repo says: ``` Detailed documentation is available at: https://www.rubydoc.info/gems/caxlsx/ ``` The performance of that server is, frankly, abysmal. Clicking links takes 10's of seconds. Searching feels like it takes...
``` W, [2025-06-20T18:05:34.988422 #1] WARN -- : Error updating: SQLite3::SQLException: no such function: LEVENSHTEIN: SELECT *, LEVENSHTEIN(SUBSTR(name, 1, 1), 'r') + LEVENSHTEIN(SUBSTR(UPPER(name), 1, 1), UPPER('r')) as levenshtein_distance FROM "scopes" WHERE...