Tom Yandell

Results 6 issues of Tom Yandell

The following works fine in my sveltekit app: ``` import Icon from '@iconify/svelte'; ``` However, when I change it to: ``` import Icon from '@iconify/svelte/dist/offline'; ``` ...then I get this...

This adds a thread local variable that is lazily initialized to a default core and handle for that core. It also proposes three api methods for interacting with that core:...

0.2-blocker

Hi Kris Seems that the tagged release for 0.2.5 has 0.2.3 in the package.json. Funny thing is, when I look on the npm site, it says that the latest is...

I am trying to perform a homographic transform using SVD. Here's a prototype implementation in python showing what I am trying to do that I think gives the correct result:...

The library has `unflatten` for when it is part of a larger json doc, but the corresponding `flatten` isn't exported - is there a reason for this? The readme example...

Adding as a draft PR for visibility since I haven't tried using much - YMMV Add a Claude Code skill for practicing Test-Driven Development in Go, based on the principles...