Results 85 comments of xmo-odoo

> Can we add lazy to all get methods? A possible alternative would be to provide easier ways to create child objects directly e.g. here the entire traversal is useless...

Just want to comment that this would be *really* cool, especially number 2: I regularly do source-rewriting on a fairly large project with rewriters which are a bit hit-or-miss (they'll...

@braham-snyder I'm really not fond of ediff (though that may be because I've almost never used it so I find it odd), and the complete overview of the working copy...

Supporting this, CPU frequency is very useful when paired with package temperatures, it provides useful insight into system behaviour and perf profile.

> It looks like Sphinx uses reStructuredText, yes? Does it support Markdown? > I've already converted the man pages to markdown, but if needed they can easily be converted to...

![jamy](https://user-images.githubusercontent.com/7571158/200530738-ff572843-4fc0-481d-8581-6ea60b3bbd77.png)

I don't think you're in the right place. This ripcord is a PHP package for [XML-RPC](https://en.wikipedia.org/wiki/XML-RPC) communcations.

> When decoding a map that was encoded as an OrderedDict, the resulting map is a standard python dict which does not guarantee ordering. Python dicts have formally guaranteed ordering...

> With current interfaces it's impossible. Our only solution is to parse the cleaned up html again and apply our filters. FWIW Ammonia does have a `to_dom_node` method on `Document`...

Would be even nicer if these filters could have their own non-literal subfilters (or an orthogonal less contextual filter) so it's possible to e.g. only allow `data:image/*` data urls and...