Jim Chng
Jim Chng
> Thanks for the repro. You can pass `indexURL` when loading Pyodide to fix the error. > > ```js > const pyodide = await loadPyodide({ indexURL: "https://cdn.jsdelivr.net/pyodide//full/"}); > ``` >...
@yansenlei Just load pyodide from CDN, that's all there is to it. By the way @ryanking13, is it a guarantee that pyodide is always going to be forever loadable from...
Hi Just to offer an alternative to quickly look at how the bug can be reproduce, my Python playground: https://share.asyncmove.com/VmHaYYYai2rCCiy0afyA can reproduce this bug reliably, it is using Pyodide 0.27.6.
Mojo should allow developers to run custom assignment operator.
I cannot agree with this suggestion. First, there could possibly be an arbitrary large set of possible reasons why an author would use `.unwrap()`, are we going to take care...
> > This sounds like the RFC author is desperate to 'contribute' to Rust. > > Please don't do this here. This is uncalled for. Apologies, let me withdraw it.
> Semantics aren't the same as...I don't have a good word, let's go with conventions. You're suggesting effectively multiple names for the same semantics and that they be so blessed...
Hi, can anyone look at this PR so that the DB startup issue can be fixed? Thank you.
Added logs from running `shuttle run --debug`. ```bash # shuttle run --debug 2025-11-14T16:18:22.398562Z TRACE cargo_shuttle::config: looking for Shuttle.toml in /root/rust_project/project-name 2025-11-14T16:18:22.399152Z TRACE cargo_shuttle::config: no local Shuttle.toml found 2025-11-14T16:18:22.399320Z TRACE cargo_shuttle::config:...
Just saying installing version 0.56.0 to match the runtime in `cargo.toml` doesn't work.