Roman Belyakovsky

Results 27 issues of Roman Belyakovsky

Is there any reason [Djok39's](https://github.com/Djok39/cheali-charger) code isn't merged? I've looked through it and looks like it just adds an extra option without affecting existing ones.

Max rest time I can set in settings for Pb battery is 99m while some guides recommend 8h, is there any reason to have this setting time limited at all?

I have two different queries on a single graph: - `alias(scaleToSeconds(sumSeries(stats.starman.request.count.*), 1), 'rps/all')` - `alias(scaleToSeconds(sumSeries(stats.starman.request.ke_import_count.*), 1), 'extern/all)')` They both work individually but fail if requested together. Here're the request details...

I've taken resolutions from grafana source code and put the my cyanite config: ``` yaml engine: rules: default: - "1s:5m" - "10s:15m" - "1m:30m" - "1m:1h" - "2m:6h" - "5m:12h"...

bug

I'm trying to implement [this code](/Programmist11180/mobile_usb_to_serial_charger/blob/master/charger.c) in `go` and looks like these two line are crucial: ```c ioctl_flags &= TIOCM_RTS; ioctl_flags &= TIOCM_DTR; ``` Is there a way to set...

I'm trying to apply node labels using the following configuration: ```yaml - name: test instanceType: m5.large minSize: 1 maxSize: 2 desiredCapacity: 2 labels: role: test node-role.kubernetes.io/test: ok ``` According to...

kind/bug
priority/important-longterm
blocked/aws

That's a feature request to support images in `data:image/png;base64` format, not just as links. Some images google finds are in this format, that's also a nice way not to depend...

I do like this project but I miss roles and permission, anyone could read, anyone authenticated could write – that's frustrating.

enhancement