Jussi Räsänen
Jussi Räsänen
Makefile and command line, both use the same Python 2.7.15 version of Python, which is from `/usr/local/bin/python` installed via Homebrew.
Everything works well on `GNU Make 4.2.1`, it does not segfault, unlike macOS' own `make` is the fault. This is solved by `brew install make` (installs GNU Make). Then running...
> What would be bad to use a standardized protocol for devtools Is there really a standard for the dev tools protocol between the browsers, can you link to the...
Hi, I filed an issue to Request too, haven't tried with normal HTTP agent yet.
Samankaltaisia virheitä omassa softassa debuganneena c0000005 lienee null-osoittimen dereferointi, ja 000000000031a180 on poikkeuksen heittänyt offset Qt6Core.dll tiedoston alusta. 🤔
> Many consecutive replies can confuse and clutter follower timelines because the post just appears without context (and in reverse chronological order). Perhaps this is an issue that could be...
For future reference. I got Firebase 3.0 working like this: You get this service account manifest JSON through Google's IAM console. ``` json { "type": "service_account", "project_id": "..redacted..", "private_key_id": "..redacted..",...
@godfat thanks for the fix! I'll try to find time to test it tomorrow, it looks like it'll work. Also reference for everybody: 2.4.X version of Firebase will be supported...
Meh, the code which I was using as a workaround stopped working and Google/Firebase started returning: ``` json { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "INVALID_CUSTOM_TOKEN"...
Waiting is good, too bad though. Firebase seriously needs a debug console, so devs can see what is happening on their side.