-
1. Which aspects we want to unify? Only name of function and public variables, or more?
-
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…
-
# 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
-
关于深色模式/暗黑模式统一在此Issue中讨论
Discussions about dark mode unification in this Issue
WAY29 updated
1 month ago
-
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.
-
?- 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…