Lucas Bourneuf
Lucas Bourneuf
Effectivement, l'argument se tient. Je resterais personellement sur ordiphone, nous verrons bien lequel sera le plus usité. Pour le moment, [c'est équivalent](https://books.google.com/ngrams/graph?content=Ordiphone%2CMalinphone&case_insensitive=on&year_start=1500&year_end=2016&corpus=19&smoothing=1&share=&direct_url=) :) Merci !
Je trouve «kaléidordinateur» est un peu compliqué à lire et à prononcer. Pourquoi pas «kaléinateur» ? On perd peut-être le sens, sans le `d`… «kaléidinateur» est peut-être mieux ? «Kalordinateur»...
Hello ! I really like the lastpass idea. I saw on your website : > If you are a scientist, help us write a white paper ; I am a...
Hi ! Yes it is ! Thank you for your help :)
[This module](https://github.com/kh3phr3n/python-syntax) implements the `self` and `cls` highlighting, which is a good feature. Plus, it can be [deactivated using a dedicated option](https://github.com/kh3phr3n/python-syntax#features). Maybe you will found a compromise here. >...
Same problem here, with Archlinux and both Python 2 & 3. Problem solved by installing from sources.
Https is probably not relevant for local deployment. The https method should probably be handled by a reverse proxy (eg nginx), which will redirect requests to https://your.server.com/ to your doccano...
For reference, i tried setting the X-Forwarded-Prefix header, without success.
The problem is due to `clyngor.solve` being a generator. When, in the python file, you run solely `clyngor.solve(('test.lp', 'data.lp'))`, nothing is done. You have to get at least the first...
Problem is not solved, and is probably a big one. As shown in the following example, removing `async=True` in clingo API __and__ use `next` on `clyngor.solve` will provide the proper...