-
![image](https://user-images.githubusercontent.com/5226627/65808405-d6412800-e148-11e9-8871-7d14e33d0bbc.png)
-
I am opening this issue; so, we can discuss all Gutenberg development here if it is okay with you guys. I am willing to implement this feature but I need some feedback on this regarding how to proceed…
-
Conversation originates here, https://github.com/liferay/clay/pull/2123#issuecomment-507420983.
TLDR; how can we easily add extension points for multi-select without customizing the API to specific…
-
There's been some scattered discussion of how `createSlice` should actually behave, so I wanted to move this into its own thread.
I'll keep the initial thoughts short and open things up for discuss…
-
Hey,
I'm developing an web app to manage async Jobs/Tasks.
I always create a new AsyncScope when launching a new Task.
``` c#
using (AsyncScopedLifestyle.BeginScope(container))
{
IOperat…
-
Similar to [React Hooks](https://reactjs.org/docs/hooks-intro.html). [RFC discussion](https://github.com/reactjs/rfcs/pull/68).
The differences being
1. The use of a single setter/getter strea…
-
Author: @flashbackzoo @chillu
Status: Pending review
Version: 0.1
## Purpose and Outcome
A SilverStripe CMS powered by a modern frontend JavaScript framework should retain its openness to develo…
-
Upcoming major version for Stylable, including breaking changes.
### Core syntax
- Change custom pseudo-classes (states) to use `classes` instead of `data-*` attributes in their transpiled target …
-
I've found that multiple layouts is a constant source of confusion. It's a really advanced feature that very few people need. It mostly causes confusion from people trying to use it but not understand…
-
Currently the NuGet package debugging and symbols experience is not streamlined.
Some areas that need improvement are:
1. Optimize the NuGet package and symbol authoring story to encourage ###…