Ivan Tham

Results 134 issues of Ivan Tham

Maintainer's notes: - With #3335 resolved, the remaining work is - Apply renames to `value_name` and not `id` --- ### Please complete the following tasks - [X] I have searched...

C-enhancement
M-breaking-change
S-waiting-on-decision
A-derive

https://github.com/Lokathor/safe_arch https://crates.io/crates/safe_arch This allows using platform-specific SIMD instructions without using unsafe. Quite a lot of the functions are not available now but we can wait. There is quite a bit...

Not sure if this is useful but using SIMD to parse integers looks interesting. Or maybe this shouldn't be in the crate either. https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html

I am using **Arch Linux** on Raspberrry Pi with `The OCaml toplevel, version 4.02.3`, `uname -a` shows: ``` Linux alarmpi 4.1.6-3-ARCH #1 SMP PREEMPT Tue Sep 8 19:52:33 MDT 2015...

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...

bug
Angular
to-be-reproduced
appsync-core
p2

It would be interesting to see colored view on the side based on the context, like diff mode, git mode, conflict mode, lsp error.

enhancement

The images in the readme.md can't be found. One points to a service called 0x0 that seems to have issues, the other link points to nerdypepper.me which also seems to...

Currently, `gpick --pick --single --output` can be used to pick color from screen. But it grabs keyboard, preventing users to do things like `alt-tab` or `super-1` to switch context. Is...

Since there can only be one `RecommendedWatcher`, why do we still need to explicitly specify the type? Taken from the new docs. ```rust use notify::{Watcher, RecommendedWatcher, RecursiveMode, Result}; fn main()...

Z-good first issue
B-doc

https://github.com/madhums/node-express-mongoose/blob/c3daf919cefe1dccba96afe3310c3f1372acfafa/test/test-home.js#L18 Are there any better alternatives than just `process.exit`?