Humza Shahid
Humza Shahid
Hi there, First of all, thank you for the wonderful tool. I like it even more than the original JS Redux ,with the support for enums for actions and with...
**Describe the bug** In most web browsers and desktop applications, it is possible to select text by holding shift and one of the numpad keys 2, 4, 6 or 8...
Hi there, **Describe the bug** The bug is that I am not able to change the contents of the input field when the two following conditions are met: 1. I...
Hi there. I have a valid QR code that could be decoded by other scanning/decoding sites (like the ZXing website) but which doesn't work with react-qr-reader. Here is an example...
Hi there. I don't have any problems with this library (not a user), but I had a look at some of the source code as I haven't created a custom...
Hi all. This is a cool project I’ve found helpful for incremental programming in OCaml. Appreciate the effort that’s gone into it. I’m currently working on [a B-Tree implementation in...
Hi there. This isn't something that affects me (it seems to rely on various factors coalescing - a use case I don't have), but I accidentally managed to trigger a...
Hi there. I was trying to implement a B-Tree at [this repository](https://github.com/hummy123/sml-tree-test) but the insMany function in the .sml file caused a compilation error with MLton: MLton 20210117 raised: Fail:...
I wasn't able to run the test in this repository as I don't have .NET 6.0.401 SDK installed (only a version matching .NET 7), but I don't expect anything to...
Hi there. I'm working on a functional AA tree, hoping to add it to this repository once tested, but I ran into a problem related to code style when implementing...