LJ
LJ
Hey @BrianGodsend To confirm, did you use the edit button in the SQL Job Manager to manage the settings? When running statements, it will use the selected job in the...
@mkwan01 I might recommend you update VS Code. 1.58.2 is very old. We don't even support it here.
I will look into it. Thanks for your sample.
Fixed in 0.26.4.
@krisbaehr Please share the contents of your Code for IBM i output channel after the list doesn't appear.
@krisbaehr Glad to hear you got it fixed! I think our goal is to improve the error message displayed to the user, and potentially how to fix this issue (from...
Updated to 1.2.2 and still getting the same issue.
Figured out I need to apply a value for each column in that property. Silly me.
Perhaps a different issue, but I will reuse this in case it's related. I apply `max-content` to the grid like so: ```js let result = { html: `` }; ```...
Further digging: I [created my issue in a sandbox](https://codesandbox.io/s/data-grid-sample-forked-xznfrf?file=/index.html) and it's led me to this finding. * `grid-template-columns` does not work at all with `min-width: max-content;` * I am using...