-
### Your GTNH Discord Username
sirheavens
### Your Pack Version
2.6.1
### Your Server
Private Server
### Java Version
Java 17
### Type of Server
None
### Your Expectation
I tried to set the…
-
Example traceback:
```
Traceback (most recent call last):
File "lost_tracker/main.py", line 63, in
social = Social(app, SQLAlchemyConnectionDatastore(mdl.DB, mdl.Connection))
File "/home/exh…
-
### Bug description
When importing dashboard and the import fails, the error displayed is leaking HTML code of error page.
It seems there is other exception thrown when the import exception is pro…
-
### Bug description
i use python 3.10.9
superset 2.0.0 --> 4.0.2
### How to reproduce the bug
I tried removing .superset and then doing superset db init but still got the same error. After I remov…
-
A clear and concise description of what the bug is.
#### How to reproduce the bug
1. Go to '.Data ..'
2. Click on '.Databases...'
3. Scroll down to '....' Trying to list database
4. See erro…
-
### What client do you play on?
enUS
### Faction
Alliance
### Content Phase:
Generic
### Current Behaviour
Chance to drop is low.
### Expected Blizzlike Behaviour
Chance to drop is a bit high…
-
I create a local package index.
I used pip2pi 0.8.0 and ran it like:
~~~~bash
% pip2tgz /tmp/packages
% pip2tgz /tmp/packages -r requirements.txt
% dir2pi /tmp/packages
~~~~
Then I try to us…
-
### Bug description
When trying to access `superset` through the browser I get a 500 error and the logs say:
```
2024-06-18 10:45:34,669:WARNING:root:Class 'werkzeug.local.LocalProxy' is not mapped…
-
### Bug description
Apparently as part of the database driver purge, ldap drivers have also been removed and have to be reinstalled by the user.
There are currently 2 options, neither of which a…
-
Hi,
I am trying to use `mixer` with my flask app to create fake data. I have written below mixer module
```
# module: my-mixer.py
from flask import Flask
from mixer.backend.flask import mixer
from …