-
```
I noted in Issue 113, we added a guard in PNode.fullPick() to only proceed if
the node is visible. PClip duplicates PNode.fullPick() to support the clipping
behavior.
The easy workaround is to …
-
**Describe the bug | Bug描述**
A clear and concise description of what the bug is.
菜单栏重新加载当前关卡会崩溃
**Steps to reproduce | 如何复现**
Steps to reproduce the behavior:
1. 开启编辑器后menu-reload current leve…
-
tel: '339205803585 Maurizio (geometra comunale) - 3398161481 (Silvia)'
email: sia_82@hotmail.com
cosa: 'Comune di #Fiastra cerca due container, uno uso magazzino e uno per centro di aggregazione'
d…
-
Let's say I have
```python
class Subject(Table):
name = Varchar()
class Event(Table):
subject = ForeignKey(Subject)
timestamp = Timestamptz()
data = JSONB()
```
How can …
-
As far as I can see, if using `Readable` and `get_readable`, boolean fields are represented as `f` and `t` (False and True). It would be good if it was possible to represent these in a more user-frien…
-
Custom forms are a great feature and look like a quick way to add some calculations or other custom logic to be run from within the admin.
I've been wondering if there would be a possibility to pre…
-
@2autunni @akybaud @andreaperugia @brunosaetta @hmtechnology @iusondemand @LenusMedia @lidialab @lmbuffetti @pezzeonline @PixedBo @raynor85 @Saladino79 @seosmart @thinkaboutit @vannaccirere
Ciao rag…
-
I'm trying to run this [design](https://github.com/bluespec/Piccolo/tree/master/builds/RV64ACDFIMSU_Piccolo_iverilog) through Qflow process and I'm stuck at **Placement** stage (Graywolf v0.1.4), I've…
-
I'm putting this here as a placeholder to collect thoughts. I don't think it's an immediate priority, but would be cool.
We support form creation using `FormConfig`. We might be able to add somethi…
-
@dantownsend
I found "check" might be some reserved keyword. So creating a table named "check" failed with the below error:
```
🚀 Running 1 migration:
- 2022-04-08T17:08:13:533235 [forwards].…