Balki

Results 22 issues of Balki

Example: ``` func main() { greeting := flag.String("greeting", "Hello", "") name := flag.String("name", "World", "") flag.Parse() fmt.Println(*greeting, *name) } ``` When run directly, ``` ❯ ./tmp/main --name "James Bond" Hello...

I was getting below error when trying to sync. `vdirsyncer -v DEBUG sync` ``` debug: Already normalized: '/balki/12c9dbdc-3ce6-b970-e9a1-c5c7d234f72a/bd5de934-3aca-4863-bcd0-7d82eb11d189.ics' error: Unknown error occurred for foobar_calendar/12c9dbdc-3ce6-b970-e9a1-c5c7d234f72a: unable to open database file error:...

type: bug
type: 3rd party

## Problem Even though I set statistics_password in my config (which is `/etc/speedtest-settings.toml`), I got the message '_Please set statistics_password in settings.toml to enable access_'. ## Root cause In [stats.go](https://github.com/librespeed/speedtest-go/blob/2ea9df0aba0f842e4cfae724498404940cb72857/results/stats.go#L26),...

sd_journal_send api will return 0 (success) if no journald process is running. This will make the logs disappear silently without warning. I think it is a good idea to detect...

enhancement

> Basic Language Server with suggestions and descriptions Is there a way to use the language server with other editors like vim. If so please share instructions.

❔ type/question

#### Summary root.html updated even when not needed every time on server start ``` {"timestamp":"2024-04-12 01:05:57.990 -04:00","level":"debug","msg":"Rewriting static assets","caller":"utils/subpath.go:83","from_subpath":"/","to_subpath":"/"} ``` Note, both `from_subpath` and `to_subpath` are same `/`. Yet it...

Bug Report/Open

On clicking 'Route To' button, the app tries to find the public transit route by default. In my location, public transit is not good and driving is the only option...

Enhancement

### Problem To reach a bookmark, I have to tap the star button and then tap 'My Places' and then select the bookmark. Additional tap could be avoided and save...

Bookmarks and Tracks
UX

### Verify steps - [X] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. - [X] I have searched on...