-
1. Which aspects we want to unify? Only name of function and public variables, or more?
-
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…
-
Experimental Windows support was released in version 0.13.0 of buildkit and details of how to use are in a [blog](https://www.docker.com/blog/experimental-windows-containers-support-for-buildkit-relea…
-
**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:**
…
-
JABBA has one very handy feature: It can be set to accept all types of the same item. That results in a handy mechanism to unify your, e.g., copper ingots from 20 different mods.
I never looked int…
-
The settings menu has been busted for some time, it works functionally just fine, but aesthetically it's all over the place.
I believe "Interface" tab should be used as a 'benchmark' or a reference…
-
_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(…
-
# Bug Report
## Description
PR templates do not work at all.
### Steps to Reproduce
Steps to reproduce the behavior:
1. Go to algorithm archive
2. Create PR
3. No template will be pro…
leios updated
2 years ago
-
?- X = s(1), X = s(X).
false.
?- X = s(X), X = s(1).
X = 1 ;
Expected: While the second is STO (subject to occurs check) and thus undefined, it is still highly desirable if this fails. Eith…