John Lam
John Lam
We don't yet have a Dockerfile for our Linux container. @karthiknadig built it by hand, so all we have is an image. But we absolutely plan to: 1. Have Dockerfile...
+1 on this. Make sure that we get this done for both F5 and the Run Shiny App both call the Set Working Directory to Project Location command before they...
Thanks for the thoughtful comments, @jasongrout! >> One of the motivation examples includes providing hints about client capabilities. It seems awkward if each cell has repeated metadata about the frontend...
Yes- using a MIME type to identify a language would make perfect sense! In the prior art section of the JEP, I do mention a few other "meta-kernels" that exist...
> does it make sense to include cell metadata in things like inspect / completion requests in a cell Yes, I think it does make sense to send it for...
Thanks for the additional insights, Min! I'm somewhat embarrassed that I missed that (localization hints != cell metadata) while brainstorming other use cases. As you might have inferred, I was...
I would love to see this too. To create master/detail style data explorers, sometimes you want to render the data differently for a selected row. The multiselect workaround is ......
Ugh - we're using delay signed assemblies in the console. You'll need to turn on skip verification to run using these assemblies. Will fix with updated binaries soon. sn -Vr...
There are rate limits on Azure OpenAI that are based on the service tier that you are using. My specific scenario is using AOAI APIs in offline evaluation. Here's the...
no it isn't. I eventually figured out that I needed to use the with_retry() method on the LLM to configure this behavior correctly. Since I did this I don't think...