Danilo Bargen
Danilo Bargen
Right now candidateparser only supports IP addresses, but no FQDNs. According to RFC 5245: ``` : is taken from RFC 4566 [RFC4566]. It is the IP address of the candidate,...
Hi, any chance for a 0.3 release? 🙂
This library seems quite nice, but it has a main downside compared to Rust code: The lack of early-return on errors. Take this as an example: ```typescript async fn read(path:...
When starting `acmed` like this: acmed -f --log-stderr --log-level debug ...I get the following error: Error: IO error: Permission denied (os error 13) I'm sure I'll find out what the...
When defining django before postgresql in `depl.yml`, things don't work. There should be a way to declare dependencies, so that the order of declaration doesn't matter.
OpenStreetMap has a tagging schema for charging stations: https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcharging_station It is the ideal database for this kind of data: It's a geo-database for objects with certain associated attributes. What would...
The links_to filter by default outputs escaped HTML code. Please mark it as safe.
When sending out an invoice manually, the user sees a "payment" link. When he/she clicks on it, it redirects to a "pay for order" page. /checkout/order-pay//?pay_for_order=true&key=order_ On that page, the...
Fixes #111. I hope everything is correct :) Sometimes when switching quickly away from / back to a tab, the events seem to appear in wrong order. But it's probably...
Is there a way for inview to detect whether the object is actually visible? I'm pretty sure there's no way to know whether another window obstructs the visibility, but maybe...