-
Change the word "farmOS" into a link in the Acknowledgements at the bottom of README.md.
The URL to use for the link is: https://farmos.org/
The "Links" section of the following document shows…
-
_**Rough idea that occurred to me while using Vyaakaran**_
The way I write grammars usually has following iterations:
1. Write a rough grammar.
2. Check sample strings it generates / Check some s…
-
Related to #123.
Writing to filesystem fails on Windows 11.
It is interesting that this spec does not throw the exception, but unfortunately it does not work since no files are created on the fi…
-
I reported https://github.com/HiddenRamblings/TagMo/issues/730, tested this project as well (as that implementation seemed to have been based on this one), and saw this exhibits the same behavior. Thi…
-
![image](https://github.com/user-attachments/assets/861fa44d-686c-42a9-8dfa-96dbcf4e606e)
```
{
return `${value} weeks ago`;
},
formatYLabel: value => {
…
-
Hi @wcbonner,
I've been experiencing recurring service interruptions. Over the past month, the system hasn't remained up for more than 24 hours. Previously, it would sometimes run for a month witho…
-
https://github.com/risingwavelabs/risingwave/blob/fa6d63058ff9175ef1b7bc93c0156be03c9ec399/src/connector/src/sink/clickhouse.rs#L726-L730
Let's try to write JSONB as string. Hopefully it can just…
-
- [ ] Create a term for the clone and avatar system. Maybe cloning and using them as avatars is two different things.
- [ ] Outline the quests in a comment below.
-
-
the business logic should be handled entirely in the model, especially everything including mutability
the more logic we have in the models, the less of a chance there is for a logic mistake in the…