Andreas Jung
Andreas Jung
I installed ``` git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head npm install npm run start open http://localhost:9100/ ``` on two different systems. Opening the URL in the browser only give me an...
`prettify` currently accepts only a function object. It would be handy when `prettify` could accept the name of a formatter function as well or the function definition as string. Background:...
``` python3 /Users/ajung/src/vibora/lib/python3.7/site-packages/vibora/hooks.py File "/Users/ajung/src/vibora/lib/python3.7/site-packages/vibora/hooks.py", line 38 self.async = iscoroutinefunction(handler) ``` ``` $ bin/pip freeze pendulum==2.0.4 python-dateutil==2.7.5 pytzdata==2018.7 six==1.11.0 vibora==0.0.6 ```
Typesense 0.23.0 I have a schema with the following two fields: ``` {"name": "headlines", "type": "string"}, {"name": "text", "type": "string", "infix": True}, ``` and this configuration in app.js: ``` {{#helpers.snippet}}{...
With this template, I see only one snippet from one field even if there are more than one hits for a query within the same document. ``` {{#helpers.snippet}}{ "attribute": "text"...
What is this error about when trying to start espanso on Ubuntu 20? ``` 14:32:42 [ INFO] espanso version 0.7.3 14:32:42 [ INFO] using config path: /home/ajung/.config/espanso 14:32:42 [ INFO]...
Hi there, I am the maintainer of print-css.rocks. Questions: - how compliant is openhtmltopdf with the CSS Paged Media standard of the W3C? - can you provide release files rather...
https://github.com/zopyx/print-css-rocks/tree/master/lessons/lesson-archive-pdf does not validate against latest VeraPDF
Check attached sample (WeasyPrint 51) The image in the head page area box should be surrounded by a green. Instead the box border is drawn through the image. https://www.dropbox.com/s/xt6pc79kwqnx5ev/wp.zip?dl=0
Off-topic: I came across `rclone` (https://rclone.org/) lately. `rclone` provides out-of-the-box an integration with 40 storage providers through a simple command line utility and it allows you to mount different storages...