-
currently only sections get ids... would it be possible to automagically create a UUID3/5 (based on the paragraph's content) for each paragraph? that way post-hoc linking can become much more precise.…
-
I'm pretty sure there's a memory leak in send-message, at least under some circumstances. I have narrowed it down to just running this loop:
(dotimes [n 2000]
(let [uuid1 (myutil/random-uu…
-
Parts do not provide "themselves", as such only tips of an assembly can be requested.
By adding a virtual joint to a part that the assembly machine either interprets as a RigidGroup to the Origin,…
-
There's only very few call sites to update and it would remove a deprecated warning from every install.
Changing code this pretty simple as explained here: https://www.npmjs.com/package/uuid#upgrad…
-
Can we improve the use of the uuid module so that it **handles namespaces directly** instead of manually indicating the namespace `urn` each time?
**Describe the solution you'd like**
A complete m…
-
We have a use case where we have a bunch of values for certain tags, and those tags are generally related.
For instance, we have a `region` tag with values like:
`region-a-`
`region-a-`
`region-…
-
I was just glancing through your code and I noticed that your Gateway [AuthToken](https://github.com/machinalis/telegraphy/blob/db185ffdb5d9d8c7aca5b6055510d35baf669b15/telegraphy/gateway/base.py#L21)…
-
I can see which recordings exist, but I cannot view them, I need to download them and play them in quick time.
I get the following errors in the console.
```Password fields present on an insec…
-
pyarrow.parquet.write_table used for write Parquet file
In parquet schema missed logical type for TIME, it’s just long type
PyArrow Schema
```java
NUMBER: int64
DECIMAL: int64
NUMERIC: i…
-
Whilst following the code examples for the create API I was getting a “TypeError: Cannot read property ‘v1’ of undefined” error.
After investigation it seems there is a new version 7.x version of t…