Yashwanth Anantharaju

Results 4 issues of Yashwanth Anantharaju

I tried ``` from IPython.display import display from vdom import div, input_, label, table, tbody, tr, td, button def on_click(event): print("click") def forminput(text, type="text"): return tr( td( label(text) ), td(...

Running this: https://github.com/nteract/vdom/blob/10a0f950730efab44574802647e15c1edb05758f/example-notebooks/exploring-elements.ipynb ``` # Change the value directly from Python inp.attributes['value'] = "#DD55FF" # Then update the version in your notebook hand.update(inp) ``` ``` ValueError Traceback (most recent call...

## Situation This high level code: ```go activeJobs := set.NewSet[string]() // section 1: lines workflow.Go(ctx, func(ctx workflow.Context) { // section 2: lines ... workflow.CreateSubWorkflowInstance[result.Conclusion](ctx, workflow.SubWorkflowOptions{ InstanceID: jobInstanceID,....Get(ctx) // section 2:...

bug

**Disclaimer: Used copilot to investigate the crash we faced and took it's help to write this** ## Summary Fixes a SIGSEGV crash in the Azure Kusto output plugin when processing...

docs-required