Allaoua

Results 16 comments of Allaoua

Yes, i tried it too but it doesn't work either. Any solution .please ?

It would be nice to have this :+1: !

Hi, I have the same issue, it hangs on forever !

Hi again, You need to call `epub.parse()` after opening the file. @julien-c you've done a great work, too bad the doc is not much clear.

I created a pull request for this https://github.com/arunk140/gnome-command-menu/pull/19

I guess that for now we have no other choice than using the `yml` config as this is an issue with `cosmiconfig-typescript-loader` [see issue here](https://github.com/Codex-/cosmiconfig-typescript-loader/issues/60). You can follow the instructions...

As a workaround and in the case you absolutely want to use a `codegen.ts` config you can generate a `yml` config from the typescript config: ```ts // codegen.ts import yml...

I have created a pull request for this issue https://github.com/Chainlit/chainlit/pull/2166

I think that when set_starters and set_chat_profiles are called, the chat session has not been created yet. You can get the user object through the function argument : ```python @cl.set_starters()...