Braden Kelley
Braden Kelley
I'm not sure the best way to do a pull-request with the way the demos are stored in codepen. Adding this rule to the "Info on hover without JS" will...
If you are using `ondemand` lazy loading and the number of slides doesn't divide evenly into your `slidesToShow`/`slidesToScroll`, then skipping directly to the last page will make it so some...
Fixes #1323 I added an example in the demo that showcases the issue. Against the old code it if you click on the last page it wouldn't show the previous...
 The image seems to show that everyone except subjects 6 and 7 had an event or was censored at some point before 10 years, but the description says: >...
Running `opa check` on a single file can report errors that might not exist when considering other files in the same directory refs: #2531
When inputs are pre-filled, the label starts out overlapping the text, and animates to the floating position after the DOM is loaded. This fixes that for inputs and selects, but...
Could we add an option to verify [`azp` (`Authorized party - the party to which the ID Token was issued`)](https://www.iana.org/assignments/jwt/jwt.xhtml)? For example: ```python jwt.decode( token, key, azp="asdf1234", options: {"require_azp": True},...
During a security audit on some images we're using, some packages got flagged as high and critical. I'm looking specifically at `kasmweb/firefox:1.13.1` but a lot are coming from the base,...
Fixes issue #34 This adds an option to select a settings file to import, rather than needing to copy and paste it into the text field.
When using a data image it seems very difficult to copy everything properly and paste it into the text field under "import". I usually get some kind of syntax error....