Inada Naoki

Results 53 issues of Inada Naoki

The zero values for `mysql.Config` is not good for default. See https://pkg.go.dev/github.com/go-sql-driver/mysql#Config > If a new Config is created instead of being parsed from a DSN string, the NewConfig function...

Python uses this extension but I don't want include it in ePub build. Would you check `if app.builder.embedded` before generating 404 page?

In Github GUI, it's difficult to check 79 columns limitation. How about adding `pycodestyle --diff` or something similar as non strict check?

bot

This block is in `#if PY_VERSION_HEX >= 0x030b00a6`, but Python 3.11.0a6 doesn't have f_localsplus. https://github.com/python/cpython/blob/v3.11.0a6/Include/internal/pycore_frame.h f_localsplus was removed 3.11.0a1. https://github.com/python/cpython/commit/b11a951f16f0603d98de24fee5c023df83ea552c On the other hand, CYTHON_VECTORCALL is enabled for CPython 3.8+....

Emit() may be called from multiple goroutine. flush() is also called from anther goroutine. To protect buffer from race, single goroutine should handle all emit() and flush(). WIP: I have...

PyUnicode_AS_UNICODE is deprecated and slow since 3.3.

### Feature or Bugfix - Bugfix ### Purpose Clean output ### Detail ### Relates https://discuss.python.org/t/leading-whitespaces-on-sphinx-build-output/53308

### Feature or Bugfix - Bugfix ### Purpose There is no – character entitiy in xhtml. The epubcheck reports fatal error and epub readers like Books.app crashes. ### Detail ###...

builder:epub

### Description Fix #1582. ### Checklist - [x] Code compiles correctly - [x] Created tests which fail without the change (if possible) - [x] All tests passing - [x] Extended...