Stefano Borini

Results 80 issues of Stefano Borini

PatchSet.apply needs a context manager to restore the prevdir cwd in case of exception. As it is now, the path remains the new root, which may be puzzling.

This code produces a hard segfault: ``` future::plan(future::multiprocess) fut

It seems that pkgdown incorrectly parses an S3 method for a class called "maraca::maraca", and assumes `plot.maraca::maraca` is coming from a package `plot.maraca`. ``` Rscript -e "pkgdown::build_site()" Using environment r4...

This: ``` def very_important_function( template: str, *variables, file: os.PathLike, debug: bool = False, ): code code ``` Should be formatted like this ``` def very_important_function( template: str, *variables, file: os.PathLike,...

Trivial thing, but it bugs me a lot because users get inconsistent writing style for the error messages they receive in sv_gte, the message has a full stop at the...

Currently, if you add a leaf validator to a root validator, the leaf validator enable() method is disregarded, and you can either enable or disable the tree as a whole...

I am under corporate proxy, which acts as an intermediary for SSL requests. chromedriver autoinstaller fails because the certificate that the proxy sends is a local cert. the package does...

I tried adding the following, as from the documentation example `` My hosting component also has a `data()` function returning a model object with the `show` key set to false....

It is my understanding that dir2pi just deploys packages in a simple pypi structure, but relies on autoindex to provide the html file that pip uses. Is there an option...

Until the `howto_create_a_plugin.rst` document, there's no previous mention of `ServiceOffer` or `bind_extension_point` and their role in the whole machinery. They just appear in the documentation at the howto, and nothing...

component: documentation