Rasmus Lilja
Rasmus Lilja
- [x] When the step sidebar is open at the same time as the pipeline settings, there's a z-index issue causing the labels from the sidebar to overlap with the...
When trying to create a new job while environments are building, you get the following error: ``` Uncaught (in promise) Error: Some referenced environments do not exist in the project....
It's getting a lot better for sure @yannickperrenet. In the new UI design, most forms have some sort of front-end validation. But I'll let @iannbing decide if/when we should close...
> Is there any way to test for the side effects that the current approach could cause to avoid regressions in the future? @sokki's colleague here. So, we tried making...
Safari is the new Internet Explorer anyone?
@cbrandolino callbacks seem to have broke after 2014, I have not seen them since.
Was going to open an issue, but somebody beat me to it. 👌 The problem could also be described as "the keyboard is covering the editor" A dirty fix is...
The solution to this is to use `window.setInterval` instead of `setInterval`. Assuming global context is a bad idea anyways. :)
As I'm working on re-enabling integration tests, maybe it's worth adding in a test that checks that the order "is correct" on this page? But that leaves the question: how...