Will Puckett

Results 10 issues of Will Puckett

Several apps (Juno Connect, Screens, for example) allow connections via SSH's local port forwarding feature within the app. This allows for focused, secure remote access to services, and works better...

Made a new set of keys and installed to *remotehost* with `ssh-copy-id`, which returned exit status of 0. Copied keys into pisth public and private key import, and got: ```Error...

First, thanks for one of the best, most powerful plugins in the Octoprint ecosystem, as well as the superb documentation for it (especially the safe shutdown script and automation). It's...

documentation

Is it possible to include a pins drawing in the documents area of the Robin Mini? Something like [this](https://github.com/makerbase-mks/MKS-Robin-Nano-V1.X/blob/master/hardware/MKS%20Robin%20Nano%20V1.2_004/MKS%20Robin%20Nano%20V1.2_004%20PIN.pdf) would be really helpful. Cheers, WP

Running `npx svelte-add@latest mdsvex` in the [svelte-scoped example project](https://github.com/unocss/unocss/tree/main/examples/sveltekit-scoped) transforms markdown to html, but Unocss doesn't process the files, regardless of whether they have a .svelte.md, .md, or .svx extension....

good first issue
pr welcome

Hey this is a long shot, but curious if you've ever considered porting adaptive lighting to [HomeBridge](https://homebridge.io)? I've been toying with doing more home automation on resource constrained hardware. HomeBridge...

need/triage
kind/enhancement

KMonad simplifies creating more complex configurations, and is more responsive on MacOS. It also makes trivial work of home row mods.

One of the MacOS install methods, Karabiner, allows for importing files directly via a `karabiner://` style link. Currently, the install instructions [point to a page of html on my blog](https://github.com/binarybottle/engram/blob/f4e97ce03f2378e89aaa6ab540a87ccc37cecd9d/install/mac/karabiner/README.md?plain=1#L20)...

It seems that the url being returned by `callsites()[1].getFileName()` in `blog.tsx:109` doesn't include the 'file://', and is preventing `fromFileUrl` from parsing it correctly... ``` deno task start Task start deno...