Harrison Lambeth

Results 10 issues of Harrison Lambeth

Whenever I have multiple react components that reference the same path (.e.g `/users`), the library seems to get the results mixed up. In my project, I had a navbar element...

It looks to me like `AsMultiMap` uses some component as a key to reference entities. Is there some way that I can specify a key selector instead of using an...

I am noticing that the breadcrumb links don't seem to be working correctly for me. For example, on the page: https://www.arduino.cc/reference/en/language/functions/communication/serial/readbytes/ The link to "Serial" in the breadcrumbs points to:...

bug

I'm trying to create a new BoundFilter to compare strings. Because there's a struct constraint, it's not letting me pass the string type: ```c# new BoundFilter("srcip", lower: "127", lowerStrict: false,...

Hello, I've packaged my unreal 5.3.2 project and I'm getting an intermittent crash immediately after launching the executable. This only seems to happen ~25% of the time. Things seem to...

There's been a bunch of discussions in the discord server, and in the github issues (#230, #224, #198, #197, #154, #67) about moving mouse/scroll interactions out of clay.h and leave...

enhancement

regarding #231 - `Get an ordered list of elements at an arbitrary point or set of points. Example: click/hover; drag & drop; local multiplayer game with multiple cursors.` I wasn't...

I generalized my clay.h parser and wrote a generator for odin bindings. Ideally we could write different generators for different output bindings to reduce the amount of work needed to...

In many user interfaces, a "click" on an element only occurs if the mouse was pressed and released within the bounds of the element, even if the mouse has moved...

I originally wanted to report a weird interaction between floating elements and scrolling elements underneath, but I think overall drag scrolling is a bit weird at the moment, because: *...