Christer Edvartsen

Results 16 issues of Christer Edvartsen

We are suddenly seing some errors in our workflows with the following messages: ``` Error uploading to https://github-production-release-asset-xxxxxx.s3.amazonaws.com: 403 ``` Nothing has changed in our workflows with regards to using...

This PR adds a `getResponse()` method to the `Behat\WebApiExtension\Context\WebApiContext` class so that classes extending this can access the response instance. Will solve #45. I have a context class that adds...

I'm struggling to set up auto-updating of the following package: https://packagist.org/packages/navikt/coding-standard Packagist have been given access to the org where the repo is. When trying to trigger a manual account...

Imbo uses `md5 / md5_file` for checksums in the database. This should be replaced with `hash_file('sha256', ...)`. The data stored in the databased should also be prefixed with the algorithm...

enhancement

Currently the Behat suites configure different database and storage adapters, but only for the main adapters. This should be fixed so we can add more suites that tests combinations of...

enhancement

Should Imbo have a `colorspace` transformation, that could be used to force a specific colorspace? For instance: `t[]=colorspace:format=cmyk`. Somewhat related to #531.

question

Currently the image transformations doesn't really care too much about the colorspace of the images (sRGB / CMYK and so on), and this can cause some issues. The main issues...

bug

Would be great to have the template made to work with FontAwesome 5. There isn't that much that needs to be done it seems: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4

### Version 1.15.0 ### What happened? PostgreSQL supports specifying `BEFORE` or `AFTER` when adding a value to an existing `ENUM`, see [docs](https://www.postgresql.org/docs/current/sql-altertype.html). sqlc does not pick this up and simply...

bug
good first issue
:books: postgresql
:wrench: golang
:computer: linux

### What happened? I'm using the `autobind` feature to bind the types in the API to existing Go types. I have existing types for all the types used in the...