Alin Eugen Deac

Results 23 issues of Alin Eugen Deac

Hi Is there any chance that you might create a "sub" for the Mosquitto Client class, so that IDEs are able to provide proper code completion? Example, JetBrains maintains a...

It would be really nice being able to use "content containers", similar to those available in [vuepress](https://vuepress.vuejs.org/guide/markdown.html#custom-containers). Authors are then able to highlight specific content, and thereby increasing the chance...

enhancement

The "new" `--render` argument for `artisan down` command does it's job well, by rendering whatever template has been requested. Sadly, when using this option it appears that API requests (_requests...

Sometimes, when you have many tests for an application, it can be difficult to know when where a component or parts of the system has a memory leak or just...

This PR extracts validation logic out of the custom validation and into its own class, which is then installed as a validation extension, via the service provider. The custom validator...

When attempting to release a pre-release version, e.g. `1.0.0-alpha`, the interdependencies of packages is not set correct (_or perhaps not set at all_). I expected a version of `^1.0.0-alpha` to...

Hi In your `\maxh\Nominatim\Nominatim` constructor, you accept a custom Guzzle Client instance, which is really fine. But would it perhaps not be prudent to accept `\GuzzleHttp\ClientInterface` or `\Psr\Http\Client\ClientInterface` as argument?...

enhancement
help wanted

It appears that it is not possible to extend a class, which is making use of the `mix()`. The following illustrates the point (at least when bundling with Webpack, without...

Hi Would it be possible for you to upgrade your package to use `psr/http-message: ^2.0`?

enhancement

## Description During athenaeum `v8.0.0`, `psr/http-message` version `^1.1 || ^2.0` was set as a dependency. This sadly introduced a defect, because the `\Aedart\Streams\Stream` component didn't specify the correct return types...

enhancement