John-Kim Murphy

Results 58 comments of John-Kim Murphy

**Quickest, easiest method:** download the [installer](https://web.archive.org/web/20160629205346/http://jgpaiva.dcmembers.com/CS/GridMove/GridMoveSetup.exe) from the [Wayback Machine's archive](https://web.archive.org/web/20171221205054/http://jgpaiva.dcmembers.com/gridmove.html) --- **How to use this archive (for a slightly more updated version)** The simplest way is to run `GridMove.ahk`...

@LEXWORTHY: OK, I just checked, and for some reason double-clicking the associated file doesn't work. Dragging the `GridMove.ahk` file to AutoHotkeyU32.exe works, though. (The method I used because my system...

@LEXWORTHY: The "open with..." dialog gives me the same error (after double-clicking the first time), but after checking "always open" and associating AHK files, double-clicking `GridMove.ahk` works for me.

I opened a [related issue on SvelteKit](https://github.com/sveltejs/kit/issues/2920#issue-1064008942). `` is the deprecated syntax, but unfortunately Vite does not process it properly so the CoffeeScript is actually treated as JS. https://github.com/sveltejs/kit/issues/2920#issuecomment-996469815 >To...

A work-around is to use external coffeescript files instead of inlining the coffeescript in the svelte file. More info here: https://github.com/sveltejs/kit/issues/2920#issuecomment-1030223220

@brendanmatkin I think this selector could remove the need to add an id to app.html: $semantic-root-element: "body div:first-child" ~~However, do you know if +layout.svelte files add extra layers of ``...

Two work-arounds documented here: - https://github.com/vidstack/player/issues/1030#issuecomment-1853197391 - import Svelte component that uses custom component from inside `{#await}` block - https://github.com/vidstack/player/issues/1030#issue-2019198690 - force Svelte to destroy and rebuild the element after...

`@skeletonlabs/skeleton` lightswitch component has visual artifacts: - https://kit-demos-git-skeleton2-svelte5-leftium.vercel.app/ - https://github.com/Leftium/kit-demos/tree/skeleton2-svelte5 - [discussion](https://discord.com/channels/457912077277855764/1196782211375042580/1196792208221814837) Work-arounds: - ["Build Your Own [Lightswitch] Component"](https://www.skeleton.dev/utilities/lightswitches) - Fork Skeleton and [update Lightswitch component](https://github.com/Leftium/skeleton/commit/906b54b96fa089179773db8d1b3441d5816d848e) ![image](https://github.com/sveltejs/svelte/assets/381217/620e1018-1dd7-4677-b026-e4a7b5f82356)

@dummdidumm Confirmed artifact is gone!

This env var works: `BUN_INSTALL_CACHE_DIR` (Windows + git bash; env var set via Windows settings.) ![image](https://github.com/oven-sh/bun/assets/381217/7a1fbfca-b221-4dca-8963-3cb1cb6a41df)