masbaehr

Results 11 issues of masbaehr

Could you please fix the broken live tv app. it always forgets channels each few days... Anyone has an idea why this happens? on machuca tv Where are channels stored...

This would help for adding additional functionality (e.g. tooltips) or conditionally rendered data items. ```javascript { id: counter, start: new Date(), end: new Date(), name: "myItem", color: "#FF0000", class: "eventType1"...

It would be very useful to do something like this: ![image](https://user-images.githubusercontent.com/38694044/65683847-a4539700-e05e-11e9-9062-c44f1f8a92be.png) I'm checking the code and have noticed that each has a single probably it would be quite easy to...

In v. 1.5.1 i had the following code: ```javascript { console.log(evt); if(evt.type === "add"){ } if(evt.type === "update"){ } }} > {block.items.map((item, index) => { return ( item ); })}...

Hi i'm trying to drop items from one container to another (using the same groupname and "copy" as behaviour) However it fails: ![image](https://user-images.githubusercontent.com/38694044/55620170-7ae63c80-579a-11e9-9dac-1976fd28fc4a.png) I'd like to handle it my self...

Hi could you please update this project to work on latest versions e.g. Java 12, SDK 28. Unfortunately i wasnt able to run this in 2019. aws-amplify ^0.2.11 → ^1.1.40...

Hi, i want to display the picker directly in the page flow. Any idea how to do this ? (Basically it would need a new option to render as "embedded"...

latest update of react-scripts to 4.0.0 from 3.4.4 causes a compilation problem. With 3.4.4 it works, and the file exists ```bash ./src/styles/mycssfile.css Error: Can't resolve '/images/module/filename.png' in 'D:\dev\workspace\xxxxxxxxx\src\styles' npm ERR!...

needs triage
issue: bug report

Added an option to disable manual override of ghost image because this will cause a very ugly shape in almost 99% of the cases. This would allow for an easy...

I want to use the plugin to build a compatibilityMode app , so - it should not install any node on the system, or why does it still need npm?...