mike-seekwell

Results 24 comments of mike-seekwell

What do you have `max_instances` set to in `job_defaults`? If it's set to 1, check that the scheduler wasn't already started (i.e. look at the table in postgres / whatever...

@chrisvel did you end up implementing this?

does anyone have this working on return? e.g. create a new checklist item on return if current line is a checklist?

> some non-open source stacks also allow for remote execution of notebooks via schedulers hope it's ok to post a plug here, but for people that need a quick solution...

@afshinm did you submit the PR? Can I help?

@pantonis curious, what did you end up doing?

By the way, if you're trying to do this in a Docker image or a requirements.txt file, you can just list it twice, e.g. ``` sendgrid==5.4.1 fbprophet==0.5 fbprophet==0.5 ```

my cm appears using `v-if`, I got it to focus using: cmOptions: { tabSize: 4, mode: 'text/x-mysql', lineNumbers: false, line: false, placeholder: 'Code', autofocus: true, },

``` import MonacoEditor from 'vue-monaco' import { h } from 'vue' MonacoEditor.render = () => h('div') ```

@ad34 @LiamKarlMitchell Did you ever figure this out? I'm trying to use a Markdown extension.