Joe Betz

Results 10 issues of Joe Betz

Implements the [publish-subscribe pattern](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) for communication within a reflex network. The motivation for this came from frustration with communication patterns being tightly coupled to widget hierarchies, particularly when implementing something...

Refactor and cleanup, also confirmed to fix at least one bug in Adjustable (https://github.com/reflex-frp/reflex/issues/369).

clean up
bug fix
breaking change

I'm trying to create a Dynamic list that only updates when the length of the list changes. The length is then used to generate a list of indices that is...

question
Low Severity

I tried creating a separate module for all my subscription definitions, and all of the subscriptions broke that were using the `entities` macro. The compiler spit out some undeclared variable...

The function below always works on Chrome, but never on Firefox. My guess is that Firefox is stricter in its definition of a user-driven event, which is necessary to execute...

There's currently no way to do time-based queries on the event store since timestamps aren't recorded unless you add them to your event types explicitly. They should be added to...

How do I generate a type definition for structs with unnamed unions? For example: ```c typedef struct clap_window { const char * api; union { clap_nsview cocoa; clap_xwnd x11; clap_hwnd...

I'd like to use amoeba as an external library in Smalltalk but don't know how to generate a DLL from the header file. Is there a one line script for...

Moved from: https://github.com/obsidiansystems/rhyolite/issues/90#issue-479160247

I'm trying to use `width content` to automatically size elements, but it isn't working as expected. No matter what type of layout I use, the element always takes up 100%...