-
### Deployment Method
- [X] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please p…
-
**Version(s) affected**: 3.3.0, TYPO3 11.5 BE
**Description**
When I try to add new Table(Excel Spreadsheets) content in the BE I get a warning message.
**How to reproduce**
1. Go to the T…
-
Hi,
Do we have a 'sticky_navigation' option like: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-sticky_navigation?
Basically I want the navigation bar scroll with the…
-
We currently validate paths after the fact using an `IsValid` method. Unfortunately, this means:
1. To be correct, we may need to validate repeatedly (not free).
2. We don't really get a chance to…
-
Hoi,
Net de upgrade gedaan. Draait als zonnetje!
Zag wel deze twee errors voorbij komen tijdens upgrade.
Misschien kan je er wat mee.
```
Installing collected packages: coreapi, django-filter, …
-
When using function binding to register an event handler, it will come up. This issue reproduced by the following .hx program.
Form the generated .js program, there is `var _g = (o=>Register.bind(o…
-
```golang
type FileStat struct {
Cid cid.Cid
Blocks int
Size int
CumulativeSize int
Type FileType
}
```
As return value for proposed `UnixFs.Stat()`, see: https://github…
-
# Meta
* Release owner: @hacdias
* Release reviewer: @Jorropo
* Code freeze date: 2023-10-27
* Expected RC date: 2023-11-01 ✅
* 🚢 Expected final release date: 2023-11-08
* Accompanying PR for …
-
## Reproduce
1. Create new form
2. Add captcha field
3. In Backend: Click on "preview mode"
![image](https://user-images.githubusercontent.com/13206455/228497149-9224969e-85ce-4287-ab3d-a38266a6…
-
I have a Web API which allows clients to sort and order data sourced from a SQL Server database.
The API times out for a particular entity which has a `bigint` PK (which is mapped to a `long` in C#…