Attila Gulyas
Attila Gulyas
# Description Tried `pypi2nix` on the following `requirements.txt` (renamed to `r.txt`) below. Thank you for taking a look at it! ```text Django == 2.1.5 psycopg2-binary django-crispy-forms django-debug-toolbar django-tables2 openpyxl django-mathfilters...
From [`Foldable` documentation](https://hexdocs.pm/witchcraft/Witchcraft.Foldable.html#content): > People are working on Foldable properties. This is one of the exceptions to there needing to conform to properties. PureScript's `Foldable` doesn't mention properties, but [Haskell's](http://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Foldable.html)...
`defsump` and `defdatap`, after the same convention used in Quark.
Hi, I tried a variable length match on the graph below but I got `ERROR: column "id" not found (internal error)`. This is what I tried: ``` create (:Person {name:...
I wholeheartedly agree with @samueldr that "_[content for the wiki should be authored on the wiki](https://github.com/nix-community/wiki/issues/41#issuecomment-1028084364)_", but was wondering where questions regarding content organization can be asked? The "Discussion" button/subpage...
Interestingly, other [demo](https://mido22.github.io/MediaRecorder-sample/) [sites](https://www.webrtc-experiment.com/msr/audio-recorder.html) work but I get `NotFoundError` even after resetting the permissions in Chrome. It also works flawlessly on my android phone (while the above other demos do...
The only info I could find is in the [FreeSWITCH Terminology](https://developer.signalwire.com/guides/installing-freeswitch-or-freeswitch-enterprise) section in the official documentation, > |Term|Meaning| > |---|---| > |FreeSWITCH|The publicly released version of FreeSWITCH for the community...
[It](https://styx-static.github.io/styx-site/documentation/index.html#_hello_world) fails with ```text $ styx build Building the site... error: anonymous function at /home/toraritte/clones/styx-related/antest/new_site.nix:1:1 called without required argument 'styx' --- Error: Site could not been built, fix the errors...
Tried to build [`styx-site`](https://github.com/styx-static/styx-site) using [the installation instructions](https://styx-static.github.io/styx-site/documentation/index.html#_installation) but no joy: 1. Tried the official way: ```text ~/clones/styx-site$ nix-shell -p $(nix-build https://github.com/styx-static/styx/archive/latest.tar.gz) error: attribute 'lib' missing at /nix/store/m2m8y5vrgzp3v9p4i0pqra52fg8q0k6y-source/derivation.nix:13:13: 12| name...
**Describe the bug** if data validation is a formula to another sheet, then it won't get returned. **Screenshots**  (Image taken from [NPOI issue #498](https://github.com/nissl-lab/npoi/issues/498).) **To Reproduce** Using a minimal...