Jean Privat

Results 76 issues of Jean Privat

Some potential features, * use the connected user (or ask him to login) * use a template (pre-filled issue & title) * ask to add a screenshot * invitation the...

nitweb

Nit should have literal Unicode escape sequence `\u008B` and `\U0000080B` added in `escape_to_nit` and `unescape_nit`. I assume the change in the lib will be automatically used by the Nit compiler...

One nice way to experiment and test the language can be to implements the various tasks of the Rosetta Code project. http://rosettacode.org/wiki/Category:Programming_Tasks Current implemented tasks are in the https://github.com/privat/nit/tree/master/examples/rosettacode directory...

newcomer

Since Nit does not have introspection facilities, this module uses the serialization framework to inspect objects. A plain webserver is used to present the inspection interface. Feature: To launch the...

need_work

When the doc is so bad and really fails to answer important questions, I want to complain now, because we are in 2016! What about adding a link to the...

todo
nitdoc

nitcorn cookies are assigned by path. This cause some issues when tracking sessions In the following example, the 3 GET cause the creation of 3 distinct sessions - http://localhost:8080/foo/ -...

bug

There is a lot of information, but the not the IP. How can we geoip trace people?

todo

Currently there is no way to express enumeration and constants. This is a limitation of the language and users are complaining! I created a new page with the current known...

spec
request_for_comments

I cannot serve in the lan using only IP adresses :(

todo
newcomer