Max Davitt

Results 5 issues of Max Davitt

I was trying to do something like this: ```typescript const processorIndex = anymatch(this.processorGlobs, relativePath, { dot: true, returnIndex: true }); ``` But I get the following error: ``` error TS2345:...

The [included versions of flatc](https://github.com/RLBot/RLBot/tree/master/src/main/flatbuffers) are two years out of date (version 1.9.0 vs. 1.12.0). Many improvements have been made in the meantime, including adding Rust (discovered this while hacking...

The online documentation was last updated [5 years ago](https://github.com/thelinmichael/spotify-web-api-node/tree/gh-pages). There's been [a lot of changes in the meantime](https://github.com/thelinmichael/spotify-web-api-node/compare/eade40c..be15f1c).

Hi! I'm using hledger 1.28 mac-aarch64 on macOS Sonoma 14.1.2 (23B92). Sometimes when I try to use hledger-web with its default port of 5000 I have trouble connecting to the...

A-WISH
web

### Motivation The `options` argument to [`EventTarget.addEventListener()`](https://dom.spec.whatwg.org/#ref-for-dom-eventtarget-addeventlistener%E2%91%A2) can take an `AbortSignal` through it's `signal` key, but our [`AddEventListenerOptions`](https://docs.rs/web-sys/0.3/web_sys/struct.AddEventListenerOptions.html) type doesn't support this. ### Proposed Solution I believe all we need...