ByronBecker

Results 36 comments of ByronBecker

Any updates of how this worked out? In testing this locally, I'm currently receiving a `MathJax.js:19 GET http://localhost:8080/MathJax-2.7.5/extensions/MathZoom.js?V=2.7.5 net::ERR_ABORTED 404 (Not Found)` with the same error for the `MathMenu` extension...

They definitely might be related/linked, but that error that Omer linked is different in terms of printing out the float. In my example I'm just assigning the float and not...

@ggreif Also, just to follow up on a similar thread (and in case you're curious) - I found that floats start to lose precision right above `4.0 * 10^22`. It...

Actually, `4.0 * 10^22` is the limit for assignment - the limit for arithmetic operations is lower

> We are planning to move away from Dhall in favor of Motoko (via motoko.rs) as the preferred configuration language for Vessel Wooooo 🎉 Looking forward to seeing this. And...

@chenyan-dfinity how much work would this take to get implemented? From our perspective, we'd like to know everything that's expected to break before deploying. It's really helps with QAing deployments...

> [@ByronBecker](https://github.com/ByronBecker): What is the Motoko heap size? `Prim.rts_heap_size` -> `53_696_920` bytes `Prim.rts_memory_size` -> `335_544_320` bytes

@alexandru-uta Here's data from the past few days (since July 3rd). I'm pulling `rts_heap_size` and `rts_memory_size` stats from it once every 6 hours. https://docs.google.com/spreadsheets/d/1u08v0OE0zPznLNMniqvXD_JgDW_TYdWcj0KvAE2QCp4/edit?usp=sharing It seems like the heap allocations...

Update: Here's a [graph of the last 18 days](https://docs.google.com/spreadsheets/d/1u08v0OE0zPznLNMniqvXD_JgDW_TYdWcj0KvAE2QCp4/edit?gid=1966839617#gid=1966839617). Wasm memory remains flat and haven't seen any spikes causing wasm memory to increase during that time. GC looks to have...

Hey @ggreif just checking in on this. We reverted our code to not use best effort messages for the time being, but I'm curious what you discovered on your end.