Jean-Luc-Picard-2021

Results 81 issues of Jean-Luc-Picard-2021

it reads [here](https://github.com/didoudiaz/gprolog/blob/8ce915bcb85c27c84645d6cff4108973e4fb2acd/src/BipsPl/arith_inl_c.c#L514): ``` return CALL_MATH_FCT_0(Load_Math_Expression()); ``` I was rather expecting something like: ``` return CALL_MATH_FCT_0(); ``` Or is this a work-around for some macro processor issue?

I cannot verify: ``` [wrong_failure,(01)(1((01)1))] ``` https://github.com/ptarau/TypesAndProofs/blob/master/fc.pro If I try fCube 4.1 here, it tells me everything is ok: ``` :- decide(((pq)(q((pq)q)))). 1 search result = provable (fCube-4.1) ``` https://jsfiddle.net/Jean_Luc_Picard_2021/4L7zhb1x/17/...

The following question, whether there is a `swipl.js` that provides a command line interface (CLI) has not yet been resolved. `node` is the [nodeJS interpreter](https://nodejs.org/en/download), and `swipl.js` is the SWI-Prolog...

### Issue Summary I am using Math Jax 3 with bussproofs. The problem is observable for example in the Chrome browser. Boundaries of the SVG box are not correctly computed...

Accepted
Test Needed
Merged
v3
Code Example

### Issue Summary I am using Math Jax 3 with bussproofs. The problem is observable for example in the Chrome browser. Positioning of the SVG box follows an algorithm, which...

Accepted
Test Needed
Merged
v3

**Is your feature request related to a problem? Please describe.** Can I use fitch.sty by Johan Klüwer in MathJax? https://www.actual.world/resources/tex/sty/kluwer/edited/fitch.sty **Describe the solution you'd like** It would be swell if...

Feature Request

Now this here was a surprise. I am testing some A* search, here is what SWI-Prolog gives: ``` ?- start(X), time(astar(X, [], [], [], L)), length(L, N). % 13,959,315 inferences,...

Strange SWI-Prolog probably uses other C-calls to classify character codes, especially Unicode code points. I get the following result: ``` /* SWI-Prolog 9.3.2 and Scryer Prolog 0.9.4 */ ?- X...

Was trying this query: ``` ?- counter(3). ``` Does it terminate? Was waiting more than 20 minutes, SWI-Prolog does it in 12 minutes. But can Trealla Prolog also do it?...

I am trying the McCune group example, and I noticed a browser freeze: ![image](https://github.com/wo/tpg/assets/95891213/7408fa03-6da9-4289-af00-d74db08dec2d) Its usually freezing here: ![image](https://github.com/wo/tpg/assets/95891213/4961c568-3b8c-442f-83cb-775006752768) The problem link is: https://www.umsu.de/trees/#(~6X(m(0,X)=X)~1~6X(m(i(X),X)=0)~1~6X~6Y~6Z(m(m(X,Y),Z)=m(X,m(Y,Z))))~5(m(a,b)=m(b,a))