Matthew McCune

Results 24 issues of Matthew McCune

I'm trying create a slightly improved version of the vanilla `/gamemode` command. This, unfortunately appears to break tab completion in a way. The gamemode command should operate as follows: *...

core

I wanted to follow up on some of the discussion on lazy route loading. Right now, the [preact-async-route package is deprecated](https://github.com/prateekbh/preact-async-route#deprecation-notice), saying to use Suspense and lazy. However, some of...

question

The `path` prop on the `AsyncRoute` component is not required like the TypeScript types currently reflect. This PR simply marks it as optional. I bumped into this issue when I...

Hi! I have a very basic setup as follows: ```jsx import { h, render } from "preact"; import AsyncRoute from "preact-async-route"; import Router from "preact-router"; import Index from "./pages/Index"; function...

I think it would be nice if we had full Spotify support for Rainmeter seeing as it is becoming more and more popular these days and it is a desktop...

Previously: #150 I'm having a similar issue, despite wlroots having fixed the issue that was linked in #150. I've tested on sway which doesn't seem to have the same issue....

Currently, it appears that Graal uses `Thread.currentThread().getContextClassLoader()` to load the classes required for polyglot and language implementations. While this works fine in most scenarios, there are cases where it is...

enhancement

Hi! This looks like a great project but I'm having a bit of trouble using it. When I try to run it, it gives me this error: ``` path.js:39 throw...

question

Currently, MDsveX doesn't provide a way for TypeScript to really understand *.svx files. The way Svelte deals with this issue is by declaring a global ambient module (in their `ambient.d.ts`...

enhancement

Hi there! When running the install script for qt-darwin, which is a dependency of brig, it errors due to being unable to extract the files using tar. I believe this...

bug