Witold Baryluk
Witold Baryluk
This library is really nice, i found it very usefull. Thanks. I would like to have support for logarihmic scales in linechart. I'm currnlty just calculating logarithms for x and/or...
I use diskqueue as a staging local queue before pushing to Kafka. I use `sarama` go kafka library for Kafka part. I need to have high reliability of delivery, and...
No need to call `Write + []byte + Sprintf`, just use `Fprintf`.
**Describe the bug** Changing orientation using R key is very frequently used tool. It works really fast for inserters, but for belts, underground belts and splitters, it is considerably slower....
I noticed you use mmap in fast.json. It is a nice trick, but also doesn't need to be. 1) Refactor it so this mmap file implementation is in separate module,...
```python3 >>> import pendulum >>> dt = pendulum.datetime(2013, 3, 31, 1, 59, 59, 999999, tz='Europe/Paris') >>> print(dt) 2013-03-31T01:59:59.999999+01:00 >>> dt = dt.add(microseconds=1) >>> print(dt) 2013-03-31T03:00:00+02:00 >>> dt.subtract(microseconds=1) DateTime(2013, 3, 31,...
I was copy pasting about 1k of text into terminal to Linux operating over serial console (didn't setup ssh server and port mapping yet), and well, kernel said this: ```...
Hi, I have many own indexing layer on top of badger, but found about `badgerhold` few days ago, and I am considering migrating to using it. `badgerhold` looks pretty nice....
git master @ a72881a1d25b2b1ea7718c5e2f76b92ee43d8ef8 This is a single socket system, using x399 chipset. The memory channel configuration is set to NUMA mode in BIOS. ``` user@debian:~/hardinfo$ lscpu Architecture: x86_64 CPU...
git master @ a72881a1d25b2b1ea7718c5e2f76b92ee43d8ef8 Linux 5.10.13 Clicking `USB Devices` shows no results, and hangs the process. 0% CPU usage. After few minutes it gets back to life. It is stuck...