Burke Holland

Results 9 issues of Burke Holland

I noticed that on the Android implementation of this lib, there is an API for triggering the animation on any view... ``` java mTilesFrameLayout.startAnimation(); ``` Is it possible to do...

Great plugin! Had no issues getting this setup and working with Angular 2. Currently, it doesn't seem like `textWrap` works for Labels that are placed in slides. ### Steps to...

### Describe the bug If you set the `background-color` for the `html` tag, it changes the background for the whole notebook. ``` html { background-color: white; } ``` ### Please...

Emmet does not work in HTML cells by default. This is because the language identifier is different and needs to be mapped like so... ``` "emmet.includeLanguages": { "javascript": "javascriptreact", "dotnet-interactive.html":...

enhancement

Hey folks! Thanks for including Kendo UI and congrats on the release! 🎷🦄 Kendo UI has been re-written from the ground up to support Angular 2. Could you update our...

Excellent post! Thank you for putting that together. I think the first example is the best and clearest explanation of the value; the fact that you need to have a...

Excuse my ignorance on Docker, but after running `docker build -t nativescript .` I get ``` ---> Running in a7218635d5f3 ``` And the terminal just sits there. Is that expected?...

I updated this simple but fantastic plugin to conform with the Plugman spec, as well as support for Cordova 3.0. - Method signatures changed - Changed methods to handle null...

When using VS Code to toggle comments on a line in a Razor @code block, the wrong style of comments is given (@* vs //). ![Image](https://github.com/dotnet/razor/assets/686963/86ef1900-8e0a-40b9-8536-b9d6487766d7) ### Steps To Reproduce...

vscode