Bernardas Ališauskas

Results 21 issues of Bernardas Ališauskas

when trying to delete path with square brackets like `('products', ['id'])` glom throws: ``` path argument must be a .-delimited string, Path, T, or S ``` example: ``` import glom...

I'm looking through documentation and I can't seem to find coverage for this vital feature for any tree parsing. Is it possible to select __any descendant__ with glom? Equivalent to...

[APNG] is a animated png format that is becoming quite popular. `pqiv` however doesn't support displaying animations or at least `animation_continue()` does nothing. Currently it's supported by major browsers and...

Since `extract()` method is just a wrapper around `lxml.etree.tostring` it would make sense allowing of kwargs passthrough. This would enable more flexibility for getting string data. For example it allows...

enhancement
discuss

Sometimes jsonld schema is prefered in raw json format rather than python dict - this PR implementes `as_json` kwarg bool to determine whether to return python dictionary or json string....

- [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. Currently both async and...

enhancement

This is huge rework for catching up with puppeteer 2.1.1 For more see: https://github.com/pyppeteer/pyppeteer2/projects/3

enhancement
help wanted

cli rework and some refactoring of components touching rework. WIP

I've been following webstruct tutorial and I'm getting few peculiar errors. From the tutorial I end up with code along the lines of this: from itertools import islice import pkg_resources...

Hello, I wrote a view generator for projects like these called [`gh-theme-display`](https://github.com/Granitas/gh-theme-display) and I ran it on pelican-themes with surprisingly good results: https://github.com/Granitas/gh-theme-display/blob/master/examples/getpelican-pelican-themes.html So maybe this would warrant adding it...