Raqbit

Results 23 comments of Raqbit

The `Failed to load font` error seems to be caused by Weasyprint not supporting Woff2 fonts, as stated in their [documentation](https://weasyprint.readthedocs.io/en/latest/features.html#fonts). The same error occurs for `eot` fonts, which is...

> Ideally, Watermill's `amqp.NewSubscriber` method would automatically reuse a single connection, creating instead a new Channel The same could apply to publishers as well. For instance I'm working on a...

I uploaded the full source of the testing app here: https://github.com/Raqbit/stacked. It's worth noting that the spikes are worse at the beginning, as expected for a first load. Not sure...

This is an issue with the default theme shipping with Antergos using the GNOME desktop. (which is also the 'default' theme in this repo)

> May I ask why you decided against using Xournal++ and instead want to use Rnote? I haven't, I'm still experimenting with both and trying to figure out which fits...

Hi there! I'm having the exact same issue. For me, `index.html` is loaded from `file:///usr/share/ulauncher/preferences/dist/index.html#/preferences`, with 3 `/`'s. Could it be that when webkit loads the `./static/..` content, something goes...

@gornostal No, I'm using Ubuntu 19.10 with default (Yaru) theme and a Wayland session, I should have specified. When I open the preferences, I get this white window: ![white window](https://user-images.githubusercontent.com/11144180/71644877-bda85700-2ccf-11ea-9bd0-97f2f334f831.png)...

Well that's a bummer. As Python-acme is part of certbot I'd guess they will implement v2 soon-ish, and then simple_le will able to support it as well in the future....

Oh, I see. Thanks for helping :)

I'm currently working on parsing an API and json-stringifying it again to check if I parse everything correctly. This API returns several arrays with non-semantic ordering which changes every request....