Bernardas Ališauskas
Bernardas Ališauskas
@mahmoud very interesting, your suggestion does work! But it's a bit awkward to use: ``` >>> glom.glom(foo, ("items", [glom.Delete('foo')])) [{'bar': '2'}, {'bar': '2'}, {'bar': '2'}] ``` I think coming up...
I'm getting this error: ``` $ pqiv ~/pictures/bugcat-sticker/55.apng --disable-backends=archive,archive_cbx,gdkpixbuf,poppler,spectre,webp,wand Didn't recognize file `/home/dex/pictures/bugcat-sticker/55.apng': Both its extension and MIME-type `image/png' are unknown. Fall-back to default file handler. Segmentation fault (core dumped)...
Any way to get around this?
I've started a github organization and a fork: https://github.com/pyppeteer/pyppeteer Looking for maintainers and contributors! I'm just starting to familiarize with the codebase but it's quite a bit to chew through...
Thanks @laike9m Unfortunately you're right. I couldn't get a hold of the maintainer for this so I went ahead with `pyppeteer2` name on pypi.
I kinda like it, however it doesn't seem to be that useful, as well as `map` being unpythonic (list comprehensions are better! :)) sel.xpath("//@data-p13n-asin-metadata").map([json.loads, lambda d: d.get('asin')) # vs [json.loads(v).get('asin')...
Not to derail this but I'd argue that implementing `JSONpath`[1] would actually be more fitting for parsel as it is `xpath` like. For example Jmespath doesn't support recursive queries (like...
I could add jsonpath support when/if #181 gets merged.
@astronouth7303 Could you elaborate a bit more of what you mean? `{env_name}` in $PROMPT is already there. Do you mean a feature that would allow setting an unique $PROMPT for...
Hey @kmike thanks for letting me know. I did manage to get it working with crfsuit and it's doing pretty well for my use-case! I'd update the docs but I...