Melchoir55

Results 8 issues of Melchoir55

We're having a weird issue where env vars are interpolating but we can't seem to get a newline character to work. We've tried both single and double character escapes: ```...

I am trying to deserialize a deep structure with marshmallow. For example: ``` hour = { 'day': { 'name': 'monday' } } loaded_hour, error = HoursSerializationSchema().load(hour) # this works new_practitioner_at_location...

I am attempting to follow the tutorial provided here: https://firebase.google.com/docs/functions/unit-testing#online-mode This code block defines where the firebase services are found on the network, as well as what auth creds to...

type: feature request
triaged

It appears as if the library does not support complex avro schema. That is, avro schema which contain multiple classes referencing each other. Take the following avro schema, for example:...

The design of this library seems to use instance-specific information (like the name of a component) while trying to define abstract rules. For example, the password example: ``` password: {...

Love the concept of the library. Your documentation doesn't detail dealing with buttons. For example, detecting whether someone is swiping a button in a direction. Is this handled by your...

When executing your instructions in terminal I get the error: `zsh: command not found: ext ` This after executing: ` ext install vscode-ts-uml`

Trying this out, but just getting a white screen. Was this broken by a mac update?