Jindřich Pilař

Results 4 issues of Jindřich Pilař

I have been cleaning up my Neovim config and setting up vim-plug to load plugins only when needed. **I get the same error by just running** ``:Dirvish``. I tried this...

bug
help wanted
question

HTTP cache API added publicCache(), privateCache(), noCache()

Feature
May Not Implement

I am procesing Response object after app is done with it and I run into small problem with caching. Right now there is only `noCache` method implemented by directly adding...

Feature
May Not Implement

When using PostGIS geometry types and storing a record it serializes the ``Point`` type incorrectly. ``$10::geometry`` gets as parameter ``"(50.501899 10.963963)"`` instead of ``"Point(50.501899 10.963963)"``. Insert fails with an error...