Amos Bird

Results 58 issues of Amos Bird

Currently it interferes keyboard driven workflow such as the completion box in google: ![copied-2023-03-16-22_45_05_165](https://user-images.githubusercontent.com/5085485/225654049-e9c06cfd-291a-4e11-a7fe-2cf997f084dc.png)

Python generated "Service-remote" treats binary arguments as strings. This doesn't work in Python 3. We should introduce default encoding. - [X] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account...

python

### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Check if...

pr-not-for-changelog

### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Now, empty tuples can be stored, queried, and inserted...

pr-improvement

**Describe the bug** I've specified the following configuration to setup `ctrl-o` as line killer: ``` map editText run="extend,forward,line,exec,delete" ``` However, when pressing `ctrl-o` in a INSERT context, it still behaviors...

help wanted

Is it possible to run podman inside rootlesskit shell? A simple test fails to work: ``` ❯ rootlesskit bash # podman run -it --rm hello-world Error: netavark: setns: IO error:...

I just disabled sp-escape-quotes-after-insert, and now I cannot insert `"` inside a `" "` region anymore.

bug
configuration
version:emacs:25+

Though SimpleProtocolPlayer has better quality compared to https://github.com/dront78/PulseDroid but the latency is unbearable. PulseDroid has only

https://github.com/skywind3000/FastMemcpy/blob/8fea5f666be174c6548d0ae4010e81b0a742c853/FastMemcpy.h#L644 Hi, it bugs me as 128 seems to be a reasonable choice. Is that derived from experiments? Or something related to the mechanism of prefetching itself?

Currently ivy-xref doesn't work with wgrep-occur. It seems no suitable occur-fn is written. This would greatly help refactoring code.