This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-24
Channels
- # announcements (22)
- # babashka (33)
- # babashka-sci-dev (161)
- # beginners (25)
- # calva (57)
- # cider (6)
- # clara (6)
- # clerk (14)
- # clj-kondo (24)
- # clojars (10)
- # clojure (65)
- # clojure-austin (1)
- # clojure-conj (2)
- # clojure-europe (23)
- # clojure-miami (3)
- # clojure-nl (3)
- # clojure-norway (3)
- # clojure-uk (3)
- # clojurescript (28)
- # cursive (24)
- # datomic (136)
- # emacs (38)
- # graalvm (29)
- # graphql (3)
- # introduce-yourself (8)
- # jackdaw (4)
- # jobs-discuss (9)
- # malli (5)
- # nbb (36)
- # off-topic (11)
- # pathom (58)
- # polylith (2)
- # practicalli (1)
- # re-frame (5)
- # reagent (11)
- # releases (1)
- # remote-jobs (8)
- # sci (15)
- # shadow-cljs (31)
- # slack-help (2)
- # spacemacs (11)
- # sql (7)
- # tools-build (9)
https://github.com/DotFox/jsonista.jcs an extension for https://github.com/metosin/jsonista to make generated json compliant with RFC 8785 and useable for cryptographic operations.
Announcing https://github.com/wardle/hermes - SNOMED CT medical terminology server and library, in use now in many countries (!), including UK supporting user-facing clinical applications as well as used in a number of clinical research projects. Since the last announcement here, changes: Native support for Apple Silicon; Much improved command-line operation; Even faster import and processing; Minor fixes and improvements, including rejigging internal namespace structures; Added namespace visualisation to documentation.
Thanks to https://github.com/greglook/clj-hiera for the nice namespace visualisation (helping spot weirdness in namespace relationships).
And I discussed how I've used hermes (and other Clojure-based work)( for a project for the European medicines regulator at reClojure 22: https://www.youtube.com/watch?v=2HQSAtmVbAU
Would the link https://www.nlm.nih.gov/healthit/snomedct/index.html behind "SNOWMED-ST" help dummies like me? π Hmm, I have always beat on the http://FDA.GOV (?) adverse reactions endpoints in my async demos. I am guessing Hermes will take me to another level. mxWeb needs a demo project. Gotta go check if snomed needs a decent, programmable browser...
Thanks @U0PUGPSFR - you should be able to download the US edition from the NLM - there are licensing requirements that mean you'll probably need to sign up to your national release centre - I don't set those licensing requirements of course - but once you have downloaded an edition, or two, then you can use hermes to import and run a local, or cloud based server. We run on local server infrastructure in one facility, but I know of others using Google Cloud Run for example, and I have another running on AWS for another project, and for analytics, I use running locally. Let me know if you have any issues and I'll try to help!
Thanks! I got as far as the licensing requirements and punted. π Thx for the offer of help, tho!
First release of Pathom 3 this year, [com.wsscode/pathom3 "2023.01.24-alpha"]
is out!
This release fixes some issues that were pending for a while:
β’ Fix multiple inclusions of attribute error resolver (issue #175)
β’ Fix stack overflow on nested attribute cycles (issue #168)
β’ Fix batch waiting execution order (issue #169)
Thanks for all the users that reported and helped me debug those!
https://clojars.org/com.wsscode/pathom3
https://github.com/borkdude/edamame: configurable EDN and Clojure parser with location metadata and more
1.1.17
β’ Add parse-next+string
for reading next value + the read string (analog to read+string
in Clojure)
I bumped the version, but now I'm seeing #object[Error Error: Can't dynamically bind non-dynamic var #'clojure.core/*3]
. Only switched to the new reader and parsing fn :thinking_face:
I think it might be a combination of https://github.com/babashka/sci/commit/3b82c930f09a65ac6c5d472383d171ffdf3bf905#diff-faebb48a23c0728ab5401da8d8a73473dfb546b9c04cf37f0913fc731f7a725e change with these defs in https://github.com/clojure/clojurescript/blob/r1.11.60/src/main/cljs/cljs/core.cljs#L207-L221 which differer slightly from the https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L6323-L6341 bindings :thinking_face: