William Chong
William Chong
It seems that this wrapper does not contain a method to create an organization custom field. Would be great to have something like this: `client.organizations.add_organization_field(params)`
Changed: Expect a `CancelledError` error when a node connection is abruptly terminated. The default value of [ShutdownTimeout](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.server.kestrel.kestrelserveroptions.shutdowntimeout?view=aspnetcore-1.1) in ESDB is now explicitly set to 5s, which was the default value...
Changed: Integrate Zod for Stronger Type Checking This PR aims to enhance type safety and data integrity, ensuring our application handles data more robustly and reduces the likelihood of runtime...
I suggest adding a fallback option to the image tool so that, in cases where the image doesn't load, the fallback value that the user sets would display instead. Adding...
``` from persistqueue import SQLiteQueue q = SQLiteQueue(path="/tmp/queue", auto_commit=True) q.put(item={ "pqid": 100, "name": "william" }) x = q.get(id={ "pqid": 100, "name": "william" }) pprint(x) ``` After playing around more with...
Added: Tracing Instrumentation
Changed: Convert into monorepo
Changed: Deprecate unused protobuf messages
Changed: Update README examples and point server instructions to latest
Changed: Update import paths for types to use dist directory