chengtie

Results 19 issues of chengtie

By "personal email", I mean `@google.com`, `@msn.com`, etc. Could you suggest any open source library?

First, thanks for this super useful tool... I have a website by AngularJS, which uses [MonacoEditor](https://github.com/Microsoft/monaco-editor), which seems to have an AMD loader. In my `index.html`, I have the following...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

under-discussion
question

(I have asked the same question in [handsontable](https://github.com/handsontable/handsontable/issues/4043), but nobody answered so far) I want to create a corresponding textarea besides a handstontable, such that modifying the table has impact...

To review

I'm taking over [a website](https://www.10studio.tech/docs/prettyFormula/) by [V2 Docusaurus](https://v2.docusaurus.io/). One particularity of our website is that we need to load [office.js](https://appsforoffice.microsoft.com/lib/1/hosted/office.js) and [css-vars-ponyfill.min.js](https://unpkg.com/css-vars-ponyfill@2/dist/css-vars-ponyfill.min.js), and run some functions in [patches.js](https://www.10studio.tech/lib/patches.js) in the...

I'm building a web page using React. The web page (component `Playground`) contains a Monaco Editor, behind which there is a language server conforming to language server protocol. At the...

According to the doc of ui-codemirror: > The ui-codemirror directive plays nicely with ng-model. > > The ng-model will be watched for to set the CodeMirror document value (by setValue)....

I want to make an editor of files. By the following code ([JSBin](https://jsbin.com/jihuvejoyo/1/edit?html,output)), we list all the file names on the left hand, and their body on the right hand....

I'm new to sedlex. I'm translating a lexer in ocamllex to sedlex. By ocamllex, I have e.g., ``` rule token = parse | FLOAT as float "%" { DOUBLE ((float_of_string...

I would like to add a `Table` type along with the existing types (e.g., `Text`, `Boolean`), so that users could fill in a table and add it to the JSON...

question