Results 49 issues of uriva

Force closing the app and then opening it again causes redirect loop.

Slightly related to https://github.com/siznax/wptools/issues/147, but thought it deserves its own issue.

if you do here it is: ```python from typing import Iterable import immutables # Design choices: # - Using a class to allow for typing # - The class has...

> .../android/app/build/intermediates/res/merged/release/drawable-mdpi/node_modules_reactnativephoneinput_lib_resources_flags_images_my.png: error: uncompiled PNG file passed as argument. Must be compiled first into .flat file.. I'm getting an error related to drawables. See https://github.com/facebook/react-native/issues/16906.

I'm curious about the choice of random binary projections versus Hilbert curve. Does rbp outperform it? Would it make sense to add another hasher?

I assume it depends on the IPFS pub sub implementation, but as the users, you might know best - can you set up an orbitDB on two mobile network clients...

Thinking P2P

if I have in my code an `open('path/to/file.json').read()` command, would testmon be able to flag that file? I saw there is something called file tracers in `coverage` but not sure...

Looks like a great project. Thank you. I started to imagine a way to use this in a CI system (e.g. in gitlab). I hit these problems: 1. If one...

Python 3.7.3 ``` In [3]: parser.parse("hi") terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped) ```

When running this: ``` def original_foo(): raise Exception() makefun.create_function("foo()", original_foo)() ``` I want `foo` to be the name of the function in the stack trace. Any way I can achieve...