Ahmed Fasih

Results 144 comments of Ahmed Fasih

For completeness, here's another more heavyweight tool with a similar goal: https://github.com/TotalTechGeek/json-logic-engine

Aha! I was wondering why this didn't work: ``` clj (d/q '[:find ?film-name (distinct ?actor) :in $ ?a1 ?a2 :where [?film :film/name ?film-name] [?film :film/cast [:actor/name ?a1]] [?film :film/cast [:actor/name...

So am I correct in understanding that Dillinger doesn't auto-save to Dropbox?

Another tweet exhibiting this in case it's remotely useful (apologies for the noise if not): https://nitter.it/wongmjane/status/1544630749009063937 `Can't parse enum. At offset: 3545`

@macshaggy What is your “Path to to the Racer executable” in Settings→Packages→racer? If you installed it with rustup, it should be equal to `/Users//.cargo/bin/racer`.

@leshow what OS? I’m on macOS and have the same situation. Only difference is my path to Rust source is `/Users//.multirust/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src` which I installed via `rustup component add rust-src`. I’m...

Possibly related? https://github.com/cyclejs/cyclejs/tree/master/examples/intermediate/bmi-typescript works as is, *but* attempting to upgrade TypeScript to "2.5" or higher in package.json produces the same error.

In your particular example, if I ask for the *two* best results, I get とう instead of ちち: here I'm use MeCab/Unidic but should be the same with Kuromoji: ```...

I see that, since I asked this, `multiTokenizeNBest` has been added to `TokenizerBase`via d0ed0eb4c4afa2ae485174658dd75850ce47b5b6 by EmanuelGedin! Awesome! Question: I’ve been using Maven, e.g., for [kuromoji-unidic](https://mvnrepository.com/artifact/com.atilika.kuromoji/kuromoji-unidic/0.9.0) but these were last updated...

Thanks for the info! This is probably _not_ the best place to ask about it, forgive me, but: 1. 何できた?, vs. 2. バスできた。 With the first sentence, `multiTokenizeNBest` with UniDic...