-
how do i hide a field, thats not inside my behavior?
```python
class IFancyDescriptionBehavior(model.Schema):
fancydescription = RichText(...)
directives.mode(description='hidden')
```
…
-
### Describe the bug
Every time a change is made it seems to be reloading an old version. No changes are visible between them
### Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-6…
-
**Describe the bug:**
Changes made to the Final column in the rule update flyout persist after clicking the “Dismiss” button. However, these changes are lost if the user navigates to another tab and …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Currently if the developer defines …
-
In the Download Settings meta box when editing a Download there's a text field that holds the purchase shortcode. This shortcode SHOULD update instantly when someone chooses Buy Now as the button act…
-
**Describe the bug**
When relaunching. glancething resets brightness setting
**To Reproduce**
Steps to reproduce the behavior:
1. turn off auto brightness
2. turn brightness to desired amount
…
-
Prior to upgrading to my current version (2.01), coerce_index() would produce valid index variables for any type of input. Now, however, if the input is already a series of integers, the code executes…
-
In autologin mode with no Session explicitely set and no last session saved we currently go back to the greeter so that SDDM won't crash but users don't understand it.
We should load the first sessio…
-
I'm not sure if this behavior is intentional, but it is not how I understood the documentation.
Say you have a txd file with English (as primary) and French cultures, and a key that intentionally o…
-
# Bug report
### Bug description:
We noticed a behavior change between 3.11 and 3.12. The following code calls `Foo.__bool__` once in 3.11 and twice in 3.12. Consequently for this contrived example,…