-
**Describe the problem**
At the moment to do a block quote you need to use the `:hiccup` syntax
:hiccup [:blockquote "foo bar"]
**Feature implementation**
It would be great if Roam c…
-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
a mongoose syntax to create views
**What is the expected behavior?**
a mongoose syntax to c…
-
Using tuples as varargs, from a usage perspective, has a couple of minor downsides.
One is verbosity, and the second is that empty tuples are a bit too close to `{}`.
This leads to code that can s…
-
`instance.thaw().mutate().freeze()` is kind of wordy if you just want to generate a new FrozenMoment while applying a single mutation method on the builder.
If we offer a convenience syntax for this,…
-
Think about improving the current syntax with a sugar which would shorten the learning curve for the basic operations.
-
I propose we ... (describe your suggestion here)
Add some syntax sugar to the creation of collections. This will make some DSLs cleaner and a LOT easier to refactor.
The existing way of approac…
-
Motivated by the other discussion (#131), I had a closer look at our turtle and TriG grammar (https://www.w3.org/TR/rdf12-turtle/#sec-grammar https://www.w3.org/TR/rdf12-trig/) and was surprised, th…
-
## Background
https://github.com/blackstork-io/fabric/issues/142 introduces `dynamic` blocks. One typical pattern is to select which content to render based on the query result.
## Design
Imp…
traut updated
7 months ago
-
Hello
when running train.py it eventually runs into this issue:
```
Traceback (most recent call last):
File "C:\work\tekuchi\SuGaR-main\train.py", line 170, in
refined_sugar_path = ref…
-
Hi, as the title says it'd be great to have some sugar syntax to render a layout of a partial view in vash. For example, I'd call a view with res.render and then specify a layout like this:
``` razor…