Juliusz Gonera

Results 38 comments of Juliusz Gonera

I looked into it briefly and I think Zapatos wouldn't need to write a different schema from what it generates now and the whole conversion could be done with some...

FWIW, I had [some issues](https://github.com/microsoft/TypeScript/issues/34933) with the implementations of those conversion types from the StackOverflow threads I mentioned. I found the types from https://github.com/sindresorhus/type-fest working well so far. This is...

Same issue with https://github.com/HerringtonDarkholme/yats.vim bundled by https://github.com/sheerun/vim-polyglot. I tried adding SQL tagged template highlighting with: ```vim call jspretmpl#register_tag('sql', 'sql') autocmd FileType javascript JsPreTmpl autocmd FileType javascript.jsx JsPreTmpl autocmd FileType typescript...

Specifying font path by yahp.FOP_TTF_FONT_PATH in application.conf works (it uses other fonts then and shows Polish characters), but I guess it should also work without specifying external fonts.

Just checked with the latest version from git and the problem persists. I guess the default font would have to be changed to fix this.

I'd love to see this feature. Amethyst's default keyboard shortcuts mess up Polish keyboard input. Several characters are entered with `Option` + `Shift` + letter. Every time I install Amethyst...

I recently stumbled upon https://github.com/alangpierce/sucrase. Perhaps easier to integrate with since it's written in TypeScript?

Is there any workaround to achieve this in the meanwhile?

Thank you, I'll take a look!

Link to MariaDB connector repo: https://github.com/mariadb-corporation/mariadb-connector-nodejs This connector supports both MariaDB and MySQL, and while new, seems to be actively maintained and faster.