-
# 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…
-
On 1fe7492
```
(= ((($s $x) $y) mul) ($s (M $x $y)))
(= ($s (put $x)) ($s $x))
!((E $p) mul)
```
hangs.
This should return `((E $p) mul)` unreduced.
-
This ticket tracks the effort to unify the documentation in one place.
- [ ] Port remaining CWIKI guides and documentation to sphinx (will add list of pages for tracking)
- [ ] Port remaining Board r…
-
Right the `version` and `watch` RPC calls use the version information pulled in from `env!("CARGO_PKG_VERSION")`.
Our metrics, also track the "build version" using `git_version`.
What do we want to …
-
Right now we have disparate scripts for building on Linux and Windows. It would be nice to unify these to a single script so we only have one thing to maintain.
Ideas for this (in order of preferen…
-
https://coq.github.io/doc/v8.11/api/coq/Unification/index.html
thanks max!
-
# Steps to Reproduce
Take the following Idris program that describes a view (`Compare`) over two vectors, the corresponding covering function (`compare`), and a function (`eq`) that uses the coveri…
-
With `p.pl` comprising:
p(X) :-
X = f(a,b,c(d,e)).
I get with Scryer Prolog:
?- use_module(library(diag)).
true.
?- wam_instructions(p/1, Is),
maplist(po…
-
An increasing number of server supports regular traffic and SSL traffic on the same port (especially prevalent in the Java space)
This means, detect SSL hello packet, then move to SSL for that clie…
ghost updated
8 years ago
-
1. Which aspects we want to unify? Only name of function and public variables, or more?