Craig Harshbarger

Results 39 comments of Craig Harshbarger

@alexcode I like the idea of having multiple repos following the direction that the vis-community repo is going. Also, the timeline-plus module has been actively developed for a while. That...

@yotamberk is this something you would be willing to help with?

Looks like timeline-plus has been moved into vis-community.

> Making a list here of related issues: > > > > https://github.com/PrefectHQ/prefect/issues/6763 > > https://github.com/PrefectHQ/prefect/issues/6481 > > https://github.com/PrefectHQ/prefect/issues/6460 > > https://github.com/PrefectHQ/prefect/issues/6287 > > https://github.com/PrefectHQ/prefect/issues/6087 We should verify each but...

@ahuang11 2, and 3 are enhancements we should address but not part of this update. 1 is a bug though. Do you mind sharing any errors in your console as...

@znicholasbrown are working on the issues he found sync to try and get this wrapped up today

@zhen0 did the fix for this go out with the last release?

Doesn't this defeat the ability for axios to determine if its running in node or in the browser?

@znicholasbrown I don't think this is a ui issue. The schema from the api is what's causing this to be treated like a password. ``` { "type": "string", "title": "Webhook...

Curious what the use case is here? For reference this is the schema generated for the secret block's value property ```json { "type": "string", "title": "Value", "format": "password", "writeOnly": true,...