-
Hi everyone, here is the issue I promised to create in https://github.com/prooph/event-sourcing/issues/79.
Note that I'm going on vacation this saturday and will only have a limited ability to answ…
-
Originally I posted following messages in #149 answering to @erights concern about `Membrane` pattern implementation with `Symbol.private` approach. I've decided to create new issue here for several r…
Igmat updated
5 years ago
-
```
from dvander to m.dev.tech.js-engine today,
IonMonkey has now landed on mozilla-central (yay!). Largely this shouldn't
affect anyone doing SpiderMonkey development, but in case it does, here are…
-
With game state management mostly stable, the next step is to implement an entity-component-system framework in the engine. This framework must follow the [pure ECS model](http://shaneenishry.com/blog…
-
First of all, I would like to say I love CSRankings, and I think it is the best system currently for rankings CS departments. This discussion is just an attempt at making a good thing better.
Ther…
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…
-
## Introduction
This is a proposal to add an `enum` construct to Scala's syntax. The construct is intended to serve at the same time as a native implementation of enumerations as found in other la…
-
Are there improvements to availability if difficulty is adjusted each block? Is there any larger vulnerability (eg: DOSing a nodes peer connections to starve it of blocks lowering it's local belief ab…
-
This is the place to discuss specifics of how node will determine the mode a given a source (file / source string). Source string examples include stdin or `-e`, they do not include JS `Function` or …
bmeck updated
6 years ago
-
Evaluation of template in parallel with gslab_scons module in https://github.com/gslab-econ/gslab_python/issues/16.
Both small template (`master`) and large template (`large_template`).
Leave …