Mateusz Warowny
Mateusz Warowny
This change allows attaching exception handlers to the retry functions that will be called whenever an exception is captured. Fix #18
Manganese Oxide and Manganese Dioxide dusts cannot be smelted into their respective ingots.
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
When mongomock `$group` query encounters a missing property it nullifies the entire object in contrast to mongomock which only skips missing properties. ```python import pymongo import mongomock client = pymongo.MongoClient()...
Java 11 introduced `java.net.http` package that adds fully functional http client to the standard library. It would be really nice to have it in java2script. Here are some of the...
`java.io.ObjectOutputStream` is missing from java sources.
In my application, I use slotted classes implementing `MutableMapping` with mongo database for performance reasons. However, even though those objects can be stored in the database, mongomock is unable to...
Following the setup instruction on the bioconda website I configured the channels as following: ``` conda config --add channels bioconda conda config --add channels conda-forge conda config --set channel_priority strict...