-
1. Which aspects we want to unify? Only name of function and public variables, or more?
-
It is important that (add x y z) can match to (add a b) with for example
associative
```
{a: (add, x, y), b: z}
```
commutative
```
{a: z, b: (add, y, x)}
```
This can be costly but is quite doa…
-
My thinking about a better streams api (#64), opaque objects (#70), and also more than 1 extension support using metatables, I was thinking that these different aspects could all be stored in lookup t…
-
Some of the blocks are not unified properly, making some related items unobtainable. For instance, the U-238 block is unified to IC uranium block, but the breeding of uranium bees equires the GT U-238…
-
Currently, to use ember-gestures with a module unification app, the resolver needs to be modified.
```js
// src/resolver.js
import Resolver from 'ember-resolver/resolvers/fallback';
import { mer…
-
when hosting a game the data returned by the server could use a bit unifying.
Some attributes are camel case (e.g. Title) some lower case (host, host.*, id).
It would be nice if the naming was consist…
-
When I install the gregtech, the ore will be GT's ore
When i put ore inside the backpack, throw them, they will become to GT's ore, how to close every unification in gregtech.
-
**Story:**
As a user I expect colors to match throughout the app and be accessible in both light & dark modes so that I can easily focus on the content without stylistic distractions
**Details:**
…
-
_From [andreas....@gmail.com](https://code.google.com/u/104176248769201814032/) on September 25, 2010 11:49:27_
At the end of a declaration, solve meta-vars that do not extrude the scope of the decla…
-
Use polymorphism to encode different combinations of theories.
```
// 1.
SharedActiveSpaceSolver solver = build_active_space_solver(options.get_str("CAS_TYPE"));
solver->compute_energy(…