-
In my aed2.nml file I have
simDryDeposition = .TRUE.
atm_pip_dd = 0.004
simWetDeposition = .TRUE.
atm_frp_conc = 1.8
but in the resulting .nc file the value of PHS_atm_dip_flux is all…
-
## Idea
Workshop participants can build a game by composing simple geometric shapes and events into their own game logic.
## Technical requirements
- An **easy-to-use graphics package**
- Maintain …
-
Can we have pure function, similar to [changes](https://hackage.haskell.org/package/reactive-banana-1.1.0.1/docs/Reactive-Banana-Frameworks.html#v:changes) with type like Behavior a -> Moment (Event (…
-
Angular 1's directives are conceptually similar to Custom Elements, but they are implemented without the Web Components API.
There are a couple of small problems with Angular directives
- they don't …
-
### Describe the feature request
It seems that the static_file plugin only supports HTTP basic authentication. Any plan of supporting HTTP digest authentication?
### Describe alternatives you've co…
-
I would like to add an extra feature that I need, to listen for the proxy server on Wifi interface, but for outgoing connections use mobile data
How can I do it? from the little research I've done I …
-
What would be the most useful or necessary features that we should add to make this useful in practise?
-
Right now, it is possible to escape transformers in `SyncSF`s, e.g. given `syncSF :: SyncSF (ExceptT e m) a b`, we can use `FRP.Rhine.SyncSF.Except` to handle the exceptions and remove the `ExceptT` l…
-
These are just some thoughts about an alternative way to implement commands, no actual implementation done. It might be overkill, result in a weird API, or plain unnecessary, but I might as well post …
-
Currently, simultaneous events are problematic. Here's a silly, but illustrative example:
``` js
let x = most.periodic(10, 'hi');
let y = most.merge(x, x);
```
What does it mean to merge x with its…