Francesco

Results 6 issues of Francesco

Introducing a menu that adds a tag to the time data recorded. Then this data can be plotted in a stack plot to see the amount of time spent using...

I have a SQLA model: ``` python class Model(db.Model): __tablename__ = "table" id = Column(Integer, primary_key=True data = Column(PickleType, nullable=False) ``` Then auto create a Marshmallow Schema: ``` python class...

Trying to import langchain 0.0.128 and up in AWS Lambda (Using serverless framework) fails with this: I suspect that this is the PR that causes the issue. Maybe the __version__...

I added new fields in the `src/extensions/comments/content-types/comment/schema.json` file and I'm able to see them in the Content-Type editor. But they do not show on the GraphQL Schema and I can't...

question
v4
graphql

This is what happens: ![image](https://github.com/colinhacks/zod/assets/38871879/fc044357-c6b7-43f2-9439-48eb961f23eb) A workaround (besides using the generic to manually set type) is using pick and then getting the value using the key: ![image](https://github.com/colinhacks/zod/assets/38871879/46f8370b-ab62-42be-b18d-3bae314fb67b) But either way...

help wanted
bug-unconfirmed
not-intuitive-behavior