-
I am writing a reflective tool that constructs RAML from a different storage format. I need to know which features are constructed using which methods. The test below shows the effect. I can create an…
-
It [has been suggested](https://github.com/w3c/vc-data-model/issues/929#issuecomment-1267697526) that the use of `@context` should be made optional. This would be a normative change to the current spe…
-
### Problem
We want Flow data-planes to support multiple built catalogs, teams, and even customers simultaneously, using a shared pool of compute resources. One of the problems this raises is: how …
-
Hi Kiho,
If I understand correctly. DemoBar is for Preview Form. I copied demobar.js and variables.js to my work directory then followed the code to add
```
import FormBuilder from 'react-form-b…
-
An ongoing thorn in my side has been the behaviour of `Traverse` and `Sequence` for certain pairs of monadic types (when nested). These issues document some of the problems:
https://github.com/lou…
-
Hello,
I have developed a Joi shim which others may find useful. If so you may want to incorporate it in your code base (obviously implemented differently).
One aspect I find a bit annoying is that…
-
Related to this issue: https://github.com/AmpersandJS/ampersand-state/issues/72
-
@cryptoquick brought up some good points in https://github.com/chinedufn/percy/issues/28#issuecomment-468990588 that this is a source of confusion.
Let's ditch this terminology in favor of somethin…
-
@wallymathieu I wonder if you're using the library for some projects, prototyping or just playing with the exotic typeclassy features?
I'm just curious and at the same time I would like to know if …
gusty updated
6 years ago
-
Hi @mgechev !
I just read your style guide, it's awesome ! I was wondering about directory structure.
you create a folder for each feature you have as following:
```
├── app
│ ├── about
│ │ └…