Milan Lajtoš

Results 32 issues of Milan Lajtoš

Hello, I am struggling to get selection working inside a `overflow: scroll` container. Relevant code: https://codesandbox.io/s/viselect-react-forked-50x7n?file=/src/App.tsx:899-1034 Live demo: https://50x7n.sse.codesandbox.io/ Here is what I get: https://user-images.githubusercontent.com/1047512/137693145-85b984f1-de76-48b4-b9d4-4f23b9e7598a.mov What I would like to...

bug

**Describe the bug** Syncing text with overlapping formatting of the same type results in a lost information **To Reproduce** Steps to reproduce the behavior: 1. Go to [this codesandbox](https://codesandbox.io/s/yjs-text-overlapping-marks-rodsl?file=/src/index.ts) 3....

bug

**Problem** `Transform.select(editor: Editor, target: Location)` will use whatever `target` it is provided without checking it actually exists or if it points to leaf nodes. **Solution** Adding code that checks whether...

improvement

Hi, I just found out about Sushi browser and wanted to try it out. The last version for macOS (0.27) is so broken – the main window has holes in...

TODO: - [ ] displaying `id` and `class` for metanodes - [ ] cleanup (delete unused styles, remove svg export) - [ ] merge `AnonymousMetanode` and `Metannode` - [ ]...

R uses left arrow as an assignment. E.g.: ```R sumofsquares

Having a metanode like this: ``` { [In,Parameter] -> Transformation -> Out} ``` One can easily omit explicit Input and Output declaration since constructed graph implicitly has this information: ```...

Scopes are nothing more than anonymous metanodes, so having a special notation for them is unnecessary. ~~Scope notation~~ (old syntax): ``` /scope{ In -> Id -> Out} In -> scope...

Some time ago, there was an idea for selectors as a more powerful mechanism for targeting specific nodes. Now, one can pinpoint only the node that has an identifier attached....

question

Generating executable code is a top priority. PyTorch is currently the top DL framework (because of the define-by-run nature), so naturally it would be very suiting to combine the two....