sephv

Results 16 comments of sephv

The reverse order inference really does weird you out when you run into it. And you run into it immediately. Typically with combinator esque method chains, types get more specific...

Selecting default channel did not fix for me `rustup default` ``` active toolchain ---------------- nightly-x86_64-apple-darwin (default) rustc 1.30.0-nightly (f2302daef 2018-09-12) ``` rm target, .idea, restart clion

Since Plug is the central piece for downloading plugins and placing them to be autoloaded, I think it is the perfect place to organize on demand rules. For me it's...

Even with dynamic models, its more accurate to provide context in the form of phrase hints at the time of inference. Because a language model with those phrase hints would...

The cli really is badly designed. It could use more helpful messages when outputting errors.

In real world cases, many people do not pad their months or days with zeroes. Parsing strings of dates, that often originate from user input or an api, requires flexibility....

Any update on this?

I'm a clojure scrub so I'm not capable of porting `clj-time`. A lot of my projects run node and I absolutely need to use duckling; its perfect for what I...

`try_unsplit` only has one fail case that's side-effect free. It doesn't pose a danger to public users. Why not make it pub? There's two use cases where I will want...