JCGoran

Results 40 issues of JCGoran

#### Problem Description When using the `@dataclass` decorator from the `dataclasses` module, pdoc seems to think that member (instance) variables with default values are actually class variables. Furthermore, when using...

bug

I was wondering if it was possible to perform rigorous integration using Arb with integrands which do not have a closed-form expression (i.e. that are obtained numerically for only a...

If I go to Chromium incognito/Firefox private mode and try to join a meeting with this extension enabled, I need to: 1) input the connection details (display name and optionally...

This is a (probably hacky) solution to output the final image to `stdout` by supplying the special string `-` to the `-o` option. This way, `$PWD` isn't needlessly polluted with...

Disclaimer: I'm not a linguist, so maybe this is a dumb question. How are heteronyms handled in epitran? I haven't found any references to them in the repo or the...

### Problem description Recoll uses the `recollindex` binary (see for instance [the online manpage](https://linux.die.net/man/1/recollindex)) to perform the actual indexing of files on the filesystem; unfortunately, it seems that the linking...

bug report
untriaged

As described [here](https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177), the Linux image used in the example has been deprecated, and the CircleCI example will stop working soon unless it gets updated.

#### Problem Description Currently, `pdoc` only supports one version of a given Python package. #### Proposal I would like to see (optional) support for multiple versions of a package in...

enhancement

The `pkg_resources` package, which is a part of `setuptools`, is only used in the [`share/lib/python/scripts/_binwrapper.py`](https://github.com/neuronsimulator/nrn/blob/master/share/lib/python/scripts/_binwrapper.py) file. Since Python 3.12+ no longer ships with `setuptools` (see https://github.com/python/cpython/issues/95299), and `pkg_resources` has been...

enhancement
python

## Context [This file](https://github.com/neuronsimulator/nrn/blob/release/8.2/docs/rxd-tutorials/extracellular.ipynb) in the documentation fails to get converted when running `make docs`, with the error: ```plaintext Traceback (most recent call last): File "/Users/jelic/software/nrn/env_arm64/bin/jupyter-nbconvert", line 8, in sys.exit(main())...

bug
documentation
python
rxd