Erlend Hamberg

Results 8 issues of Erlend Hamberg

Currently, when changing the `version` of a `digitalocean_database_cluster` resource, terraform will try to replace the resource. It should instead do an in-place upgrade of the major version, as one can...

do-api

(First of all, thanks for a great tool!) With the following code, only `"foo"` is picked up by BartyCrouch: ```swift let foo = NSLocalizedString("foo", comment: "foo") let bar = NSLocalizedString(...

enhancement

This is an attempt at fixing #256, by “short-circuiting” the collection of results when encountering an error. This approach was inspired by https://github.com/semiocast/pgsql which does not have this issue. When...

(epgsql 4.5.0) I'm porting an app to use epgsql and when running my test suite there are a few crashes where epgsql handles a `ReadyForQuery` message and gets two results...

(This might be related to #82.) If I add some debugging code to some module that would not pass `git-vogue`'s checks, but exclude that when building my commit (using `git...

## What did you do? I hit ⌃F to format a statement. ## What did you expect to happen? - I expected my statement to be formatted. ## What actually...

## The big picture of what I'm trying to do Trying to create a multi-line input that fills the entire width and height of its parent component. ## What I...

As the following program illustrates, it is possible to set more than one HTTP header by passing a string containing `\r\n` to `setHeader`, possibly leading to duplicate headers: ``` haskell...

bug
test needed
security