Maryland
From Chris Palmer to ~chrisppy/public-inbox
Thanks! To git@git.sr.ht:~chrisppy/hare-scfg .. master -> master
From Chris Palmer to ~chrisppy/public-inbox
Thanks! To git@git.sr.ht:~chrisppy/hare-scfg .. master -> master
From Chris Palmer to ~emersion/public-inbox
--- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d59e97..0570603 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ train "Shinkansen" { - C: [libscfg] - Go: [go-scfg] - Hare [hare-scfg] - OCaml: [scfg] [message trimmed]
From Chris Palmer to ~sircmpwn/hare-dev
Signed-off-by: Chris Palmer <chris@red-oxide.org> --- format/xml/parser.ha | 3 ++- format/xml/types.ha | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/format/xml/parser.ha b/format/xml/parser.ha index af8f9a5..dd5226d 100644 --- a/format/xml/parser.ha +++ b/format/xml/parser.ha @@ -1,5 +1,6 @@ // License: MPL-2.0 // (c) 2022 Alexey Yerin <yyp@disroot.org> // (c) 2022 Chris Palmer <chris@red-oxide.org>[message trimmed]
From Chris Palmer to ~sircmpwn/hare-dev
Signed-off-by: Chris Palmer <chris@red-oxide.org> --- content/projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/projects.md b/content/projects.md index d66d83d..6df32b1 100644 --- a/content/projects.md +++ b/content/projects.md @@ -9,6 +9,7 @@ This is a (temporary) list of all currently known projects written in Hare. - https://git.d2evs.net/~ecs/moarutils - https://git.sr.ht/~apreiml/bigc - https://git.sr.ht/~chrisppy/hare-atom - https://git.sr.ht/~chrisppy/hare-rss[message trimmed]
From Chris Palmer to ~sircmpwn/hare-dev
Signed-off-by: Chris Palmer <chris@red-oxide.org> --- content/projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/projects.md b/content/projects.md index 863594b..d66d83d 100644 --- a/content/projects.md +++ b/content/projects.md @@ -8,6 +8,8 @@ This is a (temporary) list of all currently known projects written in Hare. - https://git.d2evs.net/~ecs/himitsu - https://git.d2evs.net/~ecs/moarutils - https://git.sr.ht/~apreiml/bigc - https://git.sr.ht/~chrisppy/hare-atom[message trimmed]
From Chris Palmer to ~chrisppy/beagles-discuss
I have been stuck with regards to the mass refactor I had started. I have finally cleared the blocker and you will see development pick back up shortly. Thanks, Chris
From Chris Palmer to ~chrisppy/beagles-discuss
Nate, Sorry about that, I had actually moved the minimum go version to 1.16, but I had forgotten to reflect that in both the README and CHANGELOG. Are you able to move to the newer Go version to resolve the build error you are seeing? Thanks, Chris
From Chris Palmer to ~chrisppy/beagles-devel
Could you please resubmit the patch after you have set your name and email it your git config? Thanks, Chris
From Chris Palmer to ~chrisppy/beagles-discuss
On Sat Jan 16, 2021 at 6:07 PM EST, Asa Zeren wrote:
> What is the expected format for the browser command?
For terminal based gemini clients like gmni or gmnlm, you will need to
pass the command to open it in a separate terminal. An example of this using
alacritty:
browser gemini {
navigate alacritty --class gmnlm -e gmnlm "[URL]"
}
Thanks,
Chris