Tukusej’s Sirs
Tukusej’s Sirs
As the title suggests, it would be good to know on which devices `adebar` has been tested, esp. for those who just heard about `adebar`.
I tried to colour a message like `red(true)`, but TS warned me that `Color` needs to be `string | number` ([`index.d.ts` (L2)](https://github.com/jorgebucaran/colorette/blob/main/index.d.ts#L2)). I think that it should be of `any`...
Today, I was notified of a change on [this website](https://en.m.wikipedia.org/wiki/General_Roman_Calendar), however, there was no such change. Until now it worked as expected. See the screenshots below. I use v2.2 from...
Related: #94 --- [hOCR Living Standard](http://kba.cloud/hocr-spec/1.2/#hyphenation) suggests to use `­` HTML entity. However, when I insert `­` in a box in hOCR within gImageReader’s output pane, the source is changed...
I don’t want to start any war, but you might want to either replace TypeORM with [MikroORM](https://github.com/mikro-orm/mikro-orm) or at least add a support of MikroORM. :wink:
Changes: - add blank line: - before lists; - between two lines of text which seem to be two separate paragraph (e.g. [`index.d.ts` (L290-291)](https://github.com/sindresorhus/execa/blob/main/index.d.ts#L290-L291)); - remove indentation before first-level in...
NPM v8.1.2 throws the following warning. I suggest to update the dependency (and maybe all of them). ```bash npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older...
I have installed SwayWM and Waybar about a half a year ago. Since then I have use it as my default setup. One thing I miss in Waybar is the...
Related: #2001 --- I need to do the following: - All files with specific file extensions have a description in a specific file (e.g. `desc.txt`). - When one or more...
Currently, on `Client` object you have `_connected` property, but it is a private property. Could you please add a getter for this property (like `isConnected()` or whatever name you choose)?...