-
# Project: Refactor JabRef-OpenOffice components
There is a lot of scope for improvement in code quality in JabRef's OpenOffice/LibreOffice integration components to make it much more maintainable. Th…
-
There are several kinds of APIs, the RPC, the http. From what I know, the rpc was created for the 'backward compatibility' with bitcoin core.
The outputs have different sets of fields presented, di…
-
## Search Terms
unification generic inference
## Suggestion
Today, TypeScript cannot retain or synthesize free type parameters during generic inference. This means code like this doesn't …
-
_Originally posted by @netdpb in https://github.com/jspecify/jspecify/issues/275#issuecomment-1252837006_:
> Elsewhere I've said that the question at hand is one of _convertibility_ and not general…
-
Lossy unification seemingly does not fall back to regular unification if ~~literals are~~ an instance parameter is part of the unification problem.
**Steps to Reproduce:**
- Define a `Number`, `Is…
-
Following react-18 upgrade, I got this error on CI :
`/builds/nmKybPR1/2/navops/unification/navops/ui/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
…
-
Due to a typo I put the wrong metavariable inside [brackets] in a case rule construct. This resulted in a "Unification incomplete for case" error message.
Here's the offending code:
```
…
-
**Avoid**
```rego
input.number = 5
```
**Prefer**
```rego
input.number == 5
```
Motivation: while there are a few valid cases for unification, the unification operator (`=`) should not be used…
-
For the unification in this modpack, I suggest that the same seeds from different mods merge. For example, we have 3 different rice seeds (sushi go crafting, thermal cultivation, croptopia) and 3 diff…
-
The differences between zmq2 and zmq3 could be effectively papered over by providing a superset of the APIs down at the ZMQ level. For example, sendmsg and recvmsg can easily be made to work on ZMQ::…