Luis Rodriguez

Results 25 comments of Luis Rodriguez

I came across this bug, having the same issue. The only reason i came across chuck is because i am having troubles getting any logging interceptor to work at all....

No I have not but i may use this issue to link and fork. I did not realize it had likes. Thanks for your comment @hwcltjn . @telephone ill post...

Add network commands to configuration #13 could do this....

This one supports cloudflare too. ` public function GET_IP(){ return getenv('HTTP_CLIENT_IP')?: getenv('HTTP_X_FORWARDED_FOR')?: getenv('HTTP_X_FORWARDED')?: getenv('HTTP_FORWARDED_FOR')?: getenv('HTTP_FORWARDED')?: getenv('REMOTE_ADDR')?: getenv('HTTP_CF_CONNECTING_IP')?: 'UNKNOWN'; } `

Add the binary full path to support #25

Ill retest on the latest 3 tomorrow señor stale bot. Maybe if its an easy fix ill do a pr

It would be cool to use github actions and script the rendering? So its always up to date. Although not certain the amount of compute that would take.

Just wanted to post an update. I believe 1.2-beta is stable. However we are still going through testing validation on our end before I make it the release. Currently im...

Not having https support makes the map not load up since browsers will block anything on a page that does not use https on a https enabled page.