Géza Búza

Results 14 issues of Géza Búza

When someone wants to install this Magento extension via Composer, it will not be possible by running `composer require seatgeek/djjob`. That's because each new version should be tagged, currently there...

GJS has made many changes to be **ES6 compatible**. The extension code should follow it and use the new syntax wherever it is possible. GJS changes are presented here: https://speakerdeck.com/ptomato/modern-javascript-in-gnome

enhancement

## Introduce BDD to the development process Add test cases for current functionality in order to make the project maintainable and allow easier code refactoring. An additional benefit is faster...

enhancement

_How you installed Jellyfin (upgrade or fresh install)_ Fresh install via the Debug Mode app. App version 1.1.0 _What platform and operating system you're using (Debian, Arch, Docker, etc.)_ modelName...

Let's suppose I have two agents, both emitting events like: ``` json { "message": "Hello!", "time": "2016-03-08" } ``` and ``` json { "image": "https://imgs.xkcd.com/comics/standards.png", "title": "Standards" } ``` What...

If you use Request::setUrlKeyword or Request::setUrlSegment without Request::enableRestfulMapping, than Request::getUrlPath will return the full URI strarting from webroot instead of the expected suffix. ``` php

There is no API can be without detailed, precise, understandable documentation. So I suggest to put some kind of documentation generator in future versions. It could be a huge advantage...

## The problem When [packages from the AUR are being installed](https://github.com/pigmonkey/ansible-aur/blob/master/aur#L105) and the process takes longer than [passwd_timeout of sudo](https://linux.die.net/man/5/sudoers), then I get a sudo password promt and the installation...

Newer versions of Docker does not split the given hostname by the dot character, but it places the whole hostname string to the Config.Hostname setting, leaving Config.Domainname empty. This commit...