Antoni Spaanderman

Results 44 issues of Antoni Spaanderman

**rust-analyzer version**: 0.4.1810-standalone **rustc version**: rustc 1.75.0 (82e1608df 2023-12-21) **relevant settings**: None with this code, ```rust pub struct MyStruct { value: u64, } impl std::hash::Hash for MyStruct { fn hash(&self,...

C-bug

![image](https://github.com/rust-lang/rust-analyzer/assets/49868160/079916e9-1e20-4850-b575-6cea996d5ca6) this is a screenshot of current behavior, where the cursor is on 'VecDeque' in the import statement. uses of 'VecDeque' are highlighted. to me, it would be useful to...

C-feature

i found a way of committing a merkle tree to a bitcoin transaction that costs less fees and is compatible with the current opentimestamps client instead of an op_return output,...

emulate a usb device so other programs can interact with it like a hardware calculator

enhancement

### Summary unnecessary_cast should catch unnecessary pointer casts like `&u32` to `*const u32` when this would already be done implicitly edge case to consider: it is not always converted implicitly,...

C-bug
I-false-negative

fixes #123 https://github.com/Automattic/cli-table/issues/123#issuecomment-1238611029 this is the same file as i submitted to dt but without dt's header ## Description this pr adds ts types ## Checklist Please make sure the...

Bitcoin Core PR: https://github.com/bitcoin/bitcoin/pull/29775 Maybe an update from the bitcoin crate is needed, but it could be that simply changing some constants (port, data dir, ...) can get it to...

enhancement

when i click one notification, only that one is removed. all the others stay. every other app clears all notifications when the app is opened

i imagine something like this would be cool to have this in the app ![sphinx-channel-idea](https://user-images.githubusercontent.com/49868160/161063800-d6c37f61-3d70-42d7-9432-6572f091a481.png) i edited a screenshot so dont look at the fonts, exact placement, etc... the green...

depends on #1043 because fixed size datatypes made this pr easier a bit inspired by #765, only not trying to get a dozen DBs to work at once, and not...