Paul Guyot

Results 48 issues of Paul Guyot

[Binary AI Packages](http://goofy.zamia.org/repo-ai/) linked from README.md file no longer works. As a result, many issues pop in. See #74, #76, #102. If binaries are not meant to be avaiable, the...

Further support for French which allowed me to build a reasonable model for French (tdnn 250, tdnn f still being built). %WER 30.17 [ 42464 / 140755, 3870 ins, 12822...

Signed-off-by: Paul Guyot These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Referring to this build: https://github.com/antlr/grammars-v4/runs/7878016714?check_suite_focus=true The test consists in parsing this statement with sql/tsql grammar: ``` select fillfactor from (select 1 as fillfactor) t; ``` This shouldn't work as fillfactor...

tsql

https://github.com/pguyot/Einstein/blob/master/Emulator/ROM/TFlatROMImageWithREX.cpp#L135 ``` #else // TODO: we can find the Rex in the MacOS .app resources ::free(theData); ``` Apparently, with FLTK binaries, the REX is included in source code, generated at...

LGTM's company was acquired by GitHub and they later created more tests. Some of these tests are actually founded and code should probably be fixed. Typically, the tool revealed some...

M5LiteAXP192::begin() and original AXP192::begin() currently do not have exactly the same signatures: ``` void M5LiteAXP192::begin(bool disableLDO2 = false, bool disableLDO3 = false, bool disableRTC = false, bool disableDCDC1 = false,...

New option hexpm-mirrors to specify the mirror(s) to use (defaults to repo.hex.pm). This is particularly useful in cases `repo.hex.pm` is not reliable as it proved to be recently. Signed-off-by: Paul...

This PR is an optimization on top of #943 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms...