-
# Bug report
### Bug description:
```python
c = ast.parse('x = 1')
c.body[0].end_col_offset = 2**31-1
c.body[0].end_col_offset
2147483647
code = compile(c, "", "exec")
```
It leads to overflow in […
-
## Feedback Naamgeving & Begrijpelijkheid (van Mediahuis)
Over het algemeen is de naamgeving duidelijk en consistent.
De kleuren geven jullie allemaal aan met 'rouwtaak', misschien kunnen julli…
-
-
### What happened?
When `patroni /etc/patroni/config.yml` was run, the command line has below prompt:
```
2024-11-15 17:53:48,464 ERROR: Failed to get list of machines from http://etcd3.local:2379/…
-
Sending this query to Manage:
```
{"state": "testaccepted","REQUESTED_ATTRIBUTES":"entityid"}
```
Results in:
> Servlet.service() for servlet [dispatcherServlet] in context with path [] threw…
-
De stylesheet ziet er redelijk goed uit, alleen de structuur van secties zien er niet overzichtelijk uit. Let goed op de spacing. Probeer ook duidelijk boven ieder code aan te geven waar het voor staa…
-
Dear Keras Team,
The latest version of [pytorch 2.5](https://pytorch.org/blog/pytorch2-5/) already supports Intel GPU. Users can use pytorch on Intel GPU with [minimum code change.](https://pytorch…
-
Name: franz-huatta
Email:17015771+franz-huatta@users.noreply.github.com
-
### Before you start please confirm the following.
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues).
- [X] Yes, I've checked whether this issue is co…
-
**Describe the bug**
Since migrating to Spring Security 6, Calling APIs using simple jQuery/XHR with basic auth results in final 401 errors, despite being logged in through the browser basic auth…