Maksym Hazevych
Maksym Hazevych
### Issue Description At first boot to the newly installed system, if you lock the screen you have to input the passwords to unlock it. The password is "vanilla", same...
Hi! I'm new to the language, and I like it so far. However, one thing I don't particularly like is the differentiation between regular and labeled arguments. I might be...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When visiting the website at https://yarnpkg.com/, for a moment it renders the page (I...
**Describe the bug** The sign-up screen on a selfhosted instance looks like if it is a sign up for a cloud Activepieces account. I believe the cause is the newsletter...
When turning on from suspend, I always see new messages about failing to load rtl_bt/rtl8723b_config. Reading the kernel logs, I found the following segment to repeat all the time: ```...
Having both the source Amber files and the generated Bash files checked out in Git leads to inconsistency. For example see PR #457, which updates generated Bash files, as they...
The range expression (`1..12`/`1..=12`) can be written in reverse, like `12..1`/`12..=1`. This will compile just fine, but on runtime a reversed range like this will not expand to anything (`echo...