Scott Wyatt
Scott Wyatt
# lifecycle Currently, each spool contains a spool.ts file that sets up it’s lifecycle. There is no way to override this if imported and that has always bothered me. There’s...
#### Issue Description Lifecycle listeners should throw a warning if the lifecycle event will not exist. #### Environment - node version: 10.0.0 - fabrix version: > 1.1.4 - operating system:...
Languages like Erlang/Elixir are super solid because of the way they use mailboxes (among other things). Fabrix is already just extending the base "Emitter" class to give it most of...
There is a spool called "boostrap" that simply listens for when an app starts and then performs some logic. It makes sense to add a "ready" method to spools that...
fabrix has a root configuration proxy where it stores and retrieves its famous tuples. Fabrix is also an event emitter. It should: - [ ] should emit when config is...
Attached is a possible script implementation to check if a spool is actually a class. This helps pure JS users more than TS users, but, since it all runs in...
#### Issue Description Scoped Packages The general consensus is to move from tagged releases to eg. `v2-latest` to normal version numbers. This is going to take a fair bit of...
# Situation - Examples are currently written in Hapi. - Community members have expressed interest in creating documentation for their preferred trailpacks. # Proposal - Create an Examples Directory that...
### Error ```console 1) test register user should fail when email address already taken and return error (Conduit.UsersTest) test/conduit/users/users_test.exs:69 ** (FunctionClauseError) no function clause matching in Commanded.Middleware.Auditing.delta/1 The following arguments...
Cmake 4.0.0 was released on March 28th, 2025: https://cmake.org/download/ This removed support for anything under 3.5. Current workaround: manually downgrade Cmake. Suggested fix: change the version dependencies flags in z3-sys