Yuen Ying Kit

Results 9 issues of Yuen Ying Kit

I have gone thru the slideshow [StatsD: Measure Anything / Measure Everything by Dan](https://speakerdeck.com/draco2003/measure-everything). In the architecture diagram, i found that a single StatsD host run multiple StatsD instance. I...

proxy

Hi all, i follow the example code and try creating a new dashboard. ```go package main import ( "context" "fmt" "os" "github.com/grafana-tools/sdk" ) func main() { const GRAFANA_URL = "http://localhost:3000"...

i need the docker image with latest hugo version on docker hub so i created this fork. Corresponding image on [docker hub](https://hub.docker.com/r/ykyuen/hugo/).

The following example showed on c3.js has a dynamic data input and there is no blinking on update. http://c3js.org/samples/data_load.html but the c3-angular example will redraw on each update (blinking) http://jettro.github.io/c3-angular-directive/examples/index.html#/dynamic...

bug

# Issue summary Everything works fine but is it possible to serve the app in a subfolder. i.e. the app URL Instead of ~~https://ykyuen.ngrok.io~~ Serve with subfolder https://ykyuen.ngrok.io/abc The corresponding...

I would like to use xgo on the pipeline on gitlab.com (using dind) but it turns out the output binary is missing after compilation. I found that the binary was...

Thanks for this great module. however i couldn't make the thumbnail works in the index.php. after i extract it on my apache htdocs folder. i copy some photos to the...

In my Koajs backend, i have setup a route which is invoked from the embedded app (ex. a button click). Koajs backend route ```js import Router from 'koa-router'; import {...

Sorry that i have to post a question not really related to this java sdk but i dun know where i could ask. i am using SOAP Toolkit API with...