Stephan Hradek
Stephan Hradek
Hi. I just donated a bit of money via itchy.io. Is the v1.2 I downloaded there, the most recent version?
I defined a "summary" boolean flag as a `BoolWithInverseFlag`. But the help/usage text doesn't look very helpful to me: ```go package main import ( "context" "github.com/urfave/cli/v3" ) func main() {...
``` # Failed test 'use Avro::Schema;' # at t/01_names.t line 23. # Tried to use 'Avro::Schema'. # Error: Can't locate Error/Simple.pm in @INC (you may need to install the Error::Simple...
The subject already says it: Will it be available via CPAN?
Hi. I do not understand how to write a GUI app for Pocketbook. Did you already do it? Do you have an example? I think I need to include some...
Developer Tools / Console asked me to paste this here. ``` console.ts:137 [Extension Host] ====== Rewrap: Error ====== m @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:35 _doInvokeHandler @ rpcProtocol.ts:417 _invokeHandler @ rpcProtocol.ts:402...
When you dump data from (e.g.) mysql (using "--batch" and "--raw") you get something CSV-like. The issues here are 1. Fields are not quoted 2. Quotes can appear in values...
```go package main import ( "fmt" "github.com/ohler55/ojg" "github.com/ohler55/ojg/jp" "github.com/ohler55/ojg/sen" ) func main() { data := map[string]any{"a": 1, "b": []any{0, 1, "2", 3, 4, 5}, "c": 3} if err := jp.MustParseString("$.b[2]").Del(data);...
I tried it once but what I received was an epub without "reflown" paragraphs. Even worse. My Pocketbook Touch HD didn't even break lines. Is this teh intended output? Should...
Usually `-v` stands for "verbose output". This is not possible when a version is set. User defined `-v` should take precedence over the abbreviation of `--version`.