Nicholas Chammas
Nicholas Chammas
Just for the record, I ran into this issue of the working directory changing based on whether JVMs are forked or not while trying to [parallelize tests for Apache Spark](https://issues.apache.org/jira/browse/SPARK-3431)....
Thank you for the workaround. I had to tweak it slightly to get it to work (which I figured out from the docs): ```python code_editor( ... component_props={ "css": ( """...
Ah, I think I misinterpreted the behavior and jumped to the wrong conclusion. Is the behavior of `Interpreter.visit_topdown()` fine as it is on `master`? Or is my proposed patch correct...
@erezsh - No rush; just wanted to check in again if I can do anything to move this PR forward.
Could you share the full Flintrock config, version, and command line invocation you are using? That way I can try to replicate the problem.
If you try the [default AMI][1] and Java 11 or 17 does it work or do you have the same problem? [1]: https://github.com/nchammas/flintrock/blob/7056d20a7f2dee78dd8c89c19d538458cc13288a/flintrock/config.yaml.template#L33
You'll want to use `us-east-1` like shown in the config template. If you can't use that region, I suggest trying the default Amazon Linux 2 AMI for whatever region you...
Since this issue is requesting support for native sequence parameters, is it basically a duplicate of #290?
Is `response_mode` meant to be used by end-users? How come it doesn't show up on [the reference page](https://code-editor-documentation.streamlit.app/Reference)?