Dan Ristea

Results 8 issues of Dan Ristea

Currently, Differencify outputs all images and the diffs, if any exist, to a folder. It could be made to produce a report as an HTML page that loads on test...

enhancement

Hi! I'm using loadjs (great library btw) and I'm seeing some infrequent loading failures in the logs. I'm trying to establish if it's caused by something blocking the scripts or...

### Search Terms Node 20, reportTSError, error ### Expected Behavior When using the `ts-node/esm` loader with Node 18, TS errors are reported correctly. The file below when run with `node...

The experimental `powmod_exp_list` function that was added recently [appears to loop over the exponent argument and call `mpz_powm` internally](https://github.com/aleaxit/gmpy/blob/ca7a8f2bd4298dec6cbe10aea08ed28992b2b838/src/gmpy2_pow.c#L364). The similar `powmod_base_list` makes sense to be implemented like this and...

...with a view to move to async/await in the near future. Currently the template code is making heavy use of callback as is most of the oc ecosystem. Since this...

Please provide the following when posting an issue: original .tex code -- ```tex \begin{pmatrix} 1 & 2 \\[0.2cm] 3 & 4 \end{pmatrix} ``` yaml settings -- ```yaml modifyLineBreaks: environments: DBSFinishesWithLineBreak:...

enhancement
align-at-ampersand-routine

### Repository TarheelGrad1998/gallery-card ### Checklist - [x] I understand that this form should only be used for repositories that needs to be removed from HACS - [x] I understand that...

flag

Similar to https://github.com/Legrandin/pycryptodome/issues/526, I think there are more places where types should use `int|Integer` or maybe `int|IntegerBase` in place of only `int` or `Integer`. I think this is the case...