anthony

Results 10 comments of anthony

Hi @cicoyle, does this issue still need to be worked on? I haven't contributed to the project yet, but looking forward to working on this one, if possible.

Forsure, will do. I'll need some time to get acclimated to the codebase. Will let you know if I have any questions. P.S. - I worked at HashiCorp too, awesome...

When you say clone this issue, how exactly should I do this? I've never done something like cloning an issue, only a repo lol. Can't find anything online about it...

Cool, just did it. Referenced in #7785 @cicoyle

Hey @cicoyle, so looking through `predefined.go` I see that there's currently 5 different config related errors set in there. Should I only focus on migrating these over to the gRPC...

Just started working on this, made a new file `pkg/api/errors/config.go`, looks like this ```go package errors import "github.com/dapr/kit/errors" type ConfigurationError struct { name string } func Configuration(name string) *ConfigurationError {...

Just found a bug with the FE not returning the current stored cron schedules from the backend when refreshing the page. Will have a follow up commit later.