-
The reason for the low performance I think is the use of a dictionary to look up which faces we traversed. As we loop over all cells we add them to either one of the lists owner or neighbour. And we n…
-
- reverse_lookup_translator
- script_translator@fixed
- script_translator
speller:
algebra:
- "fuzz/^(\\w)(\\w).+$/$1$2/"
- "fuzz/^(\\w)(\\w)(\\w).+$/$1$2$3/"
- "fuz…
-
Hi,
Whilst trying to get foreground data notifications to our iOS app I was only able to get this working on Android, in fact Android required no work to get it working.
Thanks to https://stacko…
-
### Godot version
4.0.alpha11
### System information
Windows 10
### Issue description
AnimationLibrary currently writes its embedded animations as a raw dictionary. For example:
```
[sub_resour…
-
One of the modules we are missing in Andbible is a Bible with Hebrew morphology, I have modified and adapted a workable OHB module with a proper associated morphology dictionary.
We need to remove t…
-
There is bug in OpenFAST/Template/Scalar.cs file
If value is optional, and uses the previous value (for example copy), then the null value is not stored.
Way to reproduce:
Object: string? Param…
-
Following the instructions on http://wiki.ros.org/Installation/Source on Fedora 30, I get:
```
$ rosdep install --from-paths src --ignore-src --rosdistro melodic -y
bash: rosdep: command not foun…
-
Binary Search Algorithm
Step 1: Set low to 0, high to n – 1.
Step 2: If low > high, x does not exist in M and the algorithm terminates.
Step 3: Set mid to (low + high) / 2.
Step 4: If M[mid] < x, …
-
This is not an "issue"- more of a question.
Tags are represented as a list on the element. I would have thought that the tags would be represented as a dictionary so you could do a lookup.
I'm wonde…
-
```
ripl.execute_program('assume x1 = tag("x", "x", normal(0,1))')
ripl.execute_program('assume y1 = tag("y", "y", normal(x1,1))')
ripl.observe('y1', 2)
ripl.execute_program('infer(mh("x", 1, 100)…
fsaad updated
6 years ago