Brian Holt

Results 4 comments of 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. ![default-state](https://user-images.githubusercontent.com/4933622/38445785-d9d50844-39a9-11e8-91e3-c23a5e3577eb.png)

> @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";...