Myles Scolnick

Results 578 comments of Myles Scolnick

I think if we make this refactor, we could change `

Thanks to @maxtheman, we know have some code/utils to proxy requests from our main server (https://github.com/marimo-team/marimo/pull/2897). I think it could be worthwhile to use this to proxy to our LSP...

This is doable and seems like a nice addition (thanks for the suggestion!) We store the sidebar state (`x, y, row`, etc) in the value of the UI element. It...

@wasimsandhu - some design thoughts, feel free to take it or leave it: rather than a tab like we do with data-explorer, I think we can just add a Copy/Clipboard...

I think this is more of a feature request - as I can see both being preferences. Do you use a formatter? Does your formatter handle this (or undo this)?

Actually this might be a bug - seems like the tab logic is being intercepted by: https://github.com/marimo-team/marimo/blob/33d862b596085c6729015c41649c4fed43ef2197/frontend/src/core/codemirror/cm.ts#L97-L109 cc @akshayka

@jydiw - there was a bug in the existing code, which i have fixed here: https://github.com/marimo-team/marimo/pull/2394 The logic is still: - if you are at the end of the line,...

Sorry @jydiw - scratch what I saw. I think we plan on keeping Tab as completion anywhere in the line (not just the end). So we can keep this as...

I started to write some code/tests to output Ibis as python. I can finish this off. Just to be clear, you want the output python code with Ibis syntax, correct?...

@szst11 - it would be great if you can make the contribution! we always appreciate it if you get busy, let us know and we can pick it back up.