-
Sometimes an embed only needs one block, and it would be nice if we could shorten this:
```twig
{% embed 'widget' %}
{% block content %}
Content here
{% endblock %}
{% endembed %}
```…
-
Hi @dackerman, first of all thanks for this library! I was surprised on the ease of use, once integrated in my `reflex` project. Hi have a question on the limitation you talked about in the `readme`, …
-
Not a complete solution yet, feedback is welcome! :)
https://medium.com/@MattiaManzati/how-to-reuse-redux-components-8acd5b4d376a#.53ozsapts
-
This issue is basically a compilation of stuff said in the [Gitter](https://gitter.im/cyclejs/core). Shoutout to @laszlokorte and @whitecolor for discussing these things with me. There are a lot of de…
alkhe updated
8 years ago
-
Enable e.g. `dcc.Store` to encrypt/decrypt its `data-*` props on the server, and possibly expand to other components.
#254 was a first cut at implementing this in `dash.py` and some design discussi…
-
**First of all, nice job!**
When do you think we can start trying all this cool CSX stuff out? :D
-
_Also see [the update](https://github.com/sveltejs/svelte/issues/6972#issuecomment-1371679372)_
### Describe the problem
Currently, Svelte's default mechanism for handling scoped styles is limit…
-
**Intended outcome:**
After a create mutation, I want to refetch the list query to have the newly added item be displayed in the list, making use of the variables which the list query is run with pre…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
## Search Terms
Export, typed exports, modules, Next.js, Redwood.js
## Suggestion
Allow a new syntax [From issue #420](https://github.com/microsoft/TypeScript/issues/420#issuecomment-52346304) t…