-
**Collection and settings**
- The collection is the Noongar-Boodgar Plants and Animals
- It is set to **not** show any images by default - an editor has to select the images to be displayed
- I w…
-
I'm suspecting unbound nodes can have the owner document destroyed, e.g.
```
my LibXML::Document $doc .= new;
my LibXML::Element $elem = $doc.createElement: 'root';
$doc = Nil;
# sometime later
…
-
According to @henrikmk Draw can be sped up significantly. [Discussion here](https://gitter.im/red/red/gui-branch?at=606b29a189446618e9895307)
Ideas:
1. Draw block is cached, but allows one to use …
-
# Do we need rules or guidance around agents?
I've noticed some not-great agent data being created, I don't know if @ArctosDB/agents-committee would care to attempt to establish any guardrails or…
-
**Is your feature request related to a problem? Please describe.**
When creating an ARC with the ARCitect most users might not know that adding a readme and license is possible and desirable. In case…
-
Hi, I encountered a problem: (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). The specific error information is as follows.
I'm not sure wha…
-
Tracking updates of code.org
-
```python
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[244], line 1
----> 1 train…
-
### Contact Details
_No response_
### Is your feature request related to a problem?
It would be great if all the links displayed next to the terms in Swate would bring users to the TS4TIB service w…
-
This library has been very resilient to my testing; however, I found a way to bug it out:
```python
import pydot
graph = pydot.Dot(graph_type="graph")
graph.add_node(pydot.Node(label="h")) # add…