advantageous-overtake
advantageous-overtake
Decided to not remove the `debug` library, so it now just sets `debug.debug` to `nil`. Also, the initialization script used to redirect logs has been replaced by regular Lua API...
Any hints on this being merged?
Need this.
> `wev doesn't detect any input either.` > > That likely means it's your keyboard doing that, possibly broken. My bad, meant to say that `wev` doesn't detect keybinds, while...
> Are you sure you have not entered some submap? I am sure.
Sorry for the delayed answer. A possible use case would be getting the next byte to-be-yielded by an iterator, rather than having to use __tricky__ ways such as peeking (given...
Basically the adapter would encapsulate the original iterator and simply add a count field, and providing `Deref` and `DerefMut` implementations to maintain peeking functionality for types like `Peekable`.
If this is OK. I can start with the implementation straight away.
> I see you have a clear understanding of it. I'm simply not understanding what it would look like, even what the `Tracked` iterator would yield as items? `U` or...