Patrick Kilter
Patrick Kilter
You can reduce it to this: _weather() { tmpfile=$(mktemp) curl -s wttr.in/$1 | sed -e 's:226m:202m:g' } alias weather='_weather
Just if someone finds this issue, i did this: ``` # Owned by user ID of Docker container (1000) sudo chown -R 1000 data # all access (for creating json...
Hi, yeah i have to, otherwise it wouldn't get merged and I loose my update ability in my own usage. But I decided to focus on Readprofile and search by...
Can someone point me to the place where the class Structures get converted to XML? I have some converting Issues and can't really find a manual or some other informations.
Ah, so it is a native PHP feature and not something developed in your library. I tried to find some, but do you know any documentation about how that happens?
Thanks for your blazing fast replies. I will dive into it. Hopefully I get this done until the end of next month. I don't have much spare time at the...
I feel like i am near to get reading a profile by freetext name search done. But how should i interpret this Error in the PHP SOAP context? Object of...
Hey, thanks for your input. I found a way to send a valid message and get a valid response. I am soon working on my next commit to this PR....
As soon as you have the strings available I could help translating to german
If anyone build this feature, i can test it with our codebase :) Would be happy to help out there, but I am not building things in 4GL myself. But...