Anton Farygin
Anton Farygin
i have the same problem with 1.0.2 version and build camomile from git with system-wide installed ocaml 4.08.1 on ALT Linux.
I also hav the same issue and I do not understand how to run unit with django. Python 3.9. unit 1.25.0 ``` $ source venv/bin/activate (venv) $ pip list --local...
oops. it's my mistake. There was no access from unit process to the path of venv.conf But the log is very unformative and it is not clear what you need...
this code in src/python/nxt_python.c:nxt_python_start() check access to venv.conf if there is no access, then pep405 mode is not enabled. ``` nxt_memcpy(path, c->home, len); nxt_memcpy(path + len, pyvenv, sizeof(pyvenv)); pep405 =...
@comradeFreeman use gdb to find. I am moved from unit to another solution for a reasons not related to errors in unit.
@VBart configuration scheme without files in /etc and not obvious rpm packaging scheme for applications - first reason. #501 - another one. And really, i spent a ton of time...
No. dune totally ignore qcheck transition package. $ dune installed-libraries |grep qcheck qcheck-alcotest (version: 0.13) qcheck-core (version: 0.13) qcheck-core.runner (version: 0.13) META file in qcheck is empty: $ wc -l...
this is simple - don't print content of the parse result. Just check length of Arrays and Lists. Working test: ``` open Import module Pcre = Re_private.Pcre let rex =...
I tried to build the db2man utility from your GitLab for OCaml 5.3.0, but it fails to build because it depends on pxp, which in turn depends on ulex (which...
All versions from test_decompose, except 1.2.3-beta+build: ``` [ ("v1.2.3", "1.2.3"); ("=1.2.3", "1.2.3"); ("v 1.2.3", "1.2.3"); ("= 1.2.3", "1.2.3"); (" v1.2.3", "1.2.3"); (" =1.2.3", "1.2.3"); (" v 1.2.3", "1.2.3"); (" =...