allfro

Results 43 comments of allfro

Hi Caolan This has to do with an XML element ordering bug. I think there is an issue in the project that has a resolution listed somewhere. I haven't looked...

Hmm, You may be using an older version of Canari. Take a look at the one on Github and see if that fixes your issue.

Thanks for the pull request @mattnewham . I will take a look at it today when I get a chance :)

Hi @mattnewham Seems like the diff got truncated somehow. The change request doesn't appear to be complete. Not sure if you intended it that way :)

There is a PR open for this support in #224 pending your approval. The following code has been tested and works on my machine :joy: with the changes applied from...

@void4 here's an example that draws a red rectangle on an arbitrary part of the screen using python-xlib and ewmh to keep the window always on top: ```python #!/usr/bin/python from...

Hm... not sure if that is a problem though. This would be similar in behavior to the plist_\* functions would it not? We can implement something like libnet_free_hwaddr() to make...

I'll work on a patch tonight. The _ffi suffix is probably not the greatest. Maybe we can find something more appropriate that would be more universal to encourage users to...

What about the _ng suffix (for next generation) or napi (for New API)?

Is the issue related to the conversion of entity definitions into python code or the execution of transforms or both?