Akhyar Amarullah

Results 15 comments of Akhyar Amarullah

Yes, exactly! Hopefully it will be implemented soon :+1:

@OneManMobile rather than manual search-and-replace, currently I'm using this cleaner temporary workaround by using styles: ``` xml fonts/OpenSans-Regular.ttf fonts/OpenSans-Bold.ttf bold ``` So I can use it in any layouts like...

Tested that @Groxx 's commit using jitpack. It's finally working perfectly in my case. This is the dependency line I'm using: `compile 'com.github.Groxx:AndroidSwipeLayout:c8a42d84c1'`, don't forget to add `maven { url...

👍 seeing at the source, it seems the code only care about HostIP of ping targets (at least in the prometheus metrics). I believe it'd be more useful when debugging...

Updated the deps and removed the workaround. Will still wait a new release tag of hibiken/asynq

> Also the current diff behaviour only works for changes to the chart, it doesn't work for changes to `Application.spec.source.helm.values` Also came across this issue. For this, I propose for...

- the deps PR already merged and released - updated and merged back from master

Agree, adding a bunch of extra deps to `go.mod` is not a good idea for this small lib. I also like @alexliesenfeld 's idea to make the metrics lib implement...

Just taken a look at `WithResultWriter`. Turns out it doesn't seem appropriate for my use case, because it's directly produce HTTP responses. I want to have it easily mixed along...