-
When using a nested array with Piccolo Admin, for example:
```python
from piccolo.table import Table
from piccolo.columns import Array, BigInt
class MyTable(Table):
my_column = Array(Ar…
-
```
When the Job Manager GUI (which uses Piccolo) is launched we perform the
following to observe the issue:
1. Click on ‘AG’ button.
2. Click on White are in left panel of the GUI. This is the Pi…
-
```
When the Job Manager GUI (which uses Piccolo) is launched we perform the
following to observe the issue:
1. Click on ‘AG’ button.
2. Click on White are in left panel of the GUI. This is the Pi…
-
Your paper mentioned some dirty training data of Piccolo that led to low test-time accuracy for Piccolo sounds. Do you think removing the problematic training data and training the model again will be…
-
**Describe the bug | Bug描述**
Arc Linux在执行build_linux.sh脚本的时候,报错,编译失败
**Steps to reproduce | 如何复现**
1. `git clone git@github.com:BoomingTech/Piccolo.git`
2. `cd Piccolo`
3. `.\build_linux.sh…
-
Issue https://github.com/piccolo-orm/piccolo/issues/323 gave me some ideas about improvements to the way Piccolo looks for a `piccolo_conf.py` file.
I'm just documenting them here as ideas - they c…
-
We added the ability to bulk modify rows:
https://github.com/piccolo-orm/piccolo_admin/issues/158
Once we've merged these changes into Piccolo API, we should use the new API for bulk updates:
…
-
### Your idea
It would be nice to have the niente technique available to allow you to crescendo from nothing or decrescendo to nothing.
### Problem to be solved
As well as being a fairly common tec…
-
Now we have another problem inside the file generated by `export-graphml -t -r -o`
we have the node property options with this string: `[piccolo:Piccolo, medio:Medio, grande:Grande, gigante:Giant]` …
-
- Run 42 on my Linux VM, begun at Sep 29 11:54, finds **81** unversioned vulnerable clones
- Run 68 on `piccolo`, begun at Sep 29 11:58, finds **86**
Details of the CVEs with differences:
```
wt…