Skip to content
#

interactive

Here are 1,005 public repositories matching this topic...

valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

spena
spena commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
Support the IF NOT EXISTS keyword on CREATE SOURCE|SINK CONNECTOR. For example:

CREATE SOURCE CONNECTOR IF NOT EXISTS <connector> ...;
CREATE SINK CONNECTOR IF NOT EXISTS <connector> ...;

Describe the solution you'd like
Create the source/sink connector only if it does not exist.

**Describe alternatives you'

xmnlab
xmnlab commented Mar 19, 2019

Hey everyone!

mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)

now we should add some instructions on the documentation.

at this moment it is available for linux and osx.

some additional information about the configuration:

  1. for now, always install omniscidb-cpu inside a conda environment (also it is a good practice), eg:
oppia
kevintab95
kevintab95 commented Aug 12, 2020

Description

In order to make it easier for developers to identify asynchronous methods, the following conventions need to be introduced:

  1. Use of "async" keyword in the function definitions.
  2. Use of "Async" added to the end of the function name.

E.g.

Before changes:

fetchClassroomData(classroomUrlFragment: string): Promise<ClassroomData> {
  return new Promise((resolve, 

Improve this page

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

Learn more

You can’t perform that action at this time.