loudgolem

Results 228 comments of loudgolem

This still occurs after one year. ``` [ +1 ms] > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. [ +9 ms] > Could not resolve com.github.phanirithvij:bubbles:1.2.1. [ +2...

For me `npm exec electron-builder ...` worked inside the `package.json` scripts

@urjitbhatia friendly reminder.

@xaverh Can you please publish it over openvsx? https://github.com/open-vsx/publish-extensions

Any updates?

@ClarkChiu if I may know, how did you generate the svg?

Can you not do this? ```go arr := jsonObj.MustArray() for i := 0; i < len(arr); i++ { j := &simplejson.Json{data: arr[i]} // use j which is *simplejson.Json } ```

I think the issue is in the standard library itself ```go package main import ( "bytes" "encoding/json" "fmt" ) func main() { body := `"{"client_id":"abc123","client_ip":"59.37.125.15","client_version":"1"}"` // body := `{"client_id":"abc123","client_ip":"59.37.125.15","client_version":"1"}` //...

It is kind of a bug in the library, which people might expect to work out of the box. But it is a missing feature. You can take a look...

`go install github.com/tsoding/snitch@latest` is the new way