David Alpert
David Alpert
Implements the `driver.Valuer` and `sql.Scanner` interfaces for `money.Currency`. Implements the `sql.Scanner` interface for `money.Money` such that it expects to read a single string value of the format "amount|currency_code" ```go type...
a new MergeTypes method is added to the xsd.Schema type which merges the types from one xsd.Schema into another provided that the TargetNS values are equivalent. this MergeTypes method is...
When `errorOnStaleApprovedFiles` is set to true, and the code finds stale approvals, it exits in a way that leaves the process exit code at `0`. |library|version| |--|--| |`node`|14.5| |`mocha`|6.2.2| |`approvals`|3.0.5|...
## Description Closes #125 ## The solution - explicitly set `process.exitCode` in the `postRunCleanup` method - no tests impacted
Per the `config` section of the [Supported Capabilities](https://github.com/go-git/go-git/blob/master/COMPATIBILITY.md#supported-capabilities): Feature | Status | Notes -- | -- | -- config | ✔ | Reading and modifying per-repository configuration (.git/config) is supported....
These test cases demonstrate the behaviour I expect for Repository.Config and Repository.ConfigScoped, based on the semantics of the git-config docs at git 2.37.2: https://git-scm.com/docs/git-config/2.37.2 When reading, the values are read...
Could not install package 'AngelaSmith 1.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content...
I recently cloned this repo on a new M1 MacBook with arm64 architecture and ran into an error when running `make docker-start`: ``` ❯ make docker-start GDBL_DATA_DIR= GDBL_LOG_LEVEL= GDBL_VERSION=latest docker-compose...
## Expected Behavior Sometimes a single conventional commit can fix or resolve several work item tickets at once. In the case of Jira, for example, this might look like a...
## What does this do / why do we need it? this commit addresses the first part of #261 by allowing the passing of arbitrary key=value arguments into the command...