Axel Karjalainen

Results 36 issues of Axel Karjalainen

```rust #[derive(BinRead)] #[br(little)] // Is 7+ bytes but needs to get padded to `arbitrary` pub struct Bar { f1: u8, f2: u16, len: u32, #[br(count = len)] v: Vec }...

enhancement

https://jdhao.github.io/2021/01/05/nvim_copy_from_remote_via_osc52/ https://github.com/microsoft/terminal/issues/2946 https://www.reddit.com/r/commandline/comments/mqyjby/where_can_i_learn_more_about_osc52/ The OSC 52 escape sequence allows programs to paste text to the clipboard over (plain terminal), SSH, telnet, or anything that provides a full ASCII byte stream...

FYI: _AMEND THIS_ means that I'll force push an amended commit also FYI: I tried to get Rust in the codebase using [corrosion](https://github.com/corrosion-rs/corrosion), [autocxx](https://github.com/google/autocxx) and [cxx-qt](https://github.com/KDAB/cxx-qt) but couldn't get it...

build

| Field | Description | |----------|-------------| | Plugin | `nvim-surround` | | Homepage | | | Nixpkgs | YES, `vimPlugins.nvim-surround` | Lua-based alternative for surround.vim with support for nvim-treesitter and...

enhancement

## Describe the problem related to your feature request. There are no helpers for [Block Actions](https://wiki.vg/Block_Actions). This makes it nearly impossible to display animations. ## What solution would you like?...

enhancement

io_uring can provide up to a 60% performance increase. * https://github.com/cberner/fuser/issues/164 * https://john-millikin.com/the-fuse-protocol#multi-threading (not related but may increase performance?) * https://github.com/DataDog/glommio#readme * https://github.com/tokio-rs/tokio-uring#readme

* `ZHARDWAREMODEL` is a column in Photos.sqlite table `ZMIGRATIONHISTORY` * https://phonedb.net/index.php?m=device&s=query&d=detailed_specs&oemid=D27AP#result * https://www.theiphonewiki.com/wiki/Models * https://ipsw.me/iPhone14,7/info * https://www.theiphonewiki.com/wiki/D27AP Example: `D27AP`

It'd be really useful, thanks!

LRCLIB

https://linebender.org/blog/xilem-2024/ > For those who are interested, you are invited to come build this future with us. * What state is this repo in right now? * First thing I...

The functions are very important, since all methods are not proxied and there is currently no `serde` support.