alexlipa91
alexlipa91
Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for...
Is there a way to pre-populate the endpoint list which is editable using the magic %%manage-spark? Right now I am able to assign a cluster to each kernel but when...
Is it somehow possible to specify some default configurations for the spark session? Maybe in the config.json? I would like to mostly use the same ones all over again and...
I am running sparklens with a spark history file passed as parameter and I get a bunch of `java.util.NoSuchElementException: key not found` from `com.qubole.sparklens.QuboleJobListener.onExecutorRemoved` Note that after several exceptions, the...
I am trying to setup a named location with a specific modifier. I want to get something like `location = @auth { internal; proxy_pass "https://myurl.com" }` I am unable to...
I would like to start the button animation and stop it after a `ModalBottom` has been shown. When the modal is shown, if I press outside the modal (basically it...
- Add support for MEDIA transfer - Add support for photos and videos in the same folder - Use media name instead of id - Store media creation time as...
I found out that writing transforms, for example increments, on an empty doc stores the actual objects in the in-memory db, e.g. ``` # some code writing to the db...