-
```
Hi
How can I send an array of binary codes to the printer.
For example, I want to send the following array
var bytes=new Array(239,168,228,211);
I'm following way
appletPrinter.append("\xEF\xA8\x…
-
using iverilog v12.0 and Linux RHEL 7
Compiling VVP ...
... VVP file version 12.0 (stable)
Compile cleanup...
... 9733 functors (net_fun pool=786432 bytes)
3442 logic
…
-
It's possible to do so:
```
"hello".as-bytes.slice 100 1000 > s
```
The `s` slice will have empty byte-array. I believe, this behavior is wrong, because it's implicit (the user most probably d…
-
```
Hi
How can I send an array of binary codes to the printer.
For example, I want to send the following array
var bytes=new Array(239,168,228,211);
I'm following way
appletPrinter.append("\xEF\xA8\x…
-
```
Hi
How can I send an array of binary codes to the printer.
For example, I want to send the following array
var bytes=new Array(239,168,228,211);
I'm following way
appletPrinter.append("\xEF\xA8\x…
-
```
Hi
How can I send an array of binary codes to the printer.
For example, I want to send the following array
var bytes=new Array(239,168,228,211);
I'm following way
appletPrinter.append("\xEF\xA8\x…
-
```
Hi
How can I send an array of binary codes to the printer.
For example, I want to send the following array
var bytes=new Array(239,168,228,211);
I'm following way
appletPrinter.append("\xEF\xA8\x…
-
When running the make sync command, the process fails with a panic: EOF error while syncing the "public"."c" table. The command successfully syncs other tables before encountering this issue. Below is…
-
Hi! So I wanted to understand better how the comms between configuration server and e.g. CLI is supposed to work.
There is no documentation about this. I suppose right now it should work something…
-
Tested from `dev`. Minimal reproduction:
```go
//go:build ignore
package main
import (
"fmt"
"reflect"
)
func main() {
guid := [9]byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x0…