Adam Barton

Results 22 issues of Adam Barton

It will be great if anyone can install macOS `.app` directly to `/Applications` with `--cask`

https://github.com/alacritty/alacritty/assets/108860307/f9faa6fb-4ceb-48b0-8e34-662659c90023 ### Reproduction 1. Open a window and go fullscreen 2. Do some typing actions 3. Open new tab with Cmd-T 4. Perform some typing again (on this step the...

P - low
H - macos

### Check for existing issues - [X] Completed ### Describe the feature Pardon my toxic rant, idk why but I'm overflown with hatred when I click "fold" and see the...

enhancement
editor
setting

**Describe the bug** I'm using `auto-session` with `lualine` integration: ```lua lualine_c = { { function() return require('auto-session.lib').current_session_name() end } } ``` It seems that after deleting a session with `SessionDelete`,...

bug

## Issue If you hover any part of video timeline, the timeline bar reacts with raising it's thickness (height). Using SponsorBlock with enabled `Show Chapters` setting, you don't get the...

**Describe the bug** When I open image in new window, nothing happens. **To reproduce** - open drop-down window of client - if drop-down window is not responding to any mouse...

bug
os/macos

Some crates such as `chacha20poly1305` are missing re-export rules for base crates. Others, in contrast, may have optional features such as this one: https://github.com/RustCrypto/AEADs/blob/50710da0cbd47a4614b6d37119877f206c207e95/aes-gcm/src/lib.rs#L106-L107

According to the [spec](https://spec.editorconfig.org/#file-format), whitespaces in keys are not prohibited: > Key: the part before the first = (trimmed of whitespace). Unfortunately, this behavior is not widely adopted, nor explicitly...

Opening and closing tabs plays one animation at a time, which leads to small delays affecting usability. Probably, it should be better if animations of closing/opening a tab will be...

## Steps to reproduce: 1. Open `neovim-mac` window (I've used default theme and settings) 2. Press `` to enter fullscreen 3. Move cursor to some blank lines such as gaps...