Gavrilikhin Daniil

Results 36 issues of Gavrilikhin Daniil

I needed to create a regex for binary numbers divisible by 15. DFA for this task has: - 15 states - 30 transitions DFA code ``` #states s0 s1 s2...

- [ ] Code highlighting should work with `breathe` importing `doxygen` - [ ] Add `About`, `Install` and `Examples` sections - [ ] Everything is up-today with features

documentation
enhancement

- Opening files with default apps - Opening URLs in the default browser

good first issue
feature

Closely related to #5 Features: - List processes - Kill process - Send process to sleep - Wake process up - Start? processes - not sure

feature

- Sound level control - Brightness level control - Copy and Paste buffer

good first issue
feature

Simple windows management: - Open window - Hide window - Close window - Resize window - Change focus Optionally: - Set min/max size

feature

Support for: - Moving mouse - Clicking buttons - Scrolling

feature

### Discord username (optional) gavrilikhin-d#2520 ### Describe the solution you'd like? I'd like to see the actual error code on errors. Current behaviour is to just display red border, no...

**Is your feature request related to a problem? Please describe.** Forgetting branch at the end of basic block is a common mistake, that leads to invalid IR. **Describe the solution...

enhancement
sub types

There is a typescript error, when adding event listeners: ```ts let pc: RTCPeerConnection = /*...*/; pc.addEventListener("track", (event) => {}); ``` ``` error TS2339: Property 'addEventListener' does not exist on type...

bug
confirmed
needs-research