Kevin Chung

Results 334 comments of Kevin Chung

I'm not sure if you can see the generated artifacts here: https://github.com/ColdHeat/pybluemonday/pull/13/checks or on your recent PR https://github.com/ColdHeat/pybluemonday/pull/17/checks. Here's a link to the zip. You'll need to install the relevant...

Can you try running with `--disable-gevent`? I saw some discussion online that said that could be an issue. Overall, Windows isn't likely going to be a well supported platform target...

After digging through this for awhile, can you try running `flask run` instead of `serve.py`? The latest pybluemonday wheels work just fine on Windows but I think something about flask...

Linking a bunch of potentially related issues: https://github.com/CTFd/CTFd/issues/1099 https://github.com/pallets/flask/issues/2460

I believe there's some sort of issue with serve.py preventing it from working under Windows. The pybluemonday wheel currently is broken but that issue was fixed but just needs a...

I believe this is the actual issue: https://github.com/pallets/werkzeug/issues/2076

Your stack trace to me indicates that this is a sqlite issue. Sqlite is not well supported for imports b/c migrations don't work well with them. If you can get...

I don't particularly understand the migrations issue as migrations should be working properly with the standard Docker deployment strategy. The path `'/migrations'` should be the full path to the migrations...

Yeah nginx is generally the preferred reverse proxy server at this point so there's really not much support for Apache + mod_wsgi. I would take a PR assuming it doesn't...

I think this is a good idea but the implementation likely requires some finesse. I actually avoided implementing select because it wasn't clear where to store the options. I didn't...