Rongjian Zhang
Rongjian Zhang
The second topic is about *recursively decoding*, for example, `Directory`'s arguments would have another `Directory` or `File`. I didn't test it since I'm currently stuck at the first one. Will...
Spent some time to try the custom codecs, got errors: `The value t_encode can't be found` ```res module Meta = { @spice.codec(codecT) type rec t = File(string, file) | Directory(string,...
> Isn't there another parent-level field Unfortunately, there isn't > it is a recursive reference issue between type definition and value binding. Get it. It seems to be a language...
Looks great! Would you like to submit a PR?
I think it's reasonable. Even if we use multiple keys, only 102,400 bytes sync storage is available, which is possibly not enough for heavy users. PR welcome! In addition it...
Thanks! I'm not sure, shall we test it with vite? Maybe we can refer to how to test a rollup plugin: https://github.com/rollup/plugins/blob/master/packages/json/test/test.js
This has indeed been a longstanding issue, because Vite cannot distinguish whether the svg url is being used or not while using named export. Therefore, we have made major upgrades...
See https://github.com/pd4d10/vite-plugin-svgr/pull/71#issuecomment-1727006445
> I'm not sure we want to do that after #38245... OK. Given this information, I guess we should hold it until the performance issues solved.
Updated @Lxxyx