Sam Brew

Results 113 comments of Sam Brew

I'm going to implement the `Observable` pattern (courtesy @dlight) in Perseus's reactivity system, which should then be ready to contribute into Sycamore. Does that sound good @lukechu10? (By putting it...

Sure thing, I'll look into those! I completely understand about the new reactive primitives, no problem! (Also thank you so much for all your hard work on them, I have...

For reference, [this issue](https://github.com/solidjs/solid-app-router/issues/9) from Solid seems to have a fair bit of discussion on the matter. I think a good solution might be store previous scroll positions in the...

Yeah that would be great. If you'd like me to do it, I should be able to have a look next week.

@lukechu10 if you wanted, you could also use Perseus to statically render it. I'm happy to help with migrating if needed (the rendering process would probably be similar to that...

What's the output of `perseus --version`?

Does it work with the latest beta (`cargo install perseus-cli --version 0.4.0-beta.9`)? You can run `perseus new test-app` with that to create a starter app automatically.

Interesting. What are the contents of `.perseus/Cargo.toml` in the v0.3.5 one? That might have some clues. In the meantime v0.4.x is still in beta, but is, I would say, functionally...

Thanks for the reminder about that link, I'll fix that! That all looks fine, how about `.perseus/builder/Cargo.toml`?

Would you try changing `rt-multi-thread` to `rt` in that file? That might work...