Erik Dalén

Results 13 issues of Erik Dalén

Now that PuppetDB terminus supports multiple PuppetDB instances we should do that as well instead of only using the first one.

Hi, this bot looks really nice. But would it be possible to add support for manual approval actions to it? Something like this example, but all built into one bot....

enhancement
help wanted

I would like to add a onScroll event handler to the main content area to make a "infinite scrolling" style app. But it seems like it isn't possible to add...

The tool counts a difference in list sorting on a class parameter as a catalog difference even if there's no actual difference in the resources it produces. For example: ```...

It seems something has changed in the google/go-github API so this doesn't compile anymore: ``` # github.com/trevoro/sshauth src/github.com/trevoro/sshauth/github.go:35:41: not enough arguments in call to c.client.Users.ListKeys have (string, nil) want (context.Context,...

It would probably be better to load the config from a JSON file instead. And to have a single service responsible for handling defaults for config values instead of having...

enhancement

In some places like the event view it could simplify the code if it used $watch to watch for changes i both the scope and the url parameters and update...

enhancement

Thanks for the nice example, I'm borrowing some ideas for my open source Elm SPA I'm developing. But I'm wondering about the use of `Task,map` instead of `Cmd.batch`, it seems...

This should trigger the warning "ERROR: two-space soft tabs not used on line 2", but it doesn't. ``` puppet class foo { $bar = 'Hello world' } ```

feature

The puppet_forge ruby gem (used by librarian-puppet for example) depends on the pagination in the V3 API. It would be good if puppet anvil supported that.