Bernhard Weichel

Results 73 issues of Bernhard Weichel

suppose I have ``` { "a": { "v": "va" }, "b": { "v": "vb" } } ```` `$..[?(@.v=="va")]` returns ``` [ { "v":"va" } ] ``` how can I get...

I try to use this proxy to work around CORS issues. The objective is to implement a "facade" for a given "service". so the facade should set cookies just as...

Ich habe ein paar Verbesserungsvorschläge für email: 1. es sollte die Möglichkeit geben, mails über SMTP zu versenden (phpmailer bietet ja diese Möglichkeit) Sonst landet sie gerne im Spam ordner...

Wenn ein einem Formular ein Pflichtfeld fehlt, kommt eine rote Fehlermeldung, man muss zurückgehen und alles noch mal eintippen. Die Fehler sollten im Formular angezeigt werden, ggf. auch erst nach...

It appears that the behavior of `get_class_vars` has changed between 8.0 and 8.1 * 8.0: `get_class_vars` yields the **current** value of the static variables (even if documentation says, it is...

As a pity, BeautifyRuby does not leave here_docs untouched. This makes BeautifyRuby hard to use in this case. Example: `````` ruby module FOO def foo config =

Would it be possible to provide this as a jira plugin which would add another tab to the editor such that we have Visual | Text | Markdown This would...

enhancement

fix #5 Thanks for your help. These are the changes we made I addition it supports strings e.gl "foo bar" as Quoted

I am playing around with this, in order to build a Query-engine. Ilias is very lightweight which makes it attractive to use as a basis for my attempt. I want...

could you please update this stuff such that the tests work on php 7.x as well? I tried it but my knowledge is rather limited: 1. refactor according to https://stackoverflow.com/questions/6065730/why-fatal-error-class-phpunit-framework-testcase-not-found-in...