Sergei Sokolov
Sergei Sokolov
My React component is given its data ID via `props`. Baobab tree by that moment may, or may not contain data for the specified key (ID). If that data is...
GitHub icon has the cat as a "hole", should be a shape, filled with light grey. In "night" GitHub mode the icon is not visible, renders dark on dark background.
This is not quite an issue, just a note that various browsers display different results with the proposed technique. FireFox 43 under OS X displays significant pixelization for scaled up...
Take two dates: `28 Feb 2015` and `28 Mar 2015`. Correct diff should be 1 month. Current `datediff()` implementation returns 0 months, 28 days: ``` {"years":0,"months":0,"days":28,"hours":0,"minutes":0,"seconds":0} ``` Although I find...
**Describe the bug** There are both a Note and a Folder with the same name. Inside the folder there is an image, inserted into the Note. Rendered HTML references a...
**Describe the bug** Obsidian note has a Mermaid timeline. Timeline specifies color scheme "forest", but is is ignored by Quartz. Rendered diagram looks unusable in the Dark mode: black text...
# Bug report I use gramJS version 2.26.21 to collect several messages with polls from a public chat. `channels.GetMessages` returns object with `messages` prop which is an array of `Message`...
As an alternative to requiring the `dg-publish: true` property on every note to be published, offer a "Publish-all" plugin mode where it would include every note by default. Introduce an...