Albert Marashi
Albert Marashi
> I've finally gotten around to updating the RFC text for the comments here. Changelog: > > * `include_str` now produces [`Literal`](https://doc.rust-lang.org/nightly/proc_macro/struct.Literal.html#) instead of `String` > > * Mention questions...
Need to match deep strings so badly...
Would like to create a validator on input fields such as: `password: String! @validate(min: 6)`
@yyx990803 The feature request text was too large to do through the issue helper
@posva it's slightly different, it's not for SSR We need a universal API to render VNodes to a string on the server **and** the client What @vedmant said
yeah, but the API is already there internally, it just needs to be exposed
@posva will vue 3 have a feature like this, since they are opening up to a custom renderer API?
Also bumped into this issue, was confused why `LayoutLoad` wasn't appearing in `import("./$types")`. Creating a `+layout.svelte` with a `` worked
Looks like they have stopped supporting it, their old docs had a whole section about it and they gave you the option of creating a new runtime context each request...
This is an example of using the VM contexts to provide each request a custom global context to isolate requests from each other, this does not involve creating and compiling...