Drew Folta

Results 15 issues of 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?

bug
good first issue

**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...

feature

**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...

bug

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...

bug
version:0.7.x

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.

enhancement

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...

version:mojito-next

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...

type: enhancement
topic: code

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...

feature