Cody Casterline

Results 183 comments of Cody Casterline

@mpopovic4116 Nice! I'd done something similar in my Workaround.svelte, but it depended on me knowing exactly where `foo` gets updated. I like that yours still allows for reactivity. Thanks! 👍...

Was a typo, @alexspurling. Fixed. (I've had to touch Go recently, and my brain was mixing its syntax with Svelte's `$:` syntax. 😆 )

> I can also reproduce this behavior with the Select example The bug that happens when you make the terminal wider (without then pressing any keys) I believe is just...

I'm unable to reproduce this in Windows 11. I was able to `git bisect` back to a time when this was broken, but it seems to have been fixed (for...

Came here to report the same thing. Thanks for the workaround, @danielr1996 I was thinking of doing something similar! :)

This is especially useful for interoperability with Kotlin, where users expect a bit more null-safety. Without the Java non/nullable annotations, Kotlin defaults to using [platform types]. [platform types]: https://kotlinlang.org/docs/java-interop.html#null-safety-and-platform-types (**Edit**):...

I'm running into similar issues in #8895. > I was struggling with these issues significantly while starting to actually use Svelte for a real project. I've been using Svelte on/off...

+1 for something like this. Use case: We're using async-graphql, which is a code-first graphql library. But we need to generate the SDL schema for our GraphQL API so other...

I'm running into this as well. As I'm converting a project from purely client-side Svelte to SvelteKit, there are lots of references to browser-only objects like `window` that are causing...

FWIW, still seeing this error (w/ a slightly different codebase) in dnt v0.32.0, ts-morph v17.0.1. I'm looking into it a bit more because I'd really like to make Deno the...