Maciej Katafiasz
Maciej Katafiasz
Fixes #220 There are currently multiple test failures because of #107. I think this demonstrates that the current handling of `SKIP` is not optimal, since I would definitely expect `glom(target,...
As far as I can tell, the behaviour of a `[...]` spec (in `Auto` mode) with more than one element in the list is not documented anywhere in the docs,...
This is related to #207. Basically, I don't think `Fill` does what I expected it to do after reading the docstring, and I also don't think it's the most useful...
In `Auto` mode: ```python >>> glom(42, lambda x: 13) 13 >>> glom(42, Spec(lambda x: 13)) 13 >>> glom(42, Invoke(lambda x: 13).specs(T)) 13 ``` In `Match` mode: ```python >>> glom(42, Match(lambda...
Trivial example: ```python >>> glom({'foo': 42}, ('foo', lambda x: SKIP)) 42 ``` `SKIP`, in a tuple, essentially results in whatever spec produced it not being there, rather than the entire...
I'm using WK to build simple dashboard UI (kinda like very stripped-down `transient.el`), and it would be very handy if there were a way to add a descriptive headline to...
**What version of WebTorrent Desktop are you using?** 0.21.0 (0.107.16) **What operating system and version?** Linux Mint 18.3 / Ubuntu Xenial **What problem do you want to solve?** Currently, it...
This is a follow-up to the issue reported in a comment at https://stackoverflow.com/questions/58500459. The attached images have identical pixel buffers, but generate different values through `scanline_checksum()`. Interestingly enough, their on-disk...
`qlot add` unconditionally adds new lines to `qlfile`, even if the new line causes errors, or the existing `qlfile` is invalid. Steps to reproduce: ``` mathrick@megumi /tmp/repro $ echo ''...
`qlot` was installed using `ros install qlot` earlier today (16.08.2022) When running `qlot install ultralisp docs-builder`, I get a huge backtrace of an unhandled condition, rather than reasonable error message...