C. Knoll

Results 13 issues of C. Knoll

This issue serves as place to note candidate projects (via url), which might be added to the list. Update (2022-01-29): I initially planned to use this issue as a public...

enhancement
help wanted
good first issue

### Your Environment * Version used: 5.4.2 * Operating System and version: debian 9 (installed via snap) * Desktop Environment: KDE ### Expected Behavior Having a button to archive or...

enhancement
help wanted

I have just observed the following behavior, which I think is wrong or at least quite unexpected: ```python In [1]: import yaml In [2]: yaml.dump("ä", encoding=None) Out[2]: '"\\xE4"\n' In [3]:...

I think uberspace guides would be more accessible if they were automated. I experimentally realized this idea for the imho nontrivial mailman3-guide. The current state is *works-for-me*. A reference in...

This is an attempt to move from travis (discontinued free service) to github actions, see #39. There are still some issues open questions: - Tests for py3.10 fail, see https://github.com/cknoll/wikidata/actions/...

Running `mvn package` yields the script `openllet/tools-cli/target/openlletcli/bin/openllet`. From there we get ```bash > ./openllet help Usage: openllet [options] ... Openllet command-line client, version (unreleased). Type 'openllet help ' for help...

documentation

To make this repository more contribution friendly it should imho be structured in a "standard way", i.e. the top level directory only containing `setup.py` but not the actual source code....

Default behavior: `display(obj)` is introduced, this calls `repr(obj)`. Sometimes `display(str(obj))` is wanted. This could be achieved by a new special comment, e.g, `##:s`.

enhancement

This part ``` for i in kko.SecondarySectorProduct.instances(): print(i) ``` of [notebook 22](https://github.com/Cognonto/CWPK/blob/master/cwpk-22-basic-management-2.ipynb) runs much longer than expected. I interrupted after approx. 15min. No line had been printed up to then....

It seems like there has not been (visible) activity on this project in the last years. The README.md and the webpage https://ontohub.org/ should inform the user about the state of...