e0lithic

Results 10 comments of e0lithic

I was able to implement the custom usecase using the basic ui components and wrapping up in a class.However, keeping this issue open for discussion on callbacks as they would...

@bchao1 Are there workarounds for this feature request?. Thanks

@belonesox I tried using your workaround. However that results in the following error ``` cythoning bcolz/carray_ext.pyx to bcolz/carray_ext.c /tmp/pip-req-build-8dm5a1w2/.eggs/Cython-3.0a5-py3.6.egg/Cython/Compiler/Main.py:344: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3)....

I am getting the following error `DAR000: Unexpected exception in darglint: Unsupported section type, Sections.VARIABLES_SECTION` whenever I am trying to use `docstring_style = numpy`. For reference taking the numpy style...

@terrencepreilly I can confirm that running darglint in a standalone manner is not creating the issue. In my setup darglint is being invoked by a pre-commit inside a nox session....

Here's the steps to reproduce the scenario. ```bash # Download a python package template. Accept the defaults cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.7.15 cd hypermodern-python # Add the above ExampleClass as test.py to...

Facing the same issue. For some reason, this issue doesn't persist in `1.0.0` but is present in all the latest `1.1.x` versions.

Sure, that would be great.

> read this #17 > > Modify the NNPACK-darknet/build.ninja to add the -fPIC with cflags and cxxflags, then rerun the build process with "ninja -t clean; ninja" > > sudo...