Daniel Snider

Results 56 comments of Daniel Snider

I got around the issue by updating the import: ```diff index 5fbf9e3..62afb5c 100644 --- a/foundation_sphinx_theme/__init__.py +++ b/foundation_sphinx_theme/__init__.py @@ -1,7 +1,7 @@ import os import re -from sphinx.util.compat import Directive +from...

To add to this, these steps can be followed for getting simulation working: ### Installation steps for simulation The simulation requires OpenAI Baselines and a popular physics simulator called MuJoCo....

Hi @Rabia-Raja I'm very sorry, the demo site is not online anymore.

Hi @Rosey, I have the same issue. Hi @isabellachen, If you find a way to convert a mention html tag to DraftJS can you please share the code? I'll let...

@isabellachen, I may found the code: ``` ... var markdown = 'Test @[Rose](1)'; var conversionResult = markdownToDraft(markdown, { remarkablePlugins: [mentionWrapper], blockEntities: { mention_open: function (item) { return { type: 'MENTION',...

I opened PR #118 adding a link to the code definition of `mentionWrapper`.

Hi @diannamcallister, Could you post the diff of the fix that we found worked? Adding the exception catching? Thanks! Daniel Snider ツ On Tue, May 28, 2019 at 3:33 PM...

Thanks for your kind words! I'm sorry I don't know the answer to your question. This question is better for the developers of MapViz. Closing this issue. On Fri, Jun...

Hi rocklinsuv, Does the command "docker ps" show that the docker container is running? Also, docker logs will show you all the output of the conatiner run, can you share...