Alexander Huszagh

Results 47 issues of Alexander Huszagh

Recently, upon a major rewrite of lexical, noticed that although performance for fast_float and fast-float Rust was by far the most performant of any library, for near-halfway cases, especially those...

Adds support for #17. This probably needs significant edits prior to merging, but the benchmarks with the primitive tokenizing (it doesn't use an optimized memchr) still are pretty good (it...

One of the major motivations for lexical-core's recent developments has been support for parsing floats of different formats, most notably JSON numbers. A few notable differences exist in comparison to...

# Bug Title 🐞 **Describe the bug** When using Kuro for a long period, it frequently says "Your changes were saved but syncing is paused. Refresh this page to sync...

bug🐛
wontfix❌

### Feature It would be nice to allow users to define a custom theme, similar to the excellent [Dracula theme](https://github.com/davidsmorais/kuro/blob/9d631b0c590cc0e62d950f3fbdaf88977e636238/src/style/dracula-mode.css). This would allow me to, for example, slightly toggle the...

enhancement👌
feature🚀

### Feature description In Insider builds, which has persistent custom Javascript and CSS, the data is stored in `.settings.json`, which also contains some user-specific data. For example, ```json { "cwd":...

container-images
meta
no changelog
A-aarch64-host

This is a tracking issue for building aarch64 images, meaning they run natively on linux/arm64 instead of linux/amd64, and what's confirmed to work, what needs to be fixed, and what's...

container-images
A-aarch64-host
tracking-issue

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue **UPDATE**: All targets except `x86_64-unknown-linux-musl` have been patched as of #905,...

bug
help wanted
A-musl

Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the `__sync_X_and_fetch` builtins. Closes #367. Improves documentation related to #906.

bug
upstream
A-musl