-
like many file explorer do.
A nice use-cas for `summary` `details`, is'nt it ?
-
Should we treat nestable stories as special to prevent misuse by users? (e.g. making it impossible to implement the story as a regular story)
ryo33 updated
3 weeks ago
-
Consider this a mini-RFC. I think I may have proposed it last year on discord, but it probably wasn't conveyed as well as it could have been.
# Freya's Text Primitives
Currently freya has three …
-
```
It would be nice if a gadget could contain other gadgets. They would have
iframes inside of the iframe of their parent gadget, and their own state,
which would be accessible to robots.
Either par…
-
```
It would be nice if a gadget could contain other gadgets. They would have
iframes inside of the iframe of their parent gadget, and their own state,
which would be accessible to robots.
Either par…
-
_Original author: nicolas....@gmail.com (March 16, 2009 14:56:52)_
Example of usage:
- Haddock markup in haskell comments
- Literate Haskell should just be some composition of Haskell and LaTeX
- Str…
-
Sometimes it's useful to be able to nest objects of the same type inside each other. Is there a recommended way for doing this with R7?
## Naive approach
It's good that this errors; if you ever …
-
Is it possible using this bundle to achieve nestable list (tree list) like here http://dbushell.github.io/Nestable/.
How it can be implemented into your bundle to have sortable and nestable. Entity…
-
It would be sort of convenient to be able to define variant or newtype member types in-line in a variant or newtype definition, for instance:
```
variant List[T] (record Nil (), record Cons[T] (car:P…
-
Nestable form will swap the outer form onSubmit handler and will call the correct form onSubmit handler - HOWEVER, the onClick handler of the submit button is not swapped with the current form submit …