Rune Skjoldborg Madsen

Results 17 issues of Rune Skjoldborg Madsen

I'm wondering if it would be useful to support gzip compression if the `Accept-Encoding: gzip` header is set. This would probably impact the caching logic, as `imageproxy` would need to...

Most API's have a default error message like this: ``` json {"message":"404 Not found"} ``` It would be awesome if we could create a `404.json` or something, and have a...

First of all, thanks for the great library! Here's a proposal for a feature: To allow an action creator to return `false` or `{}` in order not to re-render the...

I'm trying to use the `CredentialsCallback` when pushing, and it's all working: ``` err = remote.Push([]string{"refs/heads/" + branch}, &git.PushOptions{ RemoteCallbacks: git.RemoteCallbacks{ CredentialsCallback: func(url string, username_from_url string, allowed_types git.CredType) (git.ErrorCode, *git.Cred)...

When adding gibbler to your .gemfile and starting the rails server, the following error is thrown: undefined method `__gibbler' for #ActionView::FileSystemResolver:0x103dd0ac8 See the full error here: https://gist.github.com/1163868 I guess Gibbler...

Right now `gin` only listens to `.go` files, which requires me to restart the server to see changes to `.html` files. It might be useful to be able to specify...

You can read a nicer layout by [visiting the markdown file directly](https://github.com/designsystemsinternational/mechanic/blob/decision-new-animation-api/decisions/01-new-animation-api.md).

**Is your feature request related to something something in Mechanic? Please describe.** We should support `async` design functions **Is your feature request related to a problem? Please describe.** It actually...

enhancement

**Is your feature request related to something something in Mechanic? Please describe.** I think we should add a debounce whenever the user types in one of the input fields. **Is...

enhancement

**Describe the bug** The canvas element for `@mechanic-design/engine-canvas` looks fuzzy on retina screen because of the 2-pixel density required. **To Reproduce** Steps to reproduce the behavior: 1. Create a design...

bug:bug: