Imbris

Results 46 issues of Imbris

I'm having issues alt-tabbing out of fullscreen alacritty on Windows. The alt-tab interface itself isn't rendered and alacritty remains displayed on the screen after alt-tabbing. Although it appears that the...

H - windows

https://docs.rs/oauth2/5.0.0-rc.1/oauth2/index.html#getting-started-authorization-code-grant-w-pkce currently notes: > PKCE is recommended whenever the OAuth2 client has no client secret or has a client secret that cannot remain confidential (e.g., native, mobile, or client-side web...

In #48 I made `is_approx_zero` use the same `is_magnitude_close_to` method that is used to check if something is normalized. The primary use I know of for `is_approx_zero` is checking if...

It looks like tree borrows doesn't support int2ptr casts and this is now enforced in miri https://github.com/rust-lang/miri/pull/4109. Since `crossbeam-epoch` doesn't work with SB right now and the latest release doesn't...

This causes the mouse reporting to be disabled when using a terminal emulator that doesn't support 1003 combined with mosh. See https://github.com/mobile-shell/mosh/issues/1364 It seems like the proper fix would be...

```rs #![warn( clippy::missing_safety_doc, clippy::multiple_unsafe_ops_per_block, clippy::undocumented_unsafe_blocks )] ```