enodr

Results 18 comments of enodr

Hi, I confirm this website can return 403 status from some IPs which is interpreted as user existing. Can the logic be improved for this site?

Ok found out the solution which is super simple: we just need to pass the corresponding buble config in Preview.vue: ``` const renderedComponent = compileScript( code, this.jsx ? { jsx:...

I totally agree with you pudo that the pickle solution adds some hidden magic but also does not break the current default. Unfortunately given the requirements I don't see other...

> The startup time really is an issue, but using YAML is just very convenient in terms of editing the `data.yaml` easily. One thought I had was to have a...

According to CProfile loading time is cut down from ~4s to normalize_name; Why not just storing data.py with already normalized names, or just pickle/unpickle ? Let me do some more...

Indeed I understand we depend of the host target. Then why not generating the normalized data file from setup.py (edit: I am not that familiar with pip modules but I...

PR created https://github.com/alephdata/countrynames/pull/33 post installs scripts are not supported with pip wheel packages, thus this patch simply allows a user to manually create an optimized cached version on his system....

I can confirm after upgrading to version 184 right click and middle click are not working anymore (paste, context menu, etc)

Thanks for the feedback, that's super interesting.