-
Updated
Aug 18, 2020 - TypeScript
interactive
Here are 1,005 public repositories matching this topic...
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Mar 5, 2020 - Java
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'
-
Updated
Aug 14, 2020 - Go
-
Updated
Aug 14, 2020 - Python
-
Updated
May 20, 2020 - Swift
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:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
-
Updated
Aug 5, 2020 - Python
-
Updated
Oct 26, 2019 - JavaScript
-
Updated
Aug 10, 2020 - Go
-
Updated
May 19, 2020 - Swift
-
Updated
Aug 16, 2020 - C
Description
In order to make it easier for developers to identify asynchronous methods, the following conventions need to be introduced:
- Use of "async" keyword in the function definitions.
- Use of "Async" added to the end of the function name.
E.g.
Before changes:
fetchClassroomData(classroomUrlFragment: string): Promise<ClassroomData> {
return new Promise((resolve, -
Updated
Jun 4, 2020 - Shell
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 20, 2020 - Go
-
Updated
Aug 6, 2020
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Feb 27, 2019 - Python
-
Updated
Jun 1, 2020 - Python
Improve this page
Add a description, image, and links to the interactive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interactive topic, visit your repo's landing page and select "manage topics."
We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185
We could document
statsFilenameandreportFilenameoptions allowing the use of an absolute file path like/path/to/folderso that people would know it's supported.Let us know in this issue if you would like to contribute to this!