Matthieu Baumann

Results 121 comments of Matthieu Baumann

Here is the code to convert the readablestream to the async reader: ```rust use wasm_streams::ReadableStream; use js_sys::Uint8Array; use web_sys::Response; use web_sys::window; use crate::renderable::image::Image; use futures::TryStreamExt; use futures::future::Either; use web_sys::{Request, RequestInit,...

I suspect this is the "transfer-encoding: chunked" thing that may make the things go wrong because it seems I do not receive all the chunks, like one every two chunks....

Hi, I think this was due to a (maybe, this is what I deduced) from a breaking change in the way blender 2.90.1 serialize to collada comparatively to its previous...

@cdeil - @fxpineau and I have implemented the basic methods for the ring scheme. Please see the doc of the API for all the methods supported: https://cds-astro.github.io/cds-healpix-python/api.html The package has...

@lpsinger - The way I do it is in pure Rust because: - I have seen that there is a numpy wrapper in Rust allowing me to manipulate ArrayViews in...

> So concerning distribution: did you try making a conda package via conda-forge? Do they have any packages using Rust or it's possible to do it? Maybe you could ask...

@ManonMarchand - Not that much, just some doc API that I will do

@pmatsson - Thanks, I fixed a little thing: when finishing drawing an overlay with a dash line, if there are other things to draw after, it would have drawn them...

That would be nice to save a MOC as a file directly from the aladin lite ui, especially those that we draw from the interface.

@rhaigron - I merged this feature in the latest beta: https://aladin.cds.unistra.fr/AladinLite/api/v3/3.4.3-beta/aladin.js There is now a download button you can click on to download the moc in json format: ![image](https://github.com/user-attachments/assets/a32b7dd4-8603-41b7-b4cb-b7d620f23670)