Ubaldo Pescatore

Results 29 comments of Ubaldo Pescatore

Did you consider [`tut`](https://index.scala-lang.org/tpolecat/tut/tut-core/0.5.4)?

You're welcome 😉 However, afaik, tut only exists as sbt plugin. Since you're using Maven it'd require few refinements in order to be introduced here. I mean, for example, it'd...

Hi @AnatoleAM, thanks for the PR. Could you please update also the README.md files in both packages folder? I mean: https://github.com/P3trur0/vue-country-flag/blob/master/packages/vue-country-flag/README.md and https://github.com/P3trur0/vue-country-flag-next/blob/master/packages/vue-country-flag/README.md

Thank you for the suggestion, it might be interesting. Where do you expect the label? Probably it could be better to have it at the bottom of the flag. What...

Hello @JamesAngier, do you mean something like this? ```javascript import Vue from 'vue'; import CountryFlag from '@/CountryFlag.vue'; export default Vue.extend({ name: 'ServeDev', components: { CountryFlag }, data() { return {...

Hello @nekooee, thanks for reporting this. Alas, this issue was already mentioned and I was not able to fix it properly because it seems that base64 encoded flag sprite does...

> Now I found, that when I add background color, the problem solve! for example, I added `background-color: white` and I saw the flag was displayed. but why? About this,...

Hi @VizualAbstract thanks for proposing this change. Actually because of #27 I had to do a workaround for Andorra flag. As you may notice [here](https://github.com/P3trur0/vue-country-flag/blob/8ea7880a8089f07f931b19e8d5b09f97b8c33136/src/CountryFlag.vue#L37) you can still use `ad`...

However I leave your proposal still opened here because instead of restoring "f-ad" it could be better of get rid of "f-andorra" CSS class leaving only "f-and" instead. So, referring...