Curt Siffert
Curt Siffert
@amcdnl do you have a recommended way to test out the package locally in other projects? For instance, git clone reaflow, and then being able to "publish" it locally somehow...
Just confirming this issue still exists with nextjs 12.2.2 and reaflow 5.0.6. @wereHamster I created a fresh project with NextJS and tried editing `node_modules/reaflow/package.json` directly using your suggestions above. I...
For what it's worth, I just experienced this error when I specified only: ``` Auth: Authorizers: PPAuthorizer: FunctionArn: !Ref AuthorizerArnParam FunctionPayloadType: REQUEST ``` But the error went away when I:...
Looks like `d3.event.preventDefault()` doesn't work in v7 either, which this library uses.
The filter seems to work with 2.4 (without using GlobalSettings) if you do this: `class Filters @Inject() (stats: play.modules.statsd.api.StatsdFilter) extends HttpFilters { val filters = Seq(stats) } ` (point play.http.filters...
I think the reason those integration tests don't pass is because of the changes from Play 2.2 to 2.3 . Apparently, "dependsOn" is intended to work so that if A...
Same issue with my ChatGPT Plus account. I logged out and logged back in, still not allowed in.
Is it possible it's what happens when either the daily or weekly usage limit is reached? Since we're seeing it recover for some people and not others. I personally have...
It would be great if the accurate message shared information something like "Your five hour period started x, and your one week period started y."
I suppose this can be closed now, since other issues cover questions about knowing when limits reset.