Stuart Harris

Results 18 comments of Stuart Harris

I think we can do both. I haven't changed the 0.5 plugin, so this still works with `serverless 0.5`: ``` json plugins: [ "serverless-webpack-plugin" ] ``` Instead, I placed the...

I don't. But I'm putting this link here mainly so I can find it again to do a bit more reading on it. https://github.com/FractalFir/rustc_codegen_clr

This sounds like a great idea! I've not done any Flutter but would be well up for trying. If you would like to contribute an example, or add Flutter to...

@patmuk thank you so much! 👍 I'll have a play with it over the weekend and let's see if we can get it in :-)

:-) Thanks @patmuk , yeah I got to the same point earlier in the week. I'm getting further with owned types (i.e. `Vec` instead of `&[u8]`). Will keep you posted

Thanks Patrick! I got quite far with this, but then hit a wall. The problem I'm seeing is that it's not as straightforward as I thought to deserialise the list...

Thanks @NukeManDan — let's keep this PR viable and merge it once Tauri v2 is no longer beta.

Now that 2.0 has been released, I'm closing this, as the changes are now included in https://github.com/redbadger/crux/pull/276 Thank you @nuke-web3 this was very useful.

Thank you @nmrshll for contributing this. We'd be happy to merge it once a few things are sorted. * it looks to me like this belongs to the `simple_counter` example...

When I tested it, there was no styling. Any chance you could bring that in too? Thank you!