Drew Folta
Drew Folta
When I try `curl -I https://npm.open-registry.dev/http-hooks` I get `Content-Type: text/html`. This should be `application/json` yes?
**What happened**: I want to run a job if by current job's build fails, however there is no existing feature. This is so that I can do actions rollback or...
**Describe the bug** I've upgraded to version `2.7.1` (via homebrew). When I run `telepresence --help` it only shows me `telepresence user daemon is not running`. This makes it rather more...
In the contextualizer middleware, the static context (the context given when the app was started) was not reflected in the runtime context available to the middleware (or to controllers as...
I have a parent mojit with two children. One child calls `ac.http.redirect()`. During the bubble/merge of the `meta` the `meta.http.code` of the non-redirect child clobbers the `meta.http.code` of the redirect...
Our current "page" data object is unique to each request, and is a great place to store request-specific objects/data. However, there's no way for middleware to put objects/data into it.
Mojito's idea of a model should align closely with YAF's idea of a model . This might even go so far as to throw away Mojito's models and use Y.Model...
This adds support for SAMD51 boards, both with and without crystal. Tested with: * Adafruit Feather M0 (SAMD21 w/crystal) * Adafruit ItsyBitsy M4 (SAMD51 crystalless) * SparkFun SAMD51 Thing Plus...
For some of my workflows which fan-out, the job which initiates the fan does nothing (single step which just does `echo NOOP`). However I still have to wait for the...