kevinfiol
kevinfiol
 My keypresses in this .gif are: Enter Key -> A -> Backspace -> Enter Key Issue seems to exist in latest Chrome, but seems fine in latest Firefox. Haven't...
OS: Linux Mint 20.3 (Ubuntu-based) Sublime Text Version 4126 Ruby 3.0.1 I am using `chruby` to manage Ruby versions. I took this into account when configuring Sublime LSP, and use...
Hi there! This is a great and tiny project. I began using this in conjunction with esbuild for a couple projects. I was surprised to learn that Single-Page App support...
Removes wordy "Step by Step" section of the installation page, as well instructions on using budo, and adds Mithril starter templates that are easy to clone. Also rewrites `Quick start`...
Receiving this error while trying to use [nanoid](https://github.com/ai/nanoid), on Rollup version 0.63.4. ``` [!] Error: Could not load crypto (imported by C:\.dev\js\profiles\node_modules\nanoid\random.js): ENOENT: no such file or directory, open 'crypto'...
VSCode Version: 1.71.0 OS: Linux Mint 20.3 (Ubuntu-based) Ruby 3.0.1 Rails 7.0.3.1 I am using `chruby`, by the way. ## Steps I took to run into this error 1. Install...
### Description Taking a look at the env variables [here](https://github.com/lighttube-org/LightTube/blob/8af4439b68620c481f04b3a6bf4637aa46ab5390/lighttube-helm/values.yaml#L28), there does not seem to be a way for admins to set a default video quality. There also does not...
This is a continuation of #9023 # FRONTEND PULL REQUEST ## Related Issue https://github.com/CDCgov/prime-simplereport/issues/9098 ## Changes Proposed - [DIBBS design system styles](https://github.com/CDCgov/dibbs-design-system) have been isolated to `scss/base/_design-system.scss` - Semantic color...
## What needs to be done The SimpleReport frontend uses create-react-app (aka `react-scripts`) to build the React application and bundle front-end assets. Since early 2025, create-react-app has been deprecated. See...
This is a spike to fix remaining issues following #8904 ## What needs to be done - Apply styles/SCSS from the [dibbs-design-system](https://github.com/CDCgov/dibbs-design-system) to SimpleReport - Consolidate + reconcile design system...