jgirardet

Results 10 issues of jgirardet

**Description** Can't use any non ascii hotkey **Sandbox** [Example sandbox](https://codesandbox.io/s/slate-plugins-playground-v1-forked-1f6pj?file=/index.tsx) I added many hotkeys to MARK_BOLD mod+e and mod+b works. mod+é and mod+! doesn't work I tried "mod+2", it works....

bug
help wanted
plugin:hotkey

the `swap-errors` extension allows swapping response when HTTP Error code is returned. It's nice way to deal with errors server-side in It works adding the header `HX-SWAP-ERRORS` in the response.

In docs, path_parameter have the "required" mark but the required validators from Type should also have this mark.

HEllo, Only to things in docs : parameter name and description. A third column with type would be a good thing. Jimmy

**Describe the bug** `briefcase dev -d` is working well `briefcase run` fails **To Reproduce** Steps to reproduce the behavior: 1. clone https://github.com/jgirardet/kivybriefhello 2. create a virtualenv and activate it 3....

bug
up-for-grabs
windows

My use case is the following: Qt and pyside has a resource system where the following command has to be called : `pyside2-rcc resources.qrc -o resources.py` Every time a ressource...

enhancement
not-quite-right

like package.json, I don't see a use case where pyproject.toml would no be in root dir.

when decoding/encoding some str/bytes you can (for example) : 'strict' : raise an exception 'ignore' : wrong bytes are kicked out 'replace' : wrong bytes are replaced by the UNICODE_REPLACEMENT_CHAR...

A-stdlib
A-design

Hi, I'm trying to use this plugin with component testing. It adds this small amount of speed which gives a very smooth dev experience. :+1: However, I can't apply my...

Hi, from clean virtualenv with only pyside2 and python-qt-live-coding : ``` ^C(.venv) jimmy@cacahuete:~/tras/python-qt-live-coding$ python_qt_live_coding examples Error importing standalone/module: No module named 'standalone/module' QQmlApplicationEngine failed to load component file:///home/jimmy/tras/.venv/lib/python3.7/site-packages/livecoding/live.qml:31 Type LiveCodingPanel...