Cai Lei

Results 24 comments of Cai Lei

@innobead I'd like to contribute to this feature if it's not too complicated, and I'm glad to get some guidence. The first intuition after glanced the code: 1. Add a...

Looks there were some discussions on this topic #151.

This is useful as VIM mode is conflict with Jupyter notebooks, also it's very annoying using VIM mode to move and edit many small cells instead of a large chunk...

I always wonder how should hot-swap deal with **data** (data structure layout and long-lived in-memory state), it seems rather difficult compared to hot-swap stateless **code** (like a pure function). In...

@isaachier Thanks, that article is very helpful! I can see it passes a DLL-specific 'game_state' around, but what if the layout of 'game_state' got changed between reloads? I can imagine...

Nice to know it's possible! I'm not a PL expert, but I guess it's easier to do obfuscation with the AST rather than compiling to byte-code? Right? For example renaming...

> To summarize, what the OP wanted is now possible with new routing API. Just did some experiments and the behaviour is confusing, I have a public route and a...

@dummdidumm Sorry my bad, further test show that client side navigation called both `load` function correctly, it's just my browser dev-tools ill behaved. So indeed we can protect route with...

Same here, we're a small Chinese startup that focus on cybersecurity solutions, our code cannot upload to public AI models like ChatGPT or CodeWhisperer due to client policies, so we've...