Adam Tuttle

Results 127 comments of Adam Tuttle

Interesting, I may have to give that a try. I did find [this](https://daveceddia.com/svelte-typescript-jest/) and while it's slightly out of date (uses Jest 26 and with v27 requires setting `"testEnvironment": "jsdom"`)...

The docs seem to indicate that `svelte-add-jest` is for SvelteKit specifically. Will it work on vanilla Svelte?

Not in the immediate future. Next thing I'll tackle is the test updates. On Dec 5, 2012 7:41 PM, "Russ" [email protected] wrote: > @atuttle https://github.com/atuttle were you still thinking about...

Thought I'd work on this for day 1 of [24PullRequests](http://24pullrequests.com/), but I found that some of it was already done. Here's what I see as possibly still available: - `_.debounce`'d...

I see a few `//todo`'s in the code. Are the holes in the docs listed anywhere?

Checking in as another Mac user that can't bind to Command+Space to replace spotlight. Per the [Alfred instructions](https://www.alfredapp.com/help/troubleshooting/cmd-space/), I have not only disabled the spotlight shortcut, but also changed its...

> I found that if you restart cerebro after making the changes to the system shortcuts, then you can select Cmd+Space. So you should try restarting Cerebro as this worked...

@sbogdaniuk I don't have an answer for you yet but I'm going to be facing a similar problem. I have used [the non-react version of this component](https://github.com/jackocnr/intl-tel-input/) in combination with...

I think you might need to change the id from `version-bump` to `version_bump`. I saw it referenced in another issue. I guess hyphens in the id doesn't work when referencing...

Just want to chime in as yet another person who would like to use Tailwind to develop a shared component library. I'm not willing to use the `@apply` workaround because...