deoqc

Results 5 issues of deoqc

The current implementation of `hasAndBelongsToMany` gives only the _relational database way_ of dealing with it: add and auxiliary table to hold the relation of these 2 indexes. I found this...

feature

Tried to update (using thinky `documend.save()`) a geospatial polygon and hit the need for `nonAtomic: true` flag (documented [here](https://github.com/rethinkdb/rethinkdb/issues/3864) and [here](https://github.com/rethinkdb/rethinkdb/issues/3009)). Is there a way to pass the flag with...

feature

I'm using react-native 0.25.1 and linked using `rnpm` (everything seems correct in the ios version, the .xcodeproj were added and the lib*.a linked --> I suggest to add this option...

## Feature Request ### Crates https://docs.rs/tracing-attributes/0.1.27/src/tracing_attributes/lib.rs.html#563-566 ### Motivation I'm using a custom macro that creates some functions and optionally also instrument theses functions with the `instrument` macro. ### Proposal It...

Hello and thanks for the great library. Most of the times that I use, I have something like: ```rust #[subenum(Edible, NonEdible)] #[derive(Copy, Clone, Debug, PartialEq, Eq)] pub enum Plant {...