Valerie

Results 11 issues of Valerie

Currently some of the scripts in `.erb/scripts` (I believe that's the only place) do not work with es6 modules, due to the way they require the `package.json`. There may be...

enhancement

Im using the ["new" windows terminal](https://www.microsoft.com/store/productId/9N0DX20HK701). My test code is the following: ```tsx import React, {useState} from 'react'; import {render, Box} from 'ink'; const App = () => { const...

question

Is there a way to colorize the background of a box? In #175 it was mentioned as a potential side product of box borders, however, background colors dont seem to...

enhancement

**Is your feature request related to a problem? Please describe.** specifically on macos big sur, and now running the beta of montery, QTabWidet has incorrect styles. **Describe the solution you'd...

waiting feedback

porting over to web components would be relatively simple, and completely optional for the end user to use. is this in the plans?

## Version information: ``` node: 16.0.0 qode: 14.17.0 yarn: 1.22.4 npm: 7.10.0 ``` reproduction steps: - set your package.json to have `"type": "module"` ## `test.js` ```javascript import { QMainWindow }...

the set function given by useState, guarantees that if it is called with a function argument, the first parameter will be the current value of the state. However, in useLocalStorage,...

If you have a php file that pulls in a card from another file via ajax and injects it into the DOM, the header color will be black, despite what...

maybe im just being nitpicky here, but when a tab is focused, its font weight is changed to 700. this throws off the width of the tab bar and from...

p1 - backlog

**Is your feature request related to a problem? Please describe.** Im trying to catch syntax errors in a custom plaintext file format, and when the parse fails, i simply receive...

enhancement