Juniper Tyree
Juniper Tyree
Perhaps the action could first check if `cargo critcmp` exists and only if that fails run the installation? Thanks for your help! Here's the error log: ``` 2023-08-21T03:31:39.5650135Z ##[group]Run boa-dev/criterion-compare-action@v3...
### Code ```Rust #![feature(specialization)] trait Foo { type Bar; } impl Foo for T { default type Bar = u32; } impl Foo for i32 { type Bar = i32;...
I am deploying my own JupyterLite version and wanted to ask if there is a way to customise (i.e. override) the default page titles, e.g. "JupyterLite" or "ReplLite" for the...
In my usecase, I need to perform several compositions that each have a different "main" component but several util components that are the same (they implement WASI, similar to what...
**TLDR:** Try earthkit in your browser without installing anything [here](https://esiwace3-compression-lab.onrender.com/notebooks?fromURL=https://gist.githubusercontent.com/juntyr/122a8868765d48ca993ac7df3473e621/raw/earthkit.ipynb) I'm a PhD student working on the online data compression laboratory for ESiWACE3. After I first heard about EarthKit yesterday,...
Follow-up to #8792, which was reverted in #8856. The new design follows @alexcrichton's suggestions in https://github.com/bytecodealliance/wasmtime/pull/8856#issuecomment-2182798604. The provider repo is materialised into the workspace to ensure that it is built...
``` zstd/lib/common/xxhash.h:3157:22: error: called object type 'int' is not a function or function pointer cargo:warning= XXH_STATIC_ASSERT(sizeof(XXH32_canonical_t) == sizeof(XXH32_hash_t)); ```
This PR includes four changes: - Implement `PythonizeListType` for `PyTuple`, a small convenience that cannot be achieved outside the crate - Add support for prebuilding mappings during serialisation, which delays...
First of all, thank you for creating this useful tool! I've been experimenting with wit-deps for a while. At the moment, using it as a tightly integrated dependency manager for...
This PR implements resource borrows and transfers for the wasm_component_layer. In particular, it: - upgrades all dependencies to the latest version (at the time of writing) - does not yet...