Simon Naumov
Simon Naumov
### Description Main text half colouring feature. Spotify sometimes does this providing two (or more) words with different colours It is better to see examples to get it: - [Rock...
Example: ```nix rec { a = { a-b = "a - b"; }; c = { c-d = a.a-b; }; } ``` It is treated as unneeded `rec` now I...
first file: ```nix args@{ firstArgument, ... }: { attribute = import ./file.nix args; } ``` `./file.nix` : ```nix { firstArgument }: { ... } ``` `./file.nix` uses `firstArgument` of first...
- Faced the following problem: `Multiple sealed subclasses of 'class com.elbekd.bot.types.InlineQueryResult' have the same serial name 'photo': 'class com.elbekd.bot.types.InlineQueryResultPhoto', 'class com.elbekd.bot.types.InlineQueryResultCachedPhoto'` Moreover, these `InlineQueryResult` classes don't need `deserialize` methods and...
This pull request brings colors for the calendar output. ## Preview Before: After: ## Explanation This was achieved by collecting the colors using the regex to extract the information from...
This pull request brings two following calendar output fixes. ## 1. Multiline task star output Year 2023 and year 2022 used to omit the stars gained for the day on...