Forrest Bao

Results 45 issues of Forrest Bao

In my user cases, I need two pods/scopes to maintain certain spacial alignment, e.g., the bottom two pods remain aligned horizontally. Locking the relative spatial relationship between two objects is...

I tried to draw some arcs between cells in a scope. But I have several issues. 1. I did not get beautiful Bezier function curves. 2. The curves were not...

I am using CodePod to write a full-fledged bioinformatic program. But my process is very slow. It probably took me longer than using VSCode or Jupyter notebok. This is a...

P1
pain

In terms of autolayout with directions (either data dependencies, call dependencies, etc.), i think we can borrow the algorithm behind the Mermaid language. According to my experience, it does not...

Sometimes a very long line does not start at where it is supposed at but a line below it. See the screenshot below. ![image](https://user-images.githubusercontent.com/438579/209606520-f97fdd36-032b-4066-9a3c-94f4c6ba737b.png) In the screenshot above, "t" in...

bug
UI
P2

Another pain a I am writing the bioinformatics code. Too much information on the screen as the project gets bigger. We shall allow minimizing and expanding a scope as you...

P1
pain

Currently, shared projects, do not have privilege management. At least two levels are needed: Edit and View-only. For example, I share a project to Hebi and he can only view...

Currently, a scope is visualized as a large box, even when it is empty. This is not good. It takes too much space. Manual enlargement is needed when it members...

P1
pain

This is a feature request. We can skip slides in PPT. Can we set some pods to skip mode? So just keep those pods for future reference but unable to...

Jupyter/VIM has two modes, Edit/Insert mode and Command mode (`ESC`+`:`). We should support both too? In command mode, we can change the interpreter (Python, Markdown, Shell) and in edit mode...