@athlon

0 Followers
48 Following
53 Posts
🇳🇱🇵🇱

I code for a living (and as a hobby)
My girlfriend says that I'm a workaholic.
Personalhttps://athlon.pw
GitHubhttps://github.com/Athlon007
@vintprox Haven’t been following, please elaborate.
Maybe this time I will actually not give up on Mastodon after 4 days.
Is anyone using #dbeaver here having an issue where syntax highlighting does not work for MySQL database running on local Docker?

Well, someone said the quiet thing out loud...

RE: https://mastodon.social/@Sheril/113073338146129963

I beg you pardon?
Now that Apple Maps is available via web browser, I am curious if Google was paying Apple NOT to release it, similar they did with alleged Apple search engine 👀
@lyokolux Interesting, I should've added that I was using Quasar (although I don't think it should affect it?). I'll experiment more when I'm at work.
Never #trust two kinds of people:
- Mechanics who are not oil-stained.
- #programmers who say that there are no problems with their project.

Fun fact of the day:

In Vue.JS, if (for testing purposes) you want to hide an element WITHOUT commenting it out, the `v-show="false"` won't work.

But `v-show="!true"` works fine.