aditsu

Results 8 issues of aditsu

I have two dumps, one with a `CREATE CAST` statement and one without it. apgdiff 2.7.0 doesn't notice the difference.

I see references to version 2.6/2.6.0, but the latest official release is 2.4, which is 9 years old now, and not compatible with current pg versions. Can you guys please...

I followed the steps and restarted firefox, but ChatZilla is still disabled. I'm using firefox 60.2.2esr

I am parsing an html document and making some changes to it, then extracting some form fields. It looks like the `elements` in `FormElement` are already set when the document...

Hi, first of all, thank you for making kdotool. I noticed that some commands can be chained, such as: kdotool getmouselocation getwindowname getwindowpid get_desktop_for_window However I can't find a way...

Webcalm doesn't seem to support selectors like: `section:has(.featured) { }` (example taken from MDN docs) It says: no viable alternative at input 'section:has(.'

bug
css

Webcalm has a problem with this code which is supposed to be valid: `console.log("foo"), function bar() { console.log("bar") }();` It says: no viable alternative at input ','

bug
javascript

Webcalm doesn't seem to like declarations such as: `height:-webkit-calc(100% - 32px);` (found in the wild) It says: missing '}' at 'height'

bug
css