-
At this point `tofu` states to be a set of functional recipies.
I think, we should establish a more specific philosophy, emphasize the certain problems, which `tofu` is aimed to solve.
A clearly …
-
We need a higher-lever section in the documentation about the rationale preferring javadocs and automated extraction tools for producing a reference and not only how MrDocs compares to other tools.
…
-
The general philosophy of any engine that implements Iceberg-Rust is that they should not care about things like field-IDs. Therefore we try to hide this logic behind APIs. To allow evolution of the s…
-
### Describe the feature
For some reason, DynamoDB SDK is missing the ValidationException class from the exported exception classes which goes against the philosophy of the new SDK
### Use Case
Con…
-
teaching philosophy:
> not really! i think both are valid, it is just emotionally threatening to do one or the other, so the data thinking course is mainly about how to give yourself an actual choi…
-
-
I really enjoy using your launcher! It’s clean and efficient. However, I’d love an option to hide the app list/drawer/menu for an even more minimalist experience.
This would enhance the customization…
-
Right now, the philosophy was: Only invalidate Composable Groups is we have found a reason for it.
This worked well, but changing Arrangement.spacedBy values or other parameters during the livestre…
-
Alongside the colophon, something like this: https://boffosocko.com/about/website-philosophy-structure/
-
We should document the core philosophy of mercury.
## Idempotence
The following hold.
`render(A); render(A); === render(A);`
`render(A); render(B); === render(B);`