Jeremy Lyman
Jeremy Lyman
When subscribing to a stream with only `from` defined, meilies seems to only read the event at the `from` location and then all new events. It does not read all...
### Description I am receiving an error when converting a response value. The error I receive is "Unable to cast object of type `FooResult` to type `Foo` where FooResult is...
I noticed that the swagger endpoints do not work properly when the Api prefix is set instead of the Blueprint's url_prefix. e.g. ``` # This does not work even though...
I'd like to be able to build this plugin. Would you be willing to document your build setup/process? I was able to dig up the cef files. But so far...
Could you create some more examples of how the various components are used. I am new to rust and have been having difficulties working with the static callbacks (menu items)...
### Summary Support a new entry type in the creation wizard that will open the $EDITOR for long multi-line strings similar to the insert functionality but following the wizard template...
"error" is a valid type according to the Avro Schema document and IDL. [https://avro.apache.org/docs/current/spec.html#Protocol+Declaration](https://avro.apache.org/docs/current/spec.html#Protocol+Declaration) [https://avro.apache.org/docs/current/idl.html#format_records](https://avro.apache.org/docs/current/idl.html#format_records) { "type" : "error", "name" : "Exception", "namespace" : "com.example", "doc" : "Struct that contains...
I'd like to propose that goavro exposes the typeName *name struct through a method on the codec. I feel that this would be beneficial to the users of goavro who...
I am running Hypercorn from the cli with Trio and my application layer is FastAPI. During a security endpoint scan that is outside of my control, my application always fails...
LDAP Auth functions could be updated to return a generic Principal variant instead of UserIdPrincipal so that custom Principals could be returned from the builder functions and not require the...