Brian Holt
Brian Holt
I believe this is a bug too. I shouldn't be able to arrive in a state where my keyboard has something selected and my mouse has something else selected. 
> @daniel-lahlafi I cleared this environment variable by doing `export BROWSER=` Would you mind expanding on this? I'm running into the same issue but am not sure where to `export...
👋 Hi everyone! I'd love this for a project I'm currently working on too. Is there anything I can do to help move it across the finish line? Testing, rebasing,...
@kent013 this is what I'm using for types and it's working very well: ```typescript declare module "@inertiajs/svelte" { import { Page } from "@inertiajs/core"; import { Readable } from "svelte/store";...
This is still a bug, but I've found a workaround by disabling `acceptSpaceBar`: ```javascript $(element).atWho({ acceptSpaceBar: false, ... }); ```
I've found a fix for this by modifying the [dist version](https://github.com/ichord/At.js/blob/master/dist/js/jquery.atwho.js#L53) ```javascript // Current Line 53 regexp = new RegExp(flag + "([A-Za-z" + _a + "-" + _y + "0-9_"...
I installed Elm Language Support on a new computer yesterday and had this error as well. I'm unsure whether it's _exactly_ the same problem because the computer was a Mac,...
Lighthouse report [resistance.quest-20211115T215817.html.zip](https://github.com/bholtbholt/remote-resistance/files/7543746/resistance.quest-20211115T215817.html.zip)
Don't hook into another event, create a new session::reset event that fires at the end of the game
Closed by #34