Caleb Stewart

Results 54 comments of Caleb Stewart

I just realized I forgot to include a link to the relevant Alembic documentation on using a setup like this. It can be found [here](https://alembic.sqlalchemy.org/en/latest/branches.html#multiple-bases).

Ah, I didn't know about that! Is the intention for plugins to run `upgrade(plugin_name="myself")` in their `load()` method?

Thanks, I appreciate it! I ended up at a similar place. The code there appears to have been generated based on the code in `assets/js/pages/challenges.js` (or at least they are...

I appreciate the help. I have the tags working now. This issue is more about what the intended workflow is for this code. Minified javascript (and whatever bastardized thing `challenge.dev.js`...

Sure, when I "prettified" `challenges.min.js`, this block was at approximately line 1119. I added the 3 places that interact with the `chaltags` variable. ```js for (var l = 0; l

I abandoned trying to extend the core theme, because it's hell. I am trying to develop a custom theme, but apparently somewhere in the CTFd codebase, there is a hook...

The DLL would need to be updated. Currently, the group name is specified as a literal string constant, which could be modified at runtime before dropping the payload, but couldn't...

The exact versions of Windows which are affected by this vulnerability are still evolving. I had not been able to get this specific vulnerability to exploit on any Windows 10...

I think this is only a problem when using something like Doom which automatically adds the hook to `python-mode` ([ref](https://github.com/doomemacs/doomemacs/blob/master/modules/lang/python/config.el#L292-L297)). That being said, this is exactly the problem I was...

Another workaround I found that may be a bit better in some cases is to completely destroy `poetry-tracking-mode` altogether by overriding the function. This may have unintended side-effects, but it's...