Zach Brewer

Results 4 issues of Zach Brewer

For user error messages (i.e. which block failed) and other uses

enhancement

In my testing I have many schemas and needed a way to allow users to delete and manage schemas without coding. Schemas get somewhat unwieldy if there are many in...

In option_builder (https://github.com/krish-adi/barfi/blob/main/barfi/option_builder.py), the build_option function sets the option and valid types. When we associate a function to a block e.g. ``` my_function_name(self): do_something my_block.add_compute(my_function_name) ``` There is no way...

**Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.** Verified on two different systems with...