Marko Bolliger

Results 15 issues of Marko Bolliger

Hi, i Cloned the Repo System: Windows 8.1 Meteor: latest Meteor starting Downloading jsx and after the Download i got this error ``` javascript C:\Users\marko\AppData\Local\.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\fibers\future.js:245 throw(ex); ^ TypeError: Cannot call...

Out of the box to have checkboxes so i click one checkbox get an event back like `checked` when i click check all maybe `allChecked` and `uncheck` nice work sofar...

roadmap

Hi, awesome Plugin "nuxt": "^2.15.8", "vue-final-modal": "^2.4.1", i try to access this .deleteItem(row.id) but it says Cannot read properties of null (reading 'deleteItem') An error occurred while rendering the page...

bug

Hi, it would be awesome to add a copy/paste button on code blocks! thanks for this awesome simple package

markdown
difficulty: easy

Hi this looks awesome will there one for VSCode? 💃

![image](https://user-images.githubusercontent.com/1394151/130060082-6fed2690-1aba-4ffa-9a85-3bba1e302f12.png) made a loom also https://www.loom.com/share/0ab2a595c6c24461ae3a562dea9ae584 but this plugin is awesome thanks

Hi, it would be nice to have a slot for the clear icon atm there is just one for the open-indicator or i missed something thanks for this component!

Hi when i add the WPML ?lang=query http://masks.local/wp-json/menus/v1/locations/header?lang=**de** this works because its the DEFAULT one now when i add a other language http://masks.local/wp-json/menus/v1/locations/header?lang=**en** then i get the right menu but...

enhancement
help wanted

Hi, currently i have this case 1. I create a new entity with a id which is created local 2. now i send it to the server and the server...

When using i have this in a component ```js const { $client } = useNuxtApp() const addRecipe = async () => { await $client.recipes.create.mutate(recipe.value) ``` the error is throwing but...