Skip to content
#

interactive

Here are 1,450 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!

mjsax
mjsax commented Dec 9, 2021

Is your feature request related to a problem? Please describe.
SQL supports inner/left/right/outer joins including verbose and short syntax. We should consider to support the full verbose syntax, instead of just short syntax.

Describe the solution you'd like
We should support

  • a [INNER] JOIN b ON
  • a LEFT [OUTER] JOIN b ON
  • a RIGHT [OUTER] JOIN b ON (we don't support `RIGHT
simonedi
simonedi commented Jul 6, 2016

An exception occurs when opening a GML file containing the following content:

graph
[
  directed 1
  node
  [
    id 1
    label "a"b"
    graphics
    [
      x 0.0
      y 0.0
      fill "#000000"
    ]
  ]
]

Gephi does not seem realize that there is an incorrect number of ".
It may occur because there is a " within the label string.
It is specified within the GML format that a " with

oppia
U8NWXD
U8NWXD commented Nov 10, 2021

Background

Currently, we have 100% test coverage of our backend code. However, for many backend code files, this coverage is partly from the file's associated test files and partly from test files for other backend code. For example, consider the following files:

  • util.py

    def parse_int(string_input):
        return int(string_input)
    
    def int_to_str(number):
        
Pluto.jl
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:

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