Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-13 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Congratulations on the new release. -- Dr Richard Stallman (https://stallman.org) C

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread Nala Ginrut
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

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread Jason Darby via General Guile related discussions
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

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread Andy Tai
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

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread Jason Darby via General Guile related discussions
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

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread Jason Darby via General Guile related discussions
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

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-12 Thread jgart
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. >

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-11 Thread Nala Ginrut
>From the perspective of building, guile-dbi is always optional to build. But I didn't test if it works when guile-dbi is post installed. On Sun, Jan 12, 2025, 08:26 Andy Tai wrote: > Is guile-dbi a needed dependency for this version?version 1.0 did > not have dependency on guile-dbi. > Idea

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-11 Thread Andy Tai
Is guile-dbi a needed dependency for this version?version 1.0 did not have dependency on guile-dbi. Ideally it is optional. On Fri, Jan 10, 2025 at 7:13 AM Nala Ginrut wrote: > GNU Artanis is a modern web application framework for Scheme. > > NEWS > > Changes in 1.1.0 > * Notable changes > -

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-10 Thread Jason Darby via General Guile related discussions
Awesome, thanks! For those of us on guix, when or how does the artanis package get updated? On Friday, January 10th, 2025 at 9:29 AM, Nala Ginrut wrote: > > > > GNU Artanis is a modern web application framework for Scheme. > > Features: > > GPLv3+ & LGPLv3+ > - Very lightweight - easy

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-10 Thread Jason Darby via General Guile related discussions
Awesome, thanks! For those of us on guix, when/how does the artanis package get updated? On Friday, January 10th, 2025 at 9:29 AM, Nala Ginrut wrote: > > > > GNU Artanis is a modern web application framework for Scheme. > > Features: > > GPLv3+ & LGPLv3+ > - Very lightweight - easy to hac

Re: [ANN] GNU Artanis-1.1.0 released!

2025-01-10 Thread Luis Felipe
On 10/01/25 14:29, Nala Ginrut wrote: NEWS Changes in 1.1.0 * Notable changes - Add i18n - Add server.workers - Move out tmp dir (for Guix) - Fix autoload in debug mode - Fix request-ip thrown issue - Add default 408 handler - Update manual - Update THANKS Nice, thanks. I can't wait to start d

[ANN] GNU Artanis-1.1.0 released!

2025-01-10 Thread Nala Ginrut
GNU Artanis is a modern web application framework for Scheme. Features: GPLv3+ & LGPLv3+ - Very lightweight - easy to hack and learn for newbies. - Support JSON/CSV/XML/SXML. - A complete web-server implementation, including an error page handler. - High concurrent async non-blocking server core