LittleColin

Results 7 issues of LittleColin

I'm probably doing something stupid but I've successfully done a tea login and was then attempting to create a release with: tea releases create --title "0.0.1-alpha" --target master --draft --asset...

If method A caches for 12 hours and calls method B which caches for 5 minutes, the result for method A will only be cached for 5 minutes. Logically this...

Source - Docs.ms
doc-bug
Top10
area-runtime-extensions
re-Aditya

The packages.json has: ``` "nodemon": "^1.9.1" ``` This is now bringing in v1.12.5 that contains an arrow function so I get the following error when trying to run locally: ```...

I'm having a few issues just getting this repo working out of the box and I'm hoping you can help. Specifically trying to get `pytest` running and facing the following:...

The `begin_create_or_update` call for the endpoint is always made during deployment. If there are existing deployments, because these are not being specified as part of this update call, this call...

The adaptive card designer at https://adaptivecards.microsoft.com/designer produces the following if I simply drag a text block and change size to large using the drop down: ```json { "type": "AdaptiveCard", "$schema":...

## Describe JUnit has a well known issue that when test **execution** fails, it cannot list the failing tests. * ["Test suite failed to run" does not report as a...

enhancement