Daniel Pozo Escalona
Daniel Pozo Escalona
Las fuentes en LaTeX en ocasiones están mal indentadas y formateadas. Una opción para solucionar esto sería incorporar tareas al `Rakefile` que ejecutasen un programa como `latexindent` sobre las fuentes.
This line: https://github.com/psycopg/psycopg/blob/b8027b2481b49b87c4b1344d4b098e6f04531ea0/psycopg/psycopg/pq/pq_ctypes.py#L965 raises a `TypeError` when `data` is a `str` object, as the `bytes` builtin must be passed the `encoding` parameter if the first parameter is a string. Example:...
`ripgrep --json` results may contain characters that are [considered newlines](https://docs.python.org/3/library/stdtypes.html#str.splitlines) by `str.splitlines`, because it only treats `\n` or `\r\n` as newlines ([this file](https://github.com/ClickHouse/ClickHouse/blob/6567aeda6c63a911a3bf2b3e515782ab9fbc9a60/tests/queries/0_stateless/01666_blns_long.reference) is an example where that happens). `ripgrep`'s...
My browser (Firefox 58 on Linux) keeps sending over 50 requests for `MathJax.js?config=TeX-AMS_HTML-full,../mathjax_sage.js` on documentation pages.
Add missing keyword arg to the list.
Hello, I was trying to install Judo, as I want to use it for a little assignment, and I'm getting this: `julia> Pkg.add("Judo") ERROR: unknown package Judo [inlined code] from...
# Issue details The option to have Wallabag handle HTTP scheme is useful to save articles without needing to open them in the browser. However, this prevents you from opening...
ClickHouse can take anywhere from 10 to 30 minutes to restart when the filesystem cache has been populated with millions of files. This change aims to make the loading of...