Piroro-hs

Results 17 issues of Piroro-hs

It looks like this role require `community.general` (`json_query` filter).

I'm having trouble with CentOS 7's default git, which is ancient and does not handle `.gitattributes` correctly. Changes proposed in this pull request: - Modify `.gitattributes` to ensure CRLF for...

### Windows Terminal version 1.13.10336.0 ### Windows build number 10.0.19044.1526 ### Other Software _No response_ ### Steps to reproduce 1. Open 2 or more tabs in Terminal 2. Repeat `Ctrl`...

Issue-Bug
Area-User Interface
Product-Terminal
Priority-3

Having one stop enum for all toggle-able things doesn't feel like a right abstraction. (Yes, this issue should be opened before 0.8.0 release 😢)

It's convenient to have fixed-point `Duration`s whose time unit is same as `Clock`'s. It could be useful for use-case like below. ```rust // assume clock rate is multiple of 3...

enhancement

How about adding `Clock::delay(&self) -> impl Delay` function (maybe behind feature gate)? It could be useful as currently many hal crates only provides SysTick based delay. I will make a...

**Describe the bug** When applications enter full screen mode (e.g. by pressing F11 on Firefox), it does not reported by wlr foreign toplevel protocol. Also, `set_fullscreen` request is ignored. **To...

bug

### Description Exec with window rules ~~is not always working~~can not handle some usecases. It would be convenient if something like "apply windowrule dispatcher" or `hyprctl apply rule window` and...

enhancement

**To Reproduce** ```js await agent.post({text: "test1", createdAt: (new Date(1708400000000)).toISOString()}); await agent.post({text: "test2", createdAt: (new Date(1708400000000)).toISOString()}); ``` **Expected behavior** Post of "test1" and "test2" should be available in authorFeed, timeline, etc.....

bug