Huang-Ming Chang
Huang-Ming Chang
@ncspost Following are the items I would put as "won't fix" and the reason for that. Let me know if I misinterpreted you comment :-) > Remove * in environment...
@ncspost > It's a standard implementation in MUI, showing that it's a required field. Any reason why we want to remove the sign? True - but this is the only...
> Currently no way to tab into env list (this should happen after new env button) @ncspost Normally tab order should go with the HTML elements structure (like z-index, we...
I couldn't reproduce this bug consistently. Most of the time it saves successfully, but sometimes it failed, but then I couldn't reproduce it again. BTW, this error prompts when sending...
Yes, it's just a flag in the esbuild build script. However, bundling sourcemaps in a production build is quite uncommon. I think this should be an opt-in option behind a...
@yannickperrenet Yes, and I'm also thinking about the same thing. Ideally there should be a "saved" indicator somewhere in the UI (gradually building the habit in Orchest users). But currently...
> Hard to discover how to create a file. The empty state talks about no "pipeline steps" and when one is created, you can't actually do anything because there is...
> Regression: https://github.com/orchest/orchest/pull/1017. This no longer works. @yannickperrenet I cannot reproduce this. As long as user is _not_ focusing on any text inputs (e.g. Step name, parameters), press "delete" will...
Hello, I'm not sure if I understand your question. This library flattens your data into one-level array, and provide props like `level` and `parent` for you to know how to...
What you have said about the flattened `ul` structure is correct. That's the trade-off I made when I designed this component. What I wanted to achieve is simplicity and flexibility....