antoyo

Results 94 issues of antoyo

Hello. This polyfill does not support the use of media queries. It would be nice to add this support. Here is an example code with two grids and one of...

Hi. How to get the same theme as on the screenshot? Is this a rofi theme? If so, is there a way to only use it with `i3-notifier`? Thanks!

Hi. I really like this tool, thanks for making it. I do have a minor annoyance with it though: the monitor that did not have focus will have a new...

Hello. There's also the facade pattern: http://aturon.github.io/blog/2017/07/26/revisiting-rusts-modules/#what-is-a-module-system-anyway Thanks.

C-addition
A-pattern

### Reproduction steps I'm not sure exactly what it takes for this to happen, but I used the `write` command on a Rust file and the changes were not reflected...

C-bug
E-easy
A-helix-term
E-good-first-issue

Hi. To have better safety, could we use guard pages and [stack probes](https://manishearth.github.io/rust-internals-docs/compiler_builtins/probestack/index.html) in `may`? I'm not sure it's possible, just asking. Thanks.

question
request

Hi. It seems wrong to me that a stalemate is considered to be a checkmate in bughouse. The following commands: ``` setoption name UCI_Variant value bughouse position fen 7k/P1Q5/8/8/3KP3/8/1PPP1PPP/RNB2BNR w...

bug

**Describe the bug** If a do a `key_down(Shift)` and then panic, the shift key will be kept pressed. **To Reproduce** ```rust use enigo::{Enigo, Key, KeyboardControllable}; use std::thread; use std::time::Duration; fn...

bug
needs investigation

Hi. On Linux and a GTK application, sending a `key_down(Shift)` won't trigger the `key-press-event` for the shift key and thus, the text won't be entered in uppercase. Could you please...

bug
not reproducible

Hi. This issue only exists in the Linux version; the Windows version works fine. For any feature involving opening repertoire, there are no moves for black. For instance, when I...