Chris Olsen
Chris Olsen
I recently switched OS to Linux noticed that I no longer get auto recompiling of my Appengine code (standard environment) on changes. I also upgraded the app from Go1.6 to...
Because my svelte component is being compiled to a web component I need to do some additional validation on passed in attributes within the `onMount` function. If I throw an...
### What version of `vite` are you using? 3.2.5 ### System info and storybook versions System: OS: Linux 6.0 Fedora Linux 37 (Workstation Edition) CPU: (4) x64 Intel(R) Core(TM) i5-6200U...
fix radion tests
The `.goa-container` `flex` css can updated to allow for dynamically setting it to prevent flex growth. ``` .goa-container { box-sizing: border-box; display: flex; flex: 0 0 auto; /** here **/...
 ## Acceptance Criteria 1. App Footer Nav Section has `slot` of `nav` and a description, equivalent to Meta section
``` ``` 
 ### Replication Steps 1. Small screen resolution (so that dropdown renders above instead of below) (or adjust `maxHeight` property to be larger) 2. Large list of items 3. Set...

# Info In the W3C's [guidelines](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/#:~:text=the%20calendar%20grid.-,Date%20Picker%20Dialog%3A%20Date%20Grid,-Key) for keyboard navigation of a Datepicker. It states that the End and Home keys should take the user to the end of the week...