-
I try to start mojito web app using:
```
brew cask install java
brew tap box/mojito
brew install mojito-cli
brew install mojito-webapp
mojito-webapp
```
than I receive:
```
marco@genesi …
-
``` js
type Status = string
type Subj = {status: Derivable}
const arr: Derivable[] = [
atom({status: atom('loaded')}),
atom({status: atom('pending')}),
]
const statuses: Derivable = struct(arr)…
-
It is clear to me that this "consensus" in the committee is against the majority of the community other than tc39.
I just want to know, what people like me, who really do not want this private fiel…
-
Currently middleware developers are encouraged to add functionality to `context` by adding properties and methods directly to it. This has a number of issues and, crucially, won't work in languages li…
-
Before commenting in this thread, please check https://github.com/rust-lang/rust/issues/50547 and try to check that you're not duplicating arguments that have already been made there.
---
Notes …
-
### Version
2.4.4
### Reproduction link
[http://jsfiddle.net/vjvMp/2019/](http://jsfiddle.net/vjvMp/2019/)
### Steps to reproduce
The precise layout of the components are in the JSFiddle. The…
-
Provide/Inject allows ancestor component to serve as a dependency injector. Injected dependencies are not reactive. As per docs, if an observed property is provided it remains reactive.
I've create…
-
For reference. We're exploring an alternative to the `observe` function proposed in #3398.
Instead of having a separate function that defines a list of dependencies on Observables, we could allow the…
-
Related:
- https://github.com/w3c/webcomponents/issues/619
- https://github.com/matthewp/bram#childrenconnectedcallback
- https://twitter.com/treshugart/status/816772654174650368
Deets:
- T…
-
(This is an attempt to restate #3752, explain the current position and present options)
## A blessed view system for Atom
We're in an interesting place with respect to generating views in packages an…