Dan Sully
Dan Sully
I'm trying to use schematics with a legacy JSON data file format, part of which has a structure such as: ``` { ... "external": { "click": "pypi:click:6.7", "furl": "pypi:furl:1.0.0" },...
I'm trying to list records with the Gandi provider - and it can take `None` as a rtype: ``` if rtype is not None: query_results = [self._get("/domains/{0}/records/{1}/{2}".format(self.domain_id, self._relative_name(name), rtype))] else:...
Extract a symlink's target type if possible, so it can have proper colors. Before: After: --- - [X] Use `cargo fmt` - [X] Add necessary tests - [X] Add changelog...
> Task :spec-data:packageSdist /Users/dsully/t2/spec-definitions/build/spec-data/venv/lib/python3.7/site-packages/setuptools/dist.py:397: UserWarning: The version specified ('0.3.6-SNAPSHOT') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP...
It's not clear if tbvaccine supports Python 3's 'raise MyException from e' syntax. Or at least the original exception is not being emitted in the tbvaccine output.
I was looking at adding support for `git_commit_amend`, but it's unclear if I should add it to `src/commit.c`, which looks like it's all "getters" via native extension or via FFI.
This should be as simple as adding 'plugins.compress' to the Console's application.properties file. The default configuration for this plugin works great.
``` $ git-changelog -t keepachangelog . Traceback (most recent call last): File "/Users/dsully/.local/bin/git-changelog", line 10, in sys.exit(main()) File "/Users/dsully/.local/lib/python3.7/site-packages/git_changelog/cli.py", line 91, in main changelog = Changelog(args.repository, style=args.style) File "/Users/dsully/.local/lib/python3.7/site-packages/git_changelog/build.py", line...
The 'lockfile' package required for file caching is deprecated. https://pypi.python.org/pypi/fasteners is the recommended alternative.
The current release notes are 2 years old. It's hard to keep track of what has changed by reading through commit logs. Thanks