Dimitri Wei

Results 4 issues of Dimitri Wei

**Feature** A similar feature in [typescript](https://www.typescriptlang.org/docs/handbook/2/typeof-types.html) ```ts const foo: number = 1 type Foo = typeof foo // type Foo = number function bar(x: string): void { } type Bar...

topic: feature

Code assumed: ```ts @Mutation increment(){ this.count++ } @Action act(){ this.increment() // instead of this.context.commit('increment') } ``` I've seen this usage in "vue typescript admin template" and many other examples. Is...

> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing,...

bug

### Feature Request As a representative of a company based in China, we are exploring the potential for adding internationalization (i18n) support to Langflow. Our goal is to broaden the...

enhancement