Tom Niget

Results 54 comments of Tom Niget

Thanks for the feedback, I am planning to add this feature for version 3.9 or 3.10, shouldn't be too hard to make. I think it will either detect if syslinux...

It's possible to get the time though, `chrono::Local::now()` works from the web worker. But eframe is using the Performance api which isn't exposed by js-sys for workers apparently (though [the...

> web-sys exposes the Performance API for workers as [`web_sys::WorkerGlobalScope::performance`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.WorkerGlobalScope.html#method.performance). You just need to be using web-sys 0.3.65 or later and have the `Performance` and `WorkerGlobalScope` features enabled. Thanks, that...

> Hi @zdimension, I'm curious to know more about the original code you were writing when you encountered this issue. Were you running an egui application inside of a web...

Getting the same on Debian 11 when installing via pip - Linux domino 6.1.0-0.deb11.17-amd64 #⁠1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1~bpo11+1 (2024-01-05) x86_64 GNU/Linux - Python 3.10.6

ou sinon vous faites comme pour les boîtes mail de Free, vous limitez les mots de passe à 16 caractères En cas de changement des règles par défaut, je pencherais...

With 19ad904 and bb5e652 we're now down from 17 seconds to 6 seconds

`from pyqode.core import api` takes 12 seconds somehow

Not really sure what you meant by "symbolic mode", could you elaborate on that? For the syntax verbosity, it was made like that with the goal of being as similar...

Oh I see what you meant. Basically, to display the instructions more like a real programming language instead of the current verbose syntax. Should be easy to implement. Would juste...