Leo Sjöberg

Results 16 issues of Leo Sjöberg

Currently, the classes will match `.foo-col-1`, rather than just `.col-1`, which I believe is not intended. This changes it to use prefix matching instead.

This PR adds a new method `ReplaceConfig` that will remove any keys (for the source's prefix) that are not present in the new config. This is primarily to solve https://github.com/containous/traefik/issues/2093...

enhancement

So today I got around to implementing the shy navbar in our upcoming iOS app, and it's working great until I add an extension view. I'm using a UIView with...

Currently, we have `allowedTimes` and `disabledDates`. However, if I want to disable a certain time on a given date, I find no way of doing this? I presume this could...

### Is your feature request related to a problem? Please describe. When building applications, we might want to support different database drivers, e.g using Go CDK and using the in-memory...

enhancement

In the following lines, we check if the visibility has been specified, and if it hasn't we default to private. https://github.com/Superbalist/flysystem-google-cloud-storage/blob/master/src/GoogleStorageAdapter.php#L143-L149 Is there any reason we need to default to...

For release

As per https://github.com/estafette/estafette-gke-preemptible-killer/pull/53#issuecomment-553945209 and the comment prior, the cluster role should not have access to secrets and events. This is clear from the fact that these permissions are only granted...

I am currently integrating this with a Laravel application, where CSRF protection is enabled by default. I would love to see request headers integrated into gm, for example through an...

enhancement

I love the idea of this project, but as we use gitlab at work, I figured I'd add support for that. Also fixed a bug where it wouldn't fetch the...

## Why & what `mirrord` is currently configured by a JSON file. However, it's often useful to be able to override settings at runtime; two engineers might have to run...

enhancement