-
Versions `0.6.7` and `0.6.8`+ introduced problems for me on Windows. Since it is on my work machine, I cannot post screenshots unfortunately.
When I run for example `devtools::check()` on 0.6.7, I …
-
### Context
```
$ /usr/bin/bee version
2.1.0-de7eccc1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: b…
-
**What happened**:
Related to bug reported in https://github.com/anchore/grype/issues/1370, `quay.io/calico/kube-controllers:v3.20.0` image does not have Go compiler but only contains a binary that w…
-
I have a USB device (based on STM32F4 microcontroller) with VID, PID and Product Description setup in the USB descriptors.
```
VID = 0x0483
PID = 0x5740
Product Description = "ACME thing-a-me-bo…
-
My local `hoogle` doesn't contain the document `base` package while my versions is as below.
```shell
~/p/api-diqye[1]>stack --version
Version 2.11.1, Git revisio…
-
I noticed that cash's grep uses colored output by default. This doesn't seem to be a POSIX compliant default, however. On my Ubuntu system, if I type `grep 'o' package.json`, it's true that I'll see c…
-
For example:
```
[root@mysql tmp]# time mysqlbinlog -vvv --base64-output=decode-rows mysqld-relay-bin.001185 | grep 'Xid =' -A2 | grep -v '\-\-' | tail -n 186 | egrep 'Xid|\# at [0-9]{2,10}' | tac |…
-
This is very good progrom!
However, it will generate some code that I don't need in FSM file.
For example,
```
reg _sv2v_0;
if (_sv2v_0)
;
initial _sv2v_0 = 0;
```
I don't know why.
-
Output is buffered, so piping to a command like grep has to have the pipe buffer filled before outputting ot the shell.
As a work around you can do this in the mean time (the real solution is to pre…
-
The list is not displaying anything. It seems it is displaying the next line in the list. Most of the yanks are single line yanks. The entries you see in the screenshot are multiline yanks
Here's m…