Jérôme Carretero

Results 26 issues of Jérôme Carretero

`$fn`, `$fs`, `$fa` are allowing to control the number of fragments in a shape; their goal is to control the deviation between the tessellated geometry and the ideal geometry, or...

Type: Discussion

Sorry for the out-of-scope issue but https://github.com/atmelcorp/sam-ba is not open for issues anymore so I found a closely related package to report on. @noglitch in https://github.com/atmelcorp/sam-ba/commit/de00221aae35b42d3808cf481b764cc1087ccf50 you indicate that SAM-BA...

SCT is written in Python, and so it has a [`setup.py`](https://github.com/spinalcordtoolbox/spinalcordtoolbox/blob/master/setup.py) file to install the [`spinalcordtoolbox`](https://github.com/spinalcordtoolbox/spinalcordtoolbox/) package. However, SCT isn't currently available on PyPI, and so it cannot be installed...

installation
epic

I hadn't uploaded youtube videos in a while and had issues when doing it today. Google has obsoleted the oauth flow used in youtube-upload: https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#instructions-oob The following change in `auth/__init__.py`,...

Hi, I have used the same GDB macro in OpenOCD and pyOCD and in pyOCD it fails with an internal gdb error. I don't know how reproducible my scenario is,...

gdbserver

I recently discovered the existence of lprint, I had been using my label printer using raw .zpl and Linux usblp. I find it pretty cool that it's possible to expose...

Please consider the following patch to work around testing issues under the PyPy interpreter: ```patch diff --git a/Lib/fontTools/misc/macCreatorType.py b/Lib/fontTools/misc/macCreatorType.py index 6b191054b..f680f238d 100644 --- a/Lib/fontTools/misc/macCreatorType.py +++ b/Lib/fontTools/misc/macCreatorType.py @@ -24,7 +24,7 @@...

Consider `a > 0` and `b > 0` then `a/(a+b)` is between 0 and 1, however this, to sympy, is more or less obvious, depending on how we manipulate the...

simplify
core.relational

Consider: ```py dx = sympy.Symbol("dx", positive=True) dy = sympy.Symbol("dy", positive=True) r0 = sympy.Symbol("r0", positive=True) r1 = sympy.Symbol("r1", positive=True) r3 = sympy.Symbol("r3", positive=True) ``` And we create this expression: ```py e...

cf. https://github.com/KhronosGroup/OpenCL-CLHPP/blob/main/include/CL/cl2.hpp