Skip to content
#

rethinkdb

Here are 379 public repositories matching this topic...

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
Bug good first issue

Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.

  • Updated Mar 23, 2022
  • Scala
bxjw
bxjw commented Jun 10, 2021

Describe the bug
Despite being the org owner, sometimes when I navigate to a campaign, my side bar menu disappears except for "Close Menu" and "switch to texter". This happens sporadically when I click into a campaign and all the buttons disappear (except for Convos). When that happens, if I click on "Convos" and then go back, the export button (and other buttons) appear..

*To Reproduce

C-bug good first issue S-needs mentor instructions E-potential good first issue
EugeniuZ
EugeniuZ commented Sep 2, 2021

Hi,

Seems that RethinkDB is converting float value of 0.0 to integer value of 0.
In my scenario the problem is that python dictionaries are saved in RethinkDB and upon retrieval this (undesired) conversion happens. Some of the upstream systems check for the type of the field (float is expected but an int is received).

Is there a way to avoid this conversion? Is it a feature or a bug?

``

bug good first issue
tbolier
tbolier commented May 19, 2018

Issue summary

The current ReQL document manipulation commands implementation is currently missing in the driver.
https://www.rethinkdb.com/api/java/#zip

Selecting data

  • zip

The following sections can be removed only, whenever they are not applicable or you have a simple question.

Actual Behavior

  • Not implemented

Expected Behavior

  • A working implementation
enhancement help wanted good first issue Missing feature

Improve this page

Add a description, image, and links to the rethinkdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rethinkdb topic, visit your repo's landing page and select "manage topics."

Learn more