Linas Juškevičius
Linas Juškevičius
```sh $ crystal -v Crystal 0.36.1 (2021-02-02) LLVM: 11.0.1 Default target: x86_64-apple-macosx $ uname -a Darwin 18.7.0... ``` ```crystal class Strategy1(T) def initialize(@item : T) end def find(&block) : T?...
Hello. Using `xstream` on a new project is my only experience with reactive programming so far. Therefore please excuse any obvious problems or mistakes. I encountered a strange problem with...
``` Device ID: 3153… Model info: ksmb.walkingpad.v1 Address: 192.168.1.1 Token: via auto-token Support: At least generic Type info: miio Capabilities: Firmware version: 1.6.7 Hardware version: MTK7697 MCU firmware version: 0057...
Hello. Recently I could not get `tpm` to work and after much digging it turned out that my environment was incorrect. I configured Alacritty to use `tmux` as a shell...
Hello. Thank you for the very useful testing framework! I am relying on it to test some complex frontend code. I have one issue with the links to suites. To...