Jeffrey Smith II
Jeffrey Smith II
Closes #23073 CreateIterator could return a nil iterator and a nil error. This could lead to several potential panics when trying to type assert the iterator or call methods on...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Create a minimal task `option task = {name: \"test\", every: 1h, offset: 0m} from(bucket: \"hello\") |> range(start:...
- Closes #23620 ### Description Querying virtual dbrp mappings would lead to an error, this resolves the error. ### Note for reviewers: Check the semantic commit type: - Feat: a...
### Note for reviewers: Check the semantic commit type: - Feat: a feature with user-visible changes - Fix: a bug fix that we might tell a user “upgrade to get...
- Closes #23545 ### Description When creating a manual run of a task with a `scheduledFor` time, it was executing immediately rather than at that time. This fixes that behavior....
Due to a lot of issues I noticed in mentoring the Sydney and London hackathons, I think this repo is too complex for the goals it is trying to achieve....
Add a mechanism for indicating a preference for which keys to use for signing a transaction.
Add a workflow/scripted process for converting the existing typedoc into gitbook.
Create or modify a tutorial app to show a more thorough use of eosjs2.
Listing buckets when using the `limit` option does not take into account what buckets the user has access to which leads to expected buckets not showing up. __Steps to reproduce:__...