-
Considering the elements of annsDP, and the anchor of DPs for the contained elements:
- for comments `(AnnComment _, _someDP)` the DP is relative to the "current cursor position", i.e. relative to …
-
Hi,
The sanitizeCSS function: https://github.com/templaza/plazart/blob/7c47a71881af009fdeadcb70221694acd1ada3cd/plg_system_plazart/includes/core/scriptsdown.php#L46 you are using is broken and easily…
-
Add documentation explaining features that don't work in either of the three object formats. For example, SingleCellExperiment objects don't support subsetting based on feature expression, or differen…
-
There a github error that happens from time to time when loading CORMAS.
Apparently this is due libgit. A new Pharo VM with libgit 1.0 might solve this problem in the future.
The fix is to run aga…
-
When we export to VTK, we sometimes export 'avt' fields like avtOriginalNodeNumbers.When read back in, this field is changed to 'internal_var_OriginalNodeNumbers'.The automatically generated magnitude…
-
for easy generating code, allowing simple math or simple math expressions will help improve usability.
-
Hello,
I would like to use SocialiteProviders with keycloak with dynamically set configuration as described in the
https://socialiteproviders.com/usage/#overriding-a-config
but I cannot see …
-
Hello everyone,
since I don't want to set the keyframes by hand every time, I wanted to create a small library with different effects.
Something like this effects (under bounce and other effects)
…
-
```python
import aesara.tensor as at
from etuples import etuplize
a = at.scalar('a')
etuplize(at.square(a))
# e(e(, sqr, ), a)
etuplize(at.pow(a, 2))
# e(e(, pow, ), a, TensorConstant{2})…
-
:std/pregexp seems to produce wrong matches
compared to racket regexp and pregexp, the same regular expresssion
produces a wrong matches.
example here: the regexp is supposed to match urls and …