Vincent Agnano

Results 68 issues of Vincent Agnano

Once we have enough articles it may be interesting to be able to search through content and users

frontend
backend
idea

ParseResult could return html formatted string, but not raw text. This pull proposes a stripped version as ParseResult.text property.

Solving https://github.com/jsocol/jingo-minify/issues/68

/jingo_minify/helpers.py in _build_html ``` return jinja2.Markup('\n'.join((wrapping % item for item in items))) ``` > The string that could not be encoded/decoded was: ,tv">���/*!

Using `v run py2v.v ~/myfile.py` raises the following error: ``` json2v/json2v.v:12:14: error: deprecated map syntax, use syntax like `{'age': 20}` 10 | 11 | const ( 12 | operators =...

Following the [first instruction to ininitalize a VWeb project](https://modules.vlang.io/vweb.html) ``` v new myproject web cd myproject v src ``` leads into the following error: ``` v src/ src/auth_services.v:28:22: error: unknown...

On a page like http://check.data.gouv.fr/?filter_domain=catalogue.datalocale.fr&exclude_status=200&exclude_content-type=text/html it's not obvious where we are. A good way to know is to read the URL. Maybe a breadcrumb or a description could help? >...

On [a page displaying the links(http://check.data.gouv.fr/?filter_domain=catalogue.datalocale.fr&exclude_content-type=text%2Fhtml&exclude_status=200&display_links), the "Last updates" graph is in the right column lost in the middle of that long column. ![screen shot 2015-12-11 at 4 16 49...

ProtonMail has released [ProtonMail Bridge](https://protonmail.com/bridge/) a few month ago to the public. That product brings great benefits: - offline contents - local backup - searchable emails - easy to transfer...