Mike Waters
Mike Waters
Currently the code appends the validation error message (a span.help-inline element) to the element that has failed validation. This patch creates the option ('append_to_control_group') to append that error message element...
As a chronic forgetter, I keep a ton of apps open in order to avoid overwhelming my TODO.txt - I'll notice the app eventually, which is fine. `Later` was doing...
Hi, It appears that globbing behavior in Pathlib has changed/optimized to use `scandir` in 3.6: https://bugs.python.org/issue26032 ``` for p in reversed(list(artifactory_path.glob('2.24*'))): File "/usr/lib/python3.6/pathlib.py", line 1081, in glob for p in...
## 🐛 Bug Report Build fails using Python 3.13 on latest MacOS (Apple silicon). Works fine on Python 2.12.7 (well, it builds ..). May be an issue with `cffi`, based...
FYI, Turso has deprecated `sqlite-vss` in favor of `sqlite-vec`, *and* only support this extension for Pro and Enterprise accounts on fly.io. Trying to use either `vss0` or `vec0` virtual tables...