Denis Shendrik

Results 8 comments of Denis Shendrik
trafficstars

Unfortunatelly, internally it uses ui.bootstrap.datepicker rather than ui.bootstrap.datepickerPopup.

I had the same issue. Then reading the annotation docs found the [`@overload`](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload) which worked great for me. ![image](https://user-images.githubusercontent.com/7230306/210463567-2188fdb3-b969-4ce2-af58-c46b063d85ff.png)

> Right now, using triple fenced code is being parsed by kramdown and results in a code like that: > > ``` > > > > > rm -rf /*...

@JCash, perhaps this could be useful: [Keep Your Dockerfile Clean](https://betterprogramming.pub/keep-your-dockerfile-clean-5e4df1c7d909) A simple real world example of a Dockerfile for .NET ([here](https://github.com/dotnet/dotnet-docker/blob/main/samples/dotnetapp/Dockerfile)). They build the dll-s with the SDK, but then...

hey Just a noob Defold user here. I got excited reading about the Editor 3 and stuff, however as a beginner I would rather prefer better project templates (possibly with...

I wanted to register if a game object was clicked. I'm pretty sure with enough time put into it I could make it work, but none of the solutions I...

#5 is a good one! However this one is a bit tricky to reproduce. It requires completing Teal setup steps in one go on a "fresh" project with that project...

Order of the setup steps might be the culprit. Following setup steps from the README seems to be working correctly without Defold restart. Then tried changing order of the steps...