baermathias

Results 19 comments of baermathias

@zeke Here is an updated version of the cities1000.txt: https://download.geonames.org/export/dump/cities1000.zip

Correct, it should start counting from the 4th in the June example. I have visualized the days: The red marked days are holidays and the pink marked day should be...

@mcdado Could you already find out what causes this issue?

The reason the code wouldn't work for all months is probably that the first day of the month is counted as a business day by default! This is a tricky...

OK I have just created a new dummy project and it has a component with two fields `name` and `email`. I use it inside the user collection type: ![Screenshot from...

Don't use `vue-awesome-swiper`, its broken and the repo is not maintained. Use the official swiper, it supports Vue 3 officialy: https://swiperjs.com/vue But you can also use the core of it...

@rigor789 could you tell us a little bit about the state of nativescript-vue 3 ?

@enigma972 Check out this issue https://github.com/nativescript-vue/nativescript-vue/issues/583 Also check out this https://github.com/rigor789/nativescript-vue-next

I tried it this way: ```html ``` And also this way: ```ts import manifest from '../custom-elements.json' return html` ` ``` Unfortunately without luck.

@web-padawan just wanted to hear if there was any progress with this issue?