Tim Großmann
Tim Großmann
Hey, I know that there is a feature to send "attachments" via Links #172 . But my question would be whether there is support to upload files like Images or...
Hey there, just wanted to ask, if there are any plans or work arounds to make hubot able to enter the OTR mode. Thank you Best Regards Tim
Using the ColorMap in the current version leads to an error: Example: ```python # converting the obesity into a color cmap = ColorMap('Reds', alpha=255, levels=40) def get_color(properties): return cmap.to_color(properties['Obesity'], maxvalue=40,scale='lin')...
Hi 👋 I'm trying to create a visualisation in which the dots are all coloured according to a given variable, e.g. the price of an accommodation. Each dot should represent...
It seems like the display position of the tooltip is off. I'm using a simple tooltip with the geojson method. Any ideas? Tooltip looks like this (copies from the examples,...
Since the project is not getting maintained anymore, please add a clear deprecation note to the Project and link to the new GUI repository. So people don't confuse them. Here's...
Bump up the versions of the react dependencies in order to get rid of several vulnerabilities in e.g. `react-scripts`. (Will not be deployed since it's used for building the project).
In order to prevent future changes and refactors to break the deploys, we should introduce testing for the core components such as the authentication, token renewal, Simulator etc. Jest is...
Change the BarChart widget to allow values going below 0 downwards
In order to allow the user more control over if the things should be automatically updated every x seconds, we should add a checkbox for automatic updating that can be...