Nathan Kidd
Nathan Kidd
I had a similar issue with `stimulus-color-picker`. I had to replace ```sass @import '~@simonwep/pickr/dist/themes/classic.min.css' ``` with ```sass @import url('https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/classic.min.css') ``` Try adding lightbox with the code below. ```sass @import url(‘https://cdn.jsdelivr.net/npm/[email protected]/css/lightgallery.css’)...
I don't imagine this is hard to start doing. Perhaps stipulate, that every new pull request requires a yardoc comment on new/updated methods. Then you just need to install the...
Same here for: - Rails 7.2.2.1 - Ruby 3.4.1 - Linux - yard 0.9.37 - annotaterb 4.14.0
`httponly` is an instruction to the browser. It simply tells the browser to prevent javascript from accessing the cookie. `signed` and `encrypted` are ways of preventing the cookie being tampered...
The rails code seems to call something called `user.sessions` though. I'm not sure what that is. If it's storing some information in a "regular session" then it may be able...