codedge

Results 26 issues of codedge

Currently notification are sent only via mail. Adding Slack as notification channel would be nice.

enhancement

This PR adds the option to use [Fathom Analytics](https://usefathom.com) for analytics. It fixes #125.

[Fathom Analytics](https://usefathom.com/) is a simple and private website analytics platform. This can be added additionally to the already Google Analytics tracking.

Hi! Another feature some clients would like to see ;) If the PDF invoice has two (or more) pages, it would be nice to show the logo on the second,...

feature

Hi, when I want to create a new cluster with `hetzner-kube cluster create --name stmr --ssh-key stmr` I get the the following error: ```shell 2019/03/22 22:55:08 Creating new cluster NAME:stmr...

| Q | A | ------------- | --- | License | MIT This PR adds the recipe for the [meilisearch/meilisearch-symfony](https://github.com/meilisearch/meilisearch-symfony) bundle.

Hi, is there any way to validate with `oneOf` from the Respect validation package? ```php v::oneOf( v::key('ip', v::notBlank()), v::key('q', v::notBlank()->alpha() ) ``` Of course this works but does not contain...

Hey 👋 I use the `Examples` annotation to provide test data to my test case. I want to use `null` as values. ```php #[Examples('BILL', null, null, null, null)] public function...

The `scalarizeArray` method deals internally with values of type `array` OR objects with `ArrayAccessible` interface ([see code](https://github.com/Codeception/Codeception/blob/5.0/src/Codeception/Module.php#L316)). But when recursively called and an object with `ArrayAccess` occurs, it fails due...

**API Platform version(s) affected**: 3.1.2 **Description** When defining a new type, an ID field is automatically added to the generate schema. This should not be the case. **How to reproduce**...

enhancement