Jack

Results 16 issues of Jack

Im looking for a way to find the key int value by its name, because the `SetKeys` function requires ints. I know I can do `keybd_events.VK_SP1` but what if i...

## Current behaviour 💣 Im using HTML templating to reduce the size of my HTML file. If I save `index.html`, the webpack dev server correctly rebuilds the file. However, if...

future plans
new feature
backend
frontend

Moved checklist to Tribe project.

future plans
new feature
tribe
backend
frontend

Is it possible? It would be very nice to have that one shortcut less. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/24210376-connect-expand-abbreviation-with-evaluate-math-expression?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github)** We accept bounties via...

### Discussed in https://github.com/monkeytypegame/monkeytype/discussions/3619 Originally posted by **waqaspathan00** October 2, 2022 To better practice dedicated left/ right hand typing, create a mode that only generates words that can solely typed...

new feature
frontend

### Description Replaces select2 with slim-select. Partially to reduce jquery dependency, partially because Vite doesn't seem to like Select2.

frontend

**Library Affected**: workbox-window **Browser & Platform**: all browsers **Issue or Feature Request Description**: When registering a service worker, im trying to detect the start of installation (precaching) using the "installing"...

### Is your feature request related to a problem? Please describe. Currently my project has a few ESLint warnings that I'm allowing to remain for the time being, which means...

Im looking to create an icon picker, and tried this: ```swift ForEach(Awesome.Brand) { item in // } ``` But this gives an error: `Cannot convert value of type 'Awesome.Brand.Type' to...