Christopher Tarquini
Christopher Tarquini
Ideally I'd like to have an option where `component-bundle` detects the shared dependencies between two bundles and places them in a "shared" dependencies bundle. So if bundles `foo` and `bar`...
Imagine you have a cache containing items that are themselves maps or objects that are passed by reference. If you want to modify one of the entries/elements in the cached...
I think it'd be better if `linode-cli` respected the `$XDG_CONFIG_HOME ` variable and defaulted to `$HOME/.config/linode-cli` as the config dir if it's not set. Personally, I don't like my home...
I think it'd be useful if the linode-cli and linode api bindings used a common set of config files/env variables. This would be similar to how all applications that use...
Enables `binlog_row_metadata` option in Percona Server 5.7. Feature Request: [PS-4985](https://jira.percona.com/browse/PS-4985) Upstream Work Log: https://dev.mysql.com/worklog/task/?id=4618 After applying these patches and building Percona Server on Debian 9, all the tests pass and...
You can filter by domain name using webRequests [filter](https://developer.chrome.com/extensions/webRequest#type-RequestFilter) option. Just create a filter for "_://_.bit/*"
Can we make it so variables such as: ``` access_log /var/log/nginx/access.log main; ``` Mark `/var/log/nginx/access.log` and `main` as unquoted strings?
It looks like the version on npm has fallen behind! Would you mind publishing the latest version? I'm using this in my own tools that grab language stuff from NPM....
The `uniq` command expects the input to be sorted in this [command](https://github.com/terraform-docs/gh-actions/blob/72ed18e5751c95dc36107dff832598081ff56eb9/src/docker-entrypoint.sh#L166C26-L166C90) ``` find "${INPUT_FIND_DIR}" -name '*.tf' -exec dirname {} \; | uniq ``` Should be ``` find "${INPUT_FIND_DIR}" -name...
# Bug Report iPhone-generated JPEGs often contain multiple embedded images due to Live Photo, HDR, or depth features. These use the MPF (Multi-Picture Format) container, which adds a second SOI...