Roland Häder

Results 38 issues of Roland Häder

It looks like the project is dead? The last release is from 2013 and the website is no longer reachable.

There is an offical way of a PHP class, full example from website is quoted: ```` $esclient = Elasticsearch\ClientBuilder::create() ->setHosts(["localhost:9200"]) ->build(); $params = [ 'index' => 'social-*', 'body' => [...

Github allows project-dependencies. You may wish to setup one to elastic/elasticsearch as this project is related to it (requires, else the search won't work).

### System Information - Extension Version: 2.1.2 - App Version: 2021.6.10 - Browser and Version: 78.7.0esr (64-bit) - Client OS and Version: Debian bullseye/sid AMD64 ### Steps to reproduce 1....

bug

External JavaScript/CSS references without any security hashes are potential security issues as malicious code could be injected into websites (as browsers load and execute them). It is better (and conform...

discussion

Suggested in #75 to have a change from arcade to more realistic detection, this may become to hard for new players. There should be an option (and abstraction in code)...

enhancement

My girlfriend has this device: > iPhone 6+ > Software: 12.3 > Firmware: 7.80.04 I use Debian Linux at home and I have no trouble at all doing video calls...

### Describe the bug This error message shows up in console when you just navigate to the app. Firefox: `78.12.0esr (64-bit)` which is latest ESR build under Debian (already `unstable`...

bug
feature: contacts
0. Needs triage

Hi, I would like to change my password on my SIP account but I was unable to find the login page. Has it been removed? I can still login into...

Please see following excerpt from a [thrown exception](https://f.haeder.net/display/adbba6c6645b411dbe70ea5438862510) I currently try to fix but I'm confused where (JSF template/view) it origins from. ```` java.lang.IllegalArgumentException: at javax.faces.component.UIComponentBase.validateId(UIComponentBase.java:605) at javax.faces.component.UIComponentBase.setId(UIComponentBase.java:422) at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.assignUniqueId(ComponentTagHandlerDelegateImpl.java:438)...