Luc Saffre

Results 26 comments of Luc Saffre

Indeed, Lino's initdb command is not tested with PostgreSQL: https://github.com/lino-framework/lino/blob/master/lino/management/commands/initdb.py You probably need to change something in that code. But take care to change it only for postgresql.

> Run npm `uninstall -g create-react-app` to remove the global create-react-app package. Then, try using `npx create-react-app my-app` again. > > npx will automatically download the latest version of create-react-app...

Thanks for reporting your issue. This library runs only on the client. You must yourself add functionality to your web application so that your web page (a) invokes eidreader on...

Yes, you must install something on the client machine. I don't know any method around this. It's not my decision. If a browser would send data from a smart card...

Thanks for reporting. I don't live in Belgium and my eid card seems to be broken (even eid-viewer doesn't work) so I am currently a bit stuck with reproducing this....

I now installed eidreader on my computer (Úbuntu 22.04) and tested with a new eid card. Everything works fine for me. So I cannot reproduce your problem.

Now after #13 we can assume that this was a duplicate. Solution is to [quote](https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote) the url so that the browser doesn't try to protect your users against an unsecure...

> The key reason is that Quill uses `\n` to generate a new paragraph, so it doesn't have an elegant way to identify ``. If possible, just like markdown syntax,...

@zozoh Thanks for sharing! Indeed prosemirror looks interesting. Maybe quill-next is a less radical solution, we started testing this approach thanks to 8lurry who did the work of making it...