Josiah Kaviani

Results 105 comments of Josiah Kaviani

Supersedes #498

@supadrupa @ditansu what do you think?

Unfortunately, this can't be easily implemented before https://github.com/proofit404/dependencies/pull/382 will be merged. We need name of the attribute available in the factory/builder function. This was done in the major (not yet...

Thanks for clarification! Indeed, it should.

Having a union of many states could look awful with chosen syntax. ```python state_class = ( A1State & A2State & A3State & A4State & A5State & A6State & A7State &...

Even more boilerplate could be reduced if we would be able to merge all state subclasses from different namespaces. ```python state_class = Union(cases.usecases.scopes, bot.usecases.scopes) ```

Hello, thanks for reaching out! Service objects are intended to be some kind of a pipeline. These pipelines correspond to business processes in real life. Duplication in story steps means...

Hello. @PythonNut I can't move company backend for anaconda-mode to complete-at-point-function implementation. Reason for this is really simple. anaconda-mode is written in asynchronous style to provide better user experience. Since...

If you need function to change the order of candidates then I can add this as a variable holding function with candidates list as an argument.

Just tell me what I need to do on my side :D