Tomer Chachamu

Results 12 comments of Tomer Chachamu

This is the same as #799 , `caches` needs to be monkey-patched in `django.templatetags.cache`

@archer96 I've made an Angular fork that does this, it is at: https://github.com/r3m0t/angular.js/tree/digest_limit It is built at: https://github.com/r3m0t/bower-angular tag: `1.2.14-build.local+sha.1289c58` or `v1.2.15-build.local+sha.9660989` An example is at: https://gist.github.com/r3m0t/9271790 Watch out, it...

Does it remove the code and output together as a unit?

@timkpaine I get this message in the Output panel- ``` 17:42:28.125 [debug] VSCodeNotebookController::handleExecution, Class name = Dy, completed in 163ms, has a falsy return value 17:42:28.171 [debug] Widget Message: WidgetManager:...

You are missing the `font-src` directive, so `default-src 'none'` is taking precedence.

What does the Network tab show after filtering for Font? Is the codicon.css stylesheet referenced in your project?

I had this when I set `default_acl` to `None` instead of its default of `'public-read'` (or the value I ended up setting, `'private'`)

So we would need a `__dict__` and an `PyAttributes` on `PyType` and to keep them in sync? I see `PyType` already has an error, 'Setting __dict__ attribute on a type...

@tianjianchn have you tried adding this? `data-vscode-context="{"preventDefaultContextMenuItems": true}"` Or in JSX, `data-vscode-context={JSON.stringify({preventDefaultContextMenuItems: true})}`

@doveppp copying my comment from #10467 about error display- The workaround is to add this code cell at the start of your notebook `%colors nocolor` This removes the escape codes,...