Anna Bocharova
Anna Bocharova
Too outdated, will make a new one
Same thing. Python 3.9, OctoPrint 1.9.2 Latest version of the plugin. ``` 2023-09-20 21:42:28,162 - octoprint.util.comm - ERROR - Error while processing hook excluderegion for phase queuing: Traceback (most recent...
Thank you for addressing this issue, @Amzani . I hope you'll find a way to fix it soon.
The issue can now be resolved by upgrading the dependency https://github.com/asyncapi/asyncapi-react/issues/993#issuecomment-2076661493
Dear @colinhacks , https://github.com/colinhacks/zod/blob/402288a93dd6f29a1b2ecff287345413ffd07e01/plugin/effect/src/index.ts#L24-L26 could you please explain: is altering the prototypes of `ZodType` being a recommended way to extend Zod functionality? Is it safe? Or will there be a...
> We definitely can't do this right now I understand. But when you will be ready for this change, the work will already be done. Consider this as a gift...
Time to make beta
QA revealed the following issue when `declaration` is enabled: ``` error TS2527: The inferred type of '...Endpoint' references an inaccessible 'unique symbol' type. A type annotation is necessary. ``` This...
The issue is caused by the usage of the proprietary types, that are branded by `unique symbol` — not `Symbol.for()`, in order to avoid the possibility of collisions. The approach...
QA passed ✅ After #1741 it makes sense to decrease the severity of route hit, solve the request from https://github.com/RobinTail/express-zod-api/discussions/1716 Also could make a gate level "info" for the built-in...