Mikael Berg

Results 9 comments of Mikael Berg

> @mikberg is there any way to debug the BUILD files that are automatically created for go deps in a Gazelle project? Trying to understand how we are getting differences...

This looks simple and nice, perfect for my needs. I might take a swing at implementing something sometime this week. My only concern with this API is that the different...

I went through several designs, but ended up with simply a getUnits() function returning a nested object with kinds as keys. The values are objects with unit names as keys...

Yes, of course. I'm sorry, that was a typo. The real output, this time copy-pasted, is: ``` javascript ..., length: { meter: [ 'm', 'meter', 'meters', 'metre', 'metres' ], inch:...

Would be perfect for schema-driven display of data.

> The number of uncompressed chunks depends on the number of unique metric names. Each metric name uses a hypertable and at any point in time there shouldn't be more...

@harrisonhjones Did you find out what was wrong? I can't get it to work ...

@bruderstein I managed to fix it, but it was sort-of by brute force, and I don't know exactly what the cause was, so I didn't create a pull request. Some...

@sibelius Yeah, embarrassed I didn't just do that in the first place. Will try to find time.