François Levasseur
François Levasseur
Hi, Is there an exhaustive list of all possible return types of Duckling? I'm currently building a Typescript wrapper around Duckling (I'll probably publish it on npm), but I'm not...
this problem is also the one that made me right this [PR](https://github.com/chokkan/crfsuite/pull/114), although both PR solve different problems. Again, the code is self explanatory... the `__STDC_VERSION__ >= 201112L` was true,...
Hi there, We talked before, I already submitted few PR's on this project (which is great library btw). We've been using your library for few months now in the [botpress](https://github.com/botpress/botpress)...
**WIP** This is my 3rd attempt at bringing this feature fixes CLS-984
**Is your feature request related to a problem? Please describe.** I'm trying to publish an event to a server. Here's the code (**this code works**): ```ts import * as zmq...
**WIP** fixes CLS-2039
This fix allows passing an enum for the model when implementing the llm interface. We need to bump a full major or the deployment will fail because this is a...
In this PR I implemented the `creatable`, `readable`, `updatable`, `deletable` and `listable` interfaces for google calendar. Also, I tried experimenting with the zui date pickers, but I failed. I tried:...