Alexander

Results 12 issues of Alexander

I use this method to compare directions between lines instead of `Direction` because `Angle` is always positive and I can just subtract one from another.

There is no clear way to track internal sentry errors. I just spent 2 hours to find out why raven don't send any errors to our selfhosted instance. Raven just...

Device: Xiaomi Redmi note 3 pro Android: 5.5.1 MIUI: 7.5.4.0 Для приложения открыты все требуемые разрешения. Энергосберегающий режим отключен. Программа просто ничего не делает при подключении к wifi, если ее...

external bug

Is there any way or any plans to add work hours to specific dates? In our country, we have short days ( usually minus 1 hour) in day before each...

Enhancement Request

Treat words divided by no-break space as a single token

I write a program to turn on my computer via telegram bot here: https://github.com/abonec/remote-wol/blob/d728333c554d0afb7bb31b3fc3dfb0960deef49d/gpio.go#L30 I use hwio to turn a relay on and off to short the power button. Now,...

Need any way to detect that rebalancing happening. It may be in any way: * Subscribe to internal events on reader (I think it is the most preferable way in...

enhancement

I'm curious why BigInt method uses string representation: ```go // BigInt returns integer component of the decimal as a BigInt. func (d Decimal) BigInt() *big.Int { scaledD := d.rescale(0) i...

Add ability to delete specific topics from the given consumer group. At this moment as I understand there is an ability to delete whole consumer group, but it will be...