Fabian Grutschus

Results 20 comments of Fabian Grutschus

Tried that, but had a hard time compiling cflags, as there is no official package for Alpine. I'm looking forward to your PR ;) Am 17.03.2017 18:12 schrieb "Steven" :...

@popovserhii If you're still interested in Mezzio support, I've it now in my fork here: https://packagist.org/packages/fabiang/assetic-module#v3.0.0b1 It's hardly based in your work and I've tested it within a skeleton Mazzio...

I've forked this module here: https://github.com/fabiang/assetic-module What we've got so far: * Laminas support * Upgrade to the new Assetic 2.0 library Version 2.5.0 was tested with ZF3 and Laminas....

Hello, I've created a fork of the module here: https://github.com/fabiang/assetic-module. While version 2.x is meant to be compatible with Zend Framework, there is an Laminas-support-only branch available: 3.x. There are...

Just noticed the same when building a Docker image based on the official image. Is this somehow related to the cli option `--skip-failed-plugins`?

Please see [Docker packaging for Alpine/Slim](https://github.com/jenkinsci/jep/tree/master/jep/211#docker-packaging-for-alpineslim). OpenJDK11 isn't available for Alpine and therefor jdk11-alpine images are based on [AdoptOpenJDK](https://adoptopenjdk.net), which as far as I can see is not fully supported....

Just a side note for the one who will implement this, the return-type of `Laminas\ServiceManager\Factory\FactoryInterface::__invoke()` is currently declared as `@return object`, but even in real-world application `__invoke()` could return everything...

Get a list of hosts by their hostname: ```golang // ... filter := make(map[string]interface{}) filter["host"] = "MyComputerName" hosts, err := session.GetHosts(zabbix.HostGetParams{ GetParameters: zabbix.GetParameters{ Filter: filter, }}) if err != nil...

Just a note when implementing this: all LDAP servers have a limit how many entries will be returned when doing a simple `search()` (usually 1000). [So when implementing this, add...

Can't you simply do `cat manjaro-kde-22.12-development-unstable-221230-linux61.iso.zip manjaro-kde-22.12-development-unstable-221230-linux61.iso.z01 > manjaro-kde-22.12-development-unstable-221230-linux61-complete.iso.zip`?