Richard G
Richard G
Added support for -exportOptionPlist switch used by XCode 9.
### Steps to reproduce 1. Create a multi-language website, let's say the default language is fr and the alternative language is en. 2. Create a few pages in each website....
CircleCI now provides a flag for using known IP ranges. This can be helpful when testing firewalled environments, e.g. staging environments. See https://circleci.com/docs/2.0/ip-ranges/. This is achieved by setting `circleci_ip_ranges: true`...
Allows specifying a whitelist or a blacklist for the shipped log entries. * If a **whitelist** is specified then only entries whose message matches any regexp in the whitelist are...
Sticking `set number` into .vimrc (or any other config file read by VsVim) does not show relative numbers on startup. Manually executing `set number` works as expected.
### Background Based on https://github.com/Torantulino/Auto-GPT/pull/367 ### Changes Migrate to poetry for requirements management. ### Documentation README.md is updated to reflect the change. ### Test Plan ``` $ docker build ....
### Background Currently code execution uses a fat python 3.10 image. ### Changes This PR replaces it with the smaller and newer 3.11 alpine image. This also ensures that an...
Part of the installation command seems to have found it's way into the requirements file. This removes it.
Ridiculous PR, but here goes.... The `title` prop does not exist.
# Bug report ## Description / Observed Behavior When a global fetcher is configured using SWRConfig it can't be overridden locally by setting fetcher to null - a request still...