This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-16
Channels
- # announcements (2)
- # asami (124)
- # babashka (30)
- # babashka-sci-dev (73)
- # beginners (40)
- # biff (1)
- # calva (39)
- # clj-kondo (54)
- # clj-otel (1)
- # cljdoc (59)
- # cljs-dev (8)
- # clojars (2)
- # clojure (96)
- # clojure-austin (16)
- # clojure-boston (6)
- # clojure-europe (51)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojure-russia (60)
- # clojure-uk (4)
- # clojurescript (34)
- # community-development (6)
- # cursive (2)
- # datahike (10)
- # datascript (18)
- # emacs (109)
- # etaoin (1)
- # events (3)
- # figwheel-main (41)
- # fulcro (13)
- # helix (4)
- # introduce-yourself (5)
- # jobs (1)
- # leiningen (5)
- # lsp (8)
- # malli (6)
- # meander (7)
- # nrepl (6)
- # off-topic (60)
- # pathom (29)
- # polylith (8)
- # re-frame (5)
- # reitit (1)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (33)
- # sci (3)
- # shadow-cljs (3)
- # xtdb (82)
@corasaurus-hex docset search has been working great! After much use I think https://github.com/cljdoc/cljdoc/issues/630.
oh weird
I'm guessing "and" would be missing, too
it seems like we'd have to do that
I think maybe yeah. The word the
is typically unimportant. But who knows, maybe it is a var name in some lib.
even if you just disabled stopwords for the var/ns name you'd then miss those words in the rest of the docs
I guess if we could remove the names of all ns/var from stopwords that might be enough?
I'm not sure the search library we're using supports that
but it's a neat idea
FWIW, I don’t have stop words enabled for server side search. But I’m searching small fields though. The only blobby thing I am searching is the pom description.
seems like something we can customize
if you have time then feel free. I might be able to look at it later today at some point
we just got a new kitten though
so i'm pretty busy 😻
Yeah I might look at it. I have been busy with eatoin these last few days. So many projects, so little time!
this is number 3. we lost two cats over the past year (one was old age and the other heart failure 😞) so it seemed a good time to introduce a new little one
cheese 😹
gosh you're prolific with what you work on
I wish I had that energy
I thought you did! At least it looks like you do from over here! I seem to be hyper-focused on one thing until I get distracted by the next thing. Believe it or not, I was only looking at etaoin to fix our cljdoc README contributor badges to look good in a dark mode theme (need transparent backgrounds). And then… well… I’m now a maintainer on etaoin.
lol collecting maintenance work like a katamari
I think I’ll tackle the stopwords issue @corasaurus-hex, I need a small break from eatoin. Gonna just start with just entirely disabling them, if that works for you too.
cooooool!
it's probably fine
I don't much like it but it'll work
Maybe you are right… So if I search for the
we’ll likely match all docs (if I disable stopwords entirely).
I think I know how to fix it
stand by
If we refine… If I search for which
in babashka.fs it should probably match which
in everything because docs might be talking about which
too.
but those should be few
I'm working on the fix now
I haven't tested it
I have a couple meetings right now
the nice part about js in the browser is that even when they do silly things like use global values it only affects the one browser context if you make changes to the globals
next page load it's gone