發表文章

目前顯示的是 2月 10, 2019的文章

Morris Weiss

圖片
Morris Weiss Morris Weiss in 2006 Born Morris S. Weiss ( 1915-08-11 ) August 11, 1915 Philadelphia, Pennsylvania Died May 18, 2014 (2014-05-18) (aged 98) Nationality American Area(s) Artist, writer Pseudonym(s) Ink Higgins Notable works "Margie", Mickey Finn Morris S. Weiss (August 11, 1915 – May 18, 2014) was an American comic book and comic strip artist and writer. Active from the 1930s through the mid-1970s, he created the teen-comedy character "Margie" for Timely Comics, the 1940s predecessor of Marvel Comics, and was the final cartoonist on the comic strip Mickey Finn . He also worked as a writer or illustrator on numerous other strips, including Joe Palooka . Contents 1 Biography 1.1 Early life and career 1.2 Later life 2 References 3 External links Biography Early life and career Morris Weiss was born in 1915 Philadelphia, Pennsylvania, [1] and grew up in New York City, New York, whe

r leaflet: how to obtain lat/long where marker has been dragged to?

圖片
0 in R's version of leaflet, How can I obtain the lat longs of where markers have been dragged to? library(shiny) library(leaflet) library(tidyverse) ui = fluidPage( leafletOutput('map'), textOutput('dragEndLocation') ) server = function(input, output, session){ output$map = leaflet() %>% addTiles() %>% addMarkers(lat = 1,lng = 2, options = markerOptions(draggable = TRUE) output$dragEndLocation = renderText({ ??? }) } I see in javascript leaflet, there is an event called dragEnd that you can listen for, but it is not implemented in R leaflet. (leaflet.js - Set marker on click, update position on drag) This person (How to update coordinates after dragging a marker in leaflet shiny?) made a hack-y workaround by listening fo

How do we use IBM Appid to auth Kibana users ?

圖片
0 Has anyone used IBM AppID on IBM Bluemix.net to auth Kibana users ? We found this tutorial which uses keycloak, we assume IBM Appid is a similar configuration ? ibm-appid share | improve this question asked Nov 19 '18 at 8:17 Mike Wilcox Mike Wilcox 9 2 Which tutorial? Where and how is Kibana used? – data_henrik