Taylor C. Richberger
Taylor C. Richberger
navigation.html's toctree was missing support for maxdepth and titles_only. I don't think the end-user should have to override navigation.html just to change these settings. I wasn't quite sure how to...
In gdscript, this is available: ```gdscript export (Array, PackedScene) var foo ``` Which gives the editor the ability to resize the passed-in array, and enforces the type of each element....
In this case, I'm using the h2 database. When I use jbundler directly, it appears to work, but after a run through bundler, it finds the h2 engine, but not...
This is maybe related to #280, but in my case, the archive doesn't just have its order changed, but is completely corrupted. Here is a complete example, including the archive...
closes #5469 Most LSPs will complete case-insensitive matches, particularly from lowercase to uppercase. In some cases, notably Pyright, this is given as a simple insert text instead of TextEdit. When...
### Summary When I use Pyright completion that changes case from lowercase to uppercase, the first two characters remain instead of being replaced. The same does not happen using the...
This seems likely to be caused by the bug listed here https://www.openldap.org/lists/openldap-bugs/201604/msg00046.html which has been since resolved. A new version of LMDB should correct it. It looks like lmdb-rs uses...
https://docs.rs/lmdb-rs/0.7.6/lmdb_rs/core/constant.EnvCreataMapAsync.html Shouldn't that be "CreateMapAsync"?
Fixes #3851
[celery.beat.Scheduler._when](https://github.com/celery/celery/blob/master/celery/beat.py#L235) reduces into a timetuple ignoring tzinfo. If you have multiple schedules with different tzinfos, the ones in later-shifted timezones will possibly never run, because they will almost always be...