Hi, feel free to ping me when you send a patch for Guix and I can review it and
merge if good.
all best,
jgart
https://whereis.social/
>
> not have dependency on guile-dbi.
> Ideally it is optional.
>
We are glad to announce version 1.0.1 of the Shepherd, the first bug-fix
release in the 1.0.x series.
Check out the web site to learn more about the Shepherd 1.0.x series:
https://gnu.org/software/shepherd/news/2024/12/the-shepherd-1.0.0-released/
• About
The Shepherd is a service manager w
As long as I do something along the lines of:
> (i18n-json-dir (format #f "~a/sys/i18n/json" (getcwd)))
and make sure that directory exists everything starts ok and so far serves fine.
On Sunday, January 12th, 2025 at 3:40 PM, Jason Darby via
wrote:
> It looks like 1.1.0 on Guix is broken, whe
It looks like 1.1.0 on Guix is broken, when starting (using the api, outside of
art) I get:
> In artanis/artanis.scm:
> 237:3 3 (init-server #:statics _ #:cache-statics? _ #:exclude _)
> In artanis/i18n.scm:
> 103:40 2 (init-i18n)
> In artanis/i18n/json.scm:
> 60:7 1 (i18n-json-init)
> In unknown
Not sure if this is something that is due to Guix side package definition
or Artanis itself?
On Sun, Jan 12, 2025 at 12:54 PM Jason Darby wrote:
> As long as I do something along the lines of:
>
> (i18n-json-dir (format #f "~a/sys/i18n/json" (getcwd)))
>
> and make sure that directory exists eve
https://git.savannah.gnu.org/cgit/artanis.git/tree/artanis/i18n/json.scm#n31
It has to do with the assumption that a directory exists at:
> (
>
> define
>
> i18n-json-dir
>
> (
>
> make-parameter
>
> (
>
> format
>
> #
>
> f
>
> "~a/sys/i18n/json"
>
> (
>
> current-toplevel
>
>
The pub dire
For existing Artanis app, each time upgrade new Artanis, please make sure
you run 'art create --upgrade' in your app folder.
On Mon, Jan 13, 2025, 07:42 Jason Darby wrote:
>
> https://git.savannah.gnu.org/cgit/artanis.git/tree/artanis/i18n/json.scm#n31
>
> It has to do with the assumption that a