Mayeul Kauffmann

Results 39 comments of Mayeul Kauffmann

Attached a settings/mapping.yml file (from my fork of the docker-osm project) which triggers such error ![screenshot_20180917_mapping_value_not_a_string](https://user-images.githubusercontent.com/768570/45631772-ef29ee80-ba9b-11e8-9fa3-9d7a190c115a.png)

[mapping.yml.txt](https://github.com/omniscale/imposm3/files/2389105/mapping.yml.txt)

Thanks Etienne! I managed to create a correct file. THe issue I opened is about the fact that the error message is not informative, and could be improved. For instance,...

Hi Sandro, thank you very much for your help on putting `%>% layout()` in the right place! Below a minimal working Shiny app with this: ``` library(shiny) library(plotly) library(vistime) library(magrittr)...

Still, with my code above: zooming does still somehow affect the y-axis: ![image](https://user-images.githubusercontent.com/768570/76194941-8f6f5800-61e7-11ea-9d03-731c5092e668.png) In particular: - Some of the horizontal lines move (notice the line between Washington and Adams went...

Hi, here is a proof of concept which somehow works: ``` library(shiny); library(plotly); library(vistime) library(magrittr); library(leaflet) pres % addMarkers(), plot_ly(data=shared_pres) %>% add_segments(x=~starNum, xend=~endNum, y=~7-id, yend=~7-id, mode="lines", hoverinfo="text", text=~Name), vistime(shared_pres, events="Position",...

Hi, In *some* cases, the dynamic charts (e.g. histogram) do get bigger: for instance when making Firefox's window wider; and in some cases (not all) when collapsing other panels. However,...

Also using a French keyboard, on Kubuntu 20.10. I note the same buggy behaviour with the Cap-lock.

I had a look at this: https://github.com/DaveJarvis/kmcaster/blob/a1e41cd944f63222eb38edc5bd9c5265b606d451/src/main/com/whitemagicsoftware/kmcaster/listeners/KeyboardListener.java#L88 I'm not a java developer so I'm very unsure but... these looks like ASCII code of what we want to show (not like...

Not a solution for the kmcaster source code... but a workaround to help non-US-keyboard users use kmcaster despite this bug. (I do not aim to bother kmcaster's authors, who I...