Elian Cordoba

Results 16 issues of Elian Cordoba

Basically having the possibility to click on an element and jump to another section (or element) of the whiteboard, like with Markdown. My use case comes from making a summary...

enhancement
discussion

Related #1736 ## 🚀 Feature Proposal Being able to instantiate fastify with a find-my-way-compatible router. Code was taken from the issue above ```javascript const router = require('custom-router') const fastify =...

discussion

Hi there, in the last month or so I took a deep dive at the code because I'm writing a post about it (explaining how it work, introducing people to...

Javascript has a feature called automatic semicolon insertion (ASI in short) that, as the name implies, will insert semicolons, this powers the optionality of semicolon when coding. This behaviour can...

bug
diffing
triaged

## Case 1 Not quite right: ```ts // A interface ResultTypeMapper { [OutputType.text]: { sourceA: string; sourceB: string }; [OutputType.alignedText]: { sourceA: string; sourceB: string }; [OutputType.noop]: void; } //...

- [ ] Pass indexes around instead of nodes, like in: - [ ] Zigzag's `process` - [ ] OpenClose - [ ] Create a table to store open/close pairs...

prio-low

Basically this: ![Screenshot 2023-01-17 at 11 22 13](https://user-images.githubusercontent.com/34920585/212923405-3a6f669a-597f-4243-9d08-213dd98000c3.png) I guess we should only do it with primitives, maybe not bools but numbers, strings and arrays. Maybe dates too Lib: http://incaseofstairs.com/jsdiff/...

Javascript ASI cause the following two code snippets to mean different things: ```js function foo() { return 1 } // vs function foo() { return 1 } ``` But we...

### Core: - [ ] Alignment algo Remove old logic, create new one based on the work done for move aligment - [ ] Comment support - [ ] Multi-lang...