Eloi Torrents
Eloi Torrents
This PR adds a new input format for the constructor of quaternion algebras. It uses PARI `alginit` function to construct one form the ramification information. Fixes #16948 - [X] The...
I tried to run some examples and got some issues. It seems that the syntax ":=" for assignments is no longer valid. I figured out that "def __ =" worked,...
Fixes this kind of errors: ``` ? 1 - 1.1 [1:1] Error: Incompatible arguments for function '-'. Expected '(Int, Int)', got '(Int, Double)'. │ 1 - 1.1 └───────^^^^^^^ ```
I get this error when compiling the master branch. ``` $ make cc -Og -ggdb3 -g -rdynamic -Wall -Wpedantic src/lexer.c src/parser.c src/cognac.c -o cognac -DCC=cc src/cognac.c: In function 'to_c': src/cognac.c:893:39:...
# Description Just update msteveb/linenoise and hope UTF-8 is fixed Fixes # (issue/s) ## Type of change - [ ] Code cleanup - [ ] Unit tests (added or updated...
# Description Support UTF-8 with linenoise Fixes # (issue/s) ## Type of change - [ ] Code cleanup - [ ] Unit tests (added or updated unit-tests) - [x] Bug...
Add support for "installing" progressive web apps: https://web.dev/learn/pwa/progressive-web-apps/ https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/What_is_a_progressive_web_app
It would be nice if it was possible to enable thinking with ollama granite3.2 https://ollama.com/gabegoodhart/granite3.2-preview > Generation: To enable thinking, add a message with "role": "control" and set "content" to...
Docstring: > diagonal matrix with diagonal entries `2`, `2a`, `2b`, `2ab` Implementation: `diagonal_matrix(self.base_ring(), [2, -2 * a, -2 * b, 2 * a * b])` https://github.com/sagemath/sage/blob/d617df423d7530e656571f6cd4ced322235d768a/src/sage/algebras/quatalg/quaternion_algebra.py#L539-L561 ### Checklist - [x]...
Hello, I'm liking factor so far, but I find inconvenient to go to the terminal in order to open the factor's GUI. A .desktop file with an icon, would make...