Altin Selimi

Results 23 comments of Altin Selimi

Im running in the same issue with a library I published some time ago. Worker-loader is failing to recognize the inline option so I had to move to worker-plugin, but...

@maksnester rollup as a bundler. Check out my kalendar repo for an example.

I don’t know. Kind of left it off after being rejected the second time. Will try again this weekend and let u know

@yzqiang @midm Here you go: ``` import Vue from 'vue'; Vue.config.productionTip = false import component from './component.vue'; var my_element = document.createElement('div') my_element.setAttribute('id', 'custom-plugin-identifier'); document.body.appendChild(my_element); new Vue({ el: '#custom-plugin-identifier', store, render:...

@PippinSmith Hi Pippin, thanks for the input. Truth is current state of this library prevents feature additions like this. But I have made good progress on its rewrite, making sure...

@guiantz I am not sure I understand the issue. How can day be out of bounds ? Can you do a codesandbox reproduction of the issue ?

I'll be moving all css to main.css and nest it under .kalendar-wrapper. That should do it.

Can you create a reproducable codesandbox or jsfiddle link or something I could debug this on ? Also, update to latest version of the library, it should work directly now.

@Fusseldieb so if I understand correctly, you want to render calendar only from 8 to 22. But there are events that are earlier or later than 08/22... Is that correct...