This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-11
Channels
- # announcements (2)
- # asami (1)
- # babashka (15)
- # beginners (29)
- # calva (6)
- # cider (22)
- # clara (1)
- # cljfx (1)
- # clojure (86)
- # clojure-australia (1)
- # clojure-dev (25)
- # clojure-europe (38)
- # clojure-france (7)
- # clojure-italy (3)
- # clojure-losangeles (1)
- # clojure-nl (6)
- # clojure-seattle (1)
- # clojure-spec (9)
- # clojure-uk (25)
- # clojuredesign-podcast (2)
- # clojurescript (4)
- # conjure (9)
- # cryogen (8)
- # cursive (17)
- # data-science (5)
- # datalog (1)
- # deps-new (1)
- # depstar (1)
- # emacs (1)
- # events (6)
- # fulcro (2)
- # graphql (3)
- # helix (4)
- # jackdaw (1)
- # jobs (1)
- # kaocha (9)
- # leiningen (4)
- # malli (1)
- # off-topic (7)
- # other-lisps (2)
- # pathom (12)
- # re-frame (16)
- # remote-jobs (1)
- # shadow-cljs (28)
- # spacemacs (19)
- # sql (2)
- # test200 (2)
- # testing (5)
- # timbre (1)
- # tools-deps (18)
- # xtdb (10)
Can somebody else pls try whether https://github.com/cryogen-project/cryogen-docs/pull/33 works for them or not? It works for me but bombaywalla experiences problems I am unable to replicate 🙏
@holyjack I've tried several times, and on two separate machines. I still get the "Page not found" error. I'm including the exact commands I used. Perhaps you can see what I am doing differently.
Dorabs-iMac:holyjak dorab$ git clone https://github.com/holyjak/cryogen-docs Cloning into 'cryogen-docs'... remote: Enumerating objects: 36, done. remote: Counting objects: 100% (36/36), done. remote: Compressing objects: 100% (25/25), done. remote: Total 964 (delta 6), reused 26 (delta 4), pack-reused 928 Receiving objects: 100% (964/964), 605.04 KiB | 1.62 MiB/s, done. Resolving deltas: 100% (475/475), done. Dorabs-iMac:holyjak dorab$ cd cryogen-docs/ Dorabs-iMac:cryogen-docs dorab$ git checkout --track origin/migrate-to-latest Branch 'migrate-to-latest' set up to track remote branch 'migrate-to-latest' from 'origin'. Switched to a new branch 'migrate-to-latest' Dorabs-iMac:cryogen-docs dorab$ lein run OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. loading module: Markdown parser compiling assets... overriding config.edn with: {:extend-params-fn #object[cryogen.compiler$compile_assets_timed$extend_params__8000 0x1c8d9ac9 "cryogen.compiler$compile_assets_timed$extend_params__8000@1c8d9ac9"]} compiling sass copying theme resources themes/docs/css --> public/css themes/docs/js --> public/js themes/docs/html/404.html --> public/404.html themes/docs/img --> public/img copying resources content/md/docs --> public/docs compiling pages --> /docs/home.html --> /docs/getting-started.html --> /docs/structure.html --> /docs/configuration.html --> /docs/writing-posts.html --> /docs/creating-pages.html --> /docs/switching-markdown-asciidoc.html --> /docs/customizing-the-index.html --> /docs/klipse.html --> /docs/deploying-to-github-pages.html --> /docs/deploying-with-nginx-VPS.html --> /docs/customizing-cryogen.html --> /docs/deploying-with-travis.html compiling tags page compiling index compiling archives generating site map generating main rss generating filtered rss "Elapsed time: 1256.63473 msecs" Dorabs-iMac:cryogen-docs dorab$ lein ring server OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. loading module: Markdown parser compiling assets... overriding config.edn with: {:extend-params-fn #object[cryogen.compiler$compile_assets_timed$extend_params__12041 0x648be86e "cryogen.compiler$compile_assets_timed$extend_params__12041@648be86e"]} compiling sass copying theme resources themes/docs/css --> public/css themes/docs/js --> public/js themes/docs/html/404.html --> public/404.html themes/docs/img --> public/img copying resources content/md/docs --> public/docs compiling pages --> /docs/home.html --> /docs/getting-started.html --> /docs/structure.html --> /docs/configuration.html --> /docs/writing-posts.html --> /docs/creating-pages.html --> /docs/switching-markdown-asciidoc.html --> /docs/customizing-the-index.html --> /docs/klipse.html --> /docs/deploying-to-github-pages.html --> /docs/deploying-with-nginx-VPS.html --> /docs/customizing-cryogen.html --> /docs/deploying-with-travis.html compiling tags page compiling index compiling archives generating site map generating main rss generating filtered rss "Elapsed time: 1250.917614 msecs" Started server on port 3000 ^CDorabs-iMac:cryogen-docs dorab$
Another approach. Since the current state of the repo is broken, how about just applying your pull request and seeing what happens in CI. Thoughts?
@U0522TWDA I think I have found the problems. What I did was to compare what you have with what is created by lein new cryogen
I am attaching a patch file for src/cryogen/server.clj
that you can apply to your server.clj
. With this patch, I can get lein ring server
to work. If you apply this patch to your fork and let me know, I'll try out the updated fork.
Awesome, thanks a lot! How could I have been so blind? Of course it worked for me, because I simply served the old files from the old repo. I have now pushed you patch to the branch so no hopefully everything works. Great job!
Awesome, thanks a lot! How could I have been so blind? Of course it worked for me, because I simply served the old files from the old repo. I have now pushed you patch to the branch so no hopefully everything works. Great job!