Fengda Huang

Results 123 issues of Fengda Huang

## Notion Style Step 1 Step 2 ## Alternative like: https://github.com/TypeCellOS/BlockNote for example:

Use case in Bubble Menu: ```javascript { name: 'Similar Chunk', i18Name: true, template: `You are an assistant helping to find similar content. Output in markdown format. \n ###${DefinedVariable.SELECTION}###`, facetType: FacetType.BUBBLE_MENU,...

In current design, we use `toInstruction` to convert different `TypedIns` to `Instruction`, it's not working for IDE tools out AutoDev ```kotlin interface TypedIns { val type: InstructionBuilderType /** * Build...

## Feature Request **Is your feature request related to a problem? Please describe.** add simple math support for fklang **Describe the solution you'd like** like: [https://github.com/MetaBorgCube/IceDust](https://github.com/MetaBorgCube/IceDust) ``` module students model...

## Feature Request **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** A clear and concise description of what you want to happen. Add...

## Feature Request **Is your feature request related to a problem? Please describe.** plugin system for small size packages refs: [https://nullderef.com/blog/plugin-tech/](https://nullderef.com/blog/plugin-tech/) **Describe the solution you'd like** use cases: - Codegen...

## Feature Request **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...]...

**Is your feature request related to a problem? Please describe.** Auto Generator code based on FKL Support for type: - [x] RESTful API Generator - [ ] SQL Generator -...

**Is your feature request related to a problem? Please describe.** For example: YANG Data model: https://www.rfc-editor.org/rfc/rfc6020 ```yang typedef percent { type uint8 { range "0 .. 100"; } description "Percentage";...