Skip to content
#

ecc

Here are 135 public repositories matching this topic...

pipermerriam
pipermerriam commented Dec 4, 2018

What is wrong?

Lots of places in the codebase do assertions like isinstance(v, int) to check that something is an integer. Since python considers True and False to be integer types these checks won't disallow passing in a bool value.

How can it be fixed

Probably need to add a single utility and make use of it everywhere that we do these checks.

def assert_st
davidkonrad
davidkonrad commented Mar 22, 2019

Hi! Looks promising. I tried it out as :

git clone https://github.com/cubbit/enigma.git 
cd enigma 
npm install

everything seem to go alright until the install runs node-gyp rebuild :

make: Entering directory `/var/www/html/valg/lib/enigma/build'
  ACTION Prepare dependencies /var/www/html/valg/lib/enigma/dependencies
Error: Unsupported arch: ia32 - linux
    at depen

Improve this page

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

Learn more

You can’t perform that action at this time.