Lovesh Harchandani
Lovesh Harchandani
I cloned your github repo and tried to run `MaterialWeather` app in android studio and the app crashes on `API 21(Android L)` with a runtime exception `java.lang.RuntimeException: Unable to start...
i have a outer class and then a few inner case classes like this ``` scala class OuterClass { implicit val formats = DefaultFormats case class Log1( required: String, description:...
Documentation updates - Code comment describing what some of the symbols from the paper are renamed to - Fix name and comment on a test Minor optimization reducing the input...
In `request_handling.py` on line 58 `from schematics.serialize import for_jsonschema, from_jsonschema` but the `schematics.serialize` module at `https://github.com/j2labs/schematics/blob/master/schematics/serialize.py` do not contain any object named `for_jsonschema` or `from_jsonschema`. Also `from_jsonschema` is unused in...
This is the how my database is ``` Python import pyorient client = pyorient.OrientDB("localhost", 2424) dbName = "test" user = "root" password = "password" session_id = client.connect(user, password) client.db_create(dbName, pyorient.DB_TYPE_GRAPH,...
I am on Linux Mint 18 KDE, was able to install rocksdb as shared library. `gcc -v` output ``` Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v...
**Originally reported in [Discord]**(https://discord.com/channels/853596474277101579/853623780848042004/1056712269603549254). The container from image `docknetwork/dock-substrate:mainnet` and image digest 4b8e6f16e5b219c1dcb1686ce9ebae9bd67fffce5f31fe30da2ab6fbe6097b93 crashes around block 9000 when syncing with mainnet with error: f`ree(): double free detected in tcache 2`....
I have detailed the issue here https://groups.google.com/forum/#!topic/gevent-socketio/Sih-jFMdtNw