Klaus Tockloth

Results 16 issues of Klaus Tockloth

The current release is nearly a year old. Is it possible to publish a new release?

Is it possible to build a release?

Perhaps I haved missed something ... but this works: ```--- title: "Einrichtung" date: 2021-02-19T13:18:45+01:00 albumthumb: "interiors/minh-pham-OtXADkUh3-I-unsplash.jpg" resources: - src: interiors/alex-quezada-i3EBALw_t9o-unsplash.jpg - src: interiors/gaelle-marcel-DFt3T5r_4FE-unsplash.jpg - src: interiors/kari-shea-tOVmshavtoo-unsplash.jpg phototitle: Grass cat description:...

upstream bug

I have something like this ('content/nature/_index.md'): ``` --- title: "Natur" date: 2021-02-19T13:34:21+01:00 albumthumb: "Nature/frederik-lower-tatFzQW0a3s-unsplash.jpg" resources: - src: Nature/frederik-lower-tatFzQW0a3s-unsplash.jpg phototitle: Grass cat description: This cat stalks through the grass - src:...

``` v, err := state.GetPath(key) if err != nil { log.Fatalf("error [%v] at state.GetPath()", err) } ``` Error message if the 'key" doesn't exists: ``` 2022/11/03 11:48:12.922025 main.go:124: error [github.com/ulfox/dby/db.(*Storage).GetPath#163...

It seems that the option '--dns.disable-cp' isn't working. I have that ... ``` sudo \ LEGO_CA_CERTIFICATES=./pebble.minica.pem \ EXEC_PATH=./update-dns.sh \ ./lego \ --server https://127.0.0.1:14000/dir \ --email [email protected] \ --accept-tos \ --domains...

area/dnsprovider
area/cli

Just a question not an issue: Is there a rough schedule for the releases 0.9 and 1.0? PS: Great project !

The current substr (substring) implementation does not respect runes (utf8 characters). ``` func main() { hello := "😞-Hello World-😞" fmt.Printf("substring = %s\n", substring(0, 5, hello)) fmt.Printf("substringRune = %s\n", substringRune(0, 5,...

For better use in production it would be helpful if the tview project builds releases according to Semantic Versioning. Something like "v1.2.3".

I want to use this package in my project. The plan is to integrate it with "dep" as vendor code . Questions: - Has the current program code the status...