raiph
raiph
**TL;DR** [This commit](https://github.com/finanalyst/GTK-Simple/commit/41a2f4ecb4e7bfecf7544e737b36caa90661d067) changed an element of this package's API and broke the example which relied on the API as it had been. ---- _Disclaimer: I barely know anything about...
I'm on vacation, and can't yet give this full attention, but [Raku's DBZ, successes, failures, DBZ exceptions, ...](https://gist.github.com/raiph/c5105d170cddcd7323c5bbdce0893e57).
> `Promise.andthen` and `Promise.orelse` methods, since they're really useful. .oO ( Did you forget a `.new`? ) (In other words, you must mean `Promise.new` rather than `Promise`, and I've decided...
@FCO > The block passed to `andthen` is already only called after the promise is kept, so it's always immediate. Right? I was presuming that, currently, it's always immediately, if...
@voldenet > The continuation is always executed after the Promise is resolved I can imagine that, by "continuation", you mean one of three entirely different things: * One is a...
@voldenet Ahhhh. A penny has dropped. So, in this sentence: > I'm not sure if these methods should be documented in the current form - they could get changed, so...
Perhaps a useful golf for testing the fix, or as a contribution towards preparing a roast test, or for demonstrating a new failure that leads to the same error message...
Hi @librasteve To be pedantic, `use MONKEY-TYPING;` _does_ actually respect lexical scoping. It's _`augment`_ that doesn't. And it doesn't by design. Which is why there's got to be a `use...
Interesting coincidence. I feel I should write a couple comments. I was just reading https://github.com/Raku/doc/blob/main/writing-docs/INDEXING.md as part of an attempt to do as @tbrowder prompted [here](https://github.com/Raku/doc/issues/4561#issuecomment-2692711232). One of several things...
@finanalyst > suggest changing 'routine' in heading to 'routine'. Not sure that'd help. 😁