Denys Sedchenko

Results 62 comments of Denys Sedchenko

@mikeschinkel I propose to show this warning as a warning in code editor. It should mark all points where `time.Now()` is used with explanation. What do you think?

@azr this might require manual HCL body processing but attributes are stored in maps (so order is not guaranteed). I've made a PR that will allow to iterate attributes in...

@azr I think that file splitting should be managed by app business logic (for ex. if app supports file imports - it can process file `a.hcl`, collect all blocks and...

@monkey92t Redis: 3.0.6 Go-Redis: v8.11.4 We're using `PubSub.ReceiveMessage`. Please take a look at stack trace in issue description. ```go pubSub := client.Subscribe(ctx, channel) msg, err := pubSub.ReceiveMessage(ctx) ... ```

@jesec afaik by default raspberry Pi uses 32-bit repos because they have one OS for all versions and 64-bit version is still unstable. Probably a solution is to use Ubuntu...

Will be shipped in v2.0.0

@maxatome issue is caused by a bug in original Go Playground API - https://github.com/golang/go/issues/68327 Better Go Playground always explicitly send all file names to API, like this: ``` -- some_test.go...