Nick Horvath

Results 15 comments of Nick Horvath

To anyone who might come across this issue, I've made some improvements and fixes to live examples in my fork and submitted a PR https://github.com/wingedfox/dgeni-alive/pull/29. If that hasn't been merged...

This actually breaks values that are base64 encoded when they contain a + the plus is decoded to space which is encoded to %20 when the form is submitted. I...

It's working in my fork https://github.com/nhorvath/Pyrebase4 was a problem with double escaping quotes.

I looked into it some myself... i'm not sure that users marked as "APP" in slack have access to set topic. The Slack API seems to indicate that bot users...

I am, and it is also invited. Both of us can post messages, I can set the topic. On Thu, Jun 28, 2018 at 8:42 AM Tim Malone wrote: >...

Examine the exception raised by the request or the response json and raise your own exception then. On Fri, Jan 29, 2021, 6:18 PM Saqib Aleem wrote: > We need...

Sure, you can either submit a PR or create wiki pages https://github.com/nhorvath/Pyrebase4/wiki .

This is what it supports for storage https://github.com/nhorvath/Pyrebase4#storage

Your token probably times out. You should catch and handle the error message by logging in again to get a new token.

you should perform all authorization steps you did originally when your program starts again. On Fri, May 17, 2019 at 10:23 AM Jason Shah wrote: > I would do that,...