Bryan Davis
Bryan Davis
It would be very nice if the MediaWiki user account (https://packagist.org/users/mediawiki/) allowed multiple individual users to be granted management rights rather than requiring shared password access. I'm thinking of something...
Add functions for sub-function profiling. - `xhprof_frame_begin` : Starts an artificial frame. Together with `xhprof_frame_end`, this times one block of code execution as if it were a function call, allowing...
The HHVM implementation of XHProf includes two handy functions and a wrapper class to allow sub-function profiling: - xhprof_frame_begin : Starts an artificial frame. Together with xhprof_frame_end(), this times one...
A quick and dirty hack to add the ability to save searches to files on the file system. There are no permissions checks to see who can save, load or...
**Is your feature request related to a problem? Please describe.** ```time="2023-03-15T19:45:33Z" level=error msg="SendMessage failed: Too Many Requests: retry after 9" func=handleMessage file="gateway/handlers.go:228" prefix=gateway``` https://phabricator.wikimedia.org/T332226 Telegram groups can be set to...
Docs at RTD will not update until we add their newly required configuration file. https://blog.readthedocs.com/migrate-configuration-v2/
Use [importlib.metadata](https://docs.python.org/3/library/importlib.metadata.html) to find the version of the installed package. See https://gitlab.wikimedia.org/repos/ci-tools/commit-message-validator/-/commit/64a3b58411f8dd3773516504556d22bee1465ff1 as an implementation example including support for older versions of Python.
Apparently I forgot to write a change log for 0.7.0. * https://github.com/bd808/python-iptools/compare/v0.6.1...v0.7.0 * https://github.com/bd808/python-iptools/releases/tag/v0.7.0
[January 1, 2020](https://www.python.org/doc/sunset-python-2/) was quite a while ago. It may not seem like that long to some of us who have lost our ability to measure the passage of time...