Skip to content
#

scale

Here are 342 public repositories matching this topic...

wwar
wwar commented Apr 26, 2020

Feature Request

Is your feature request related to a problem? Please describe:

This is a really minor nit, but the EXPLAIN output on binary strings is different from what I expected:

CREATE TABLE t1 (
 id INT NOT NULL PRIMARY KEY auto_increment,
 b varchar(255) not null,
 c varbinary(255) not null,
 index (b),
 index (c)
);


INSERT INTO t1 (b,c) VALUES ('a', 'a'),('b
dgraph
rahst12
rahst12 commented Jan 8, 2020

Experience Report

I am currently ingesting a large continuous streaming data set. The most recent data is the most important data. The oldest - either by policy or by least importance needs to be aged-off. Today, we use Neo4J Community Edition. We perform a query to find nodes/relationships older than a specific date and then delete them.

Note: Feature requests are judged based on user

tapz
tapz commented May 4, 2020

The cancel/accept toolbar is inactive, but the buttons can be pressed.

Expected behaviour
Toolbar and cancel/accept buttons not darkened

Actual behaviour
Toolbar darkened

Bug

What is the current behavior?

Toolbar darkened

What is the expected behavior?

Toolbar and cancel/accept buttons not darkened

Android
Samsung Galaxy S8+, Android 9

![screencap](https://use

walmik
walmik commented Dec 1, 2018

At the very least it should have some basic guidelines such as add tests for new code changes. It should also make a mention that Scribbletune works in the browser via Tone.js as well as in the terminal, hence a new code change needs to be such that it ll work in both the places. If it cannot, then that should be mentioned with some reasoning so that we can plan for it's creation in a subsequent c

Improve this page

Add a description, image, and links to the scale 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 scale topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.