Brian D
Brian D
Just to throw my name into the hat, this would be a fantastic feature to have, and something that I really miss after recently going over to Linux only
+1 I am also encountering this issue. Code that causes this is as follows: ```javascript export function buildAttribute(path, label, filterable, sortable, visible, processFunc = (x) => x) { return {...
Have been digging around for something with this feature; would be very nice
Failing Postgres tests is likely due to a recent change in how workflows run. I'll try to take a look at it later this week or early next week
> This is required in 3 packages. In order to avoid cross package dependencies I have added this in all three packages. But I don't believe duplicate code is good....
This is ready to be merged, but going to hold off until after the release so there is a testing window on `next`, thanks for the contribution!
As a note; using GitHub as a deployment method will solve this issue natively, and will also let you version control things, get automatic deployments based on a branch, along...
I also encountered this over the weekend
Should follow up post-release to confirm, but this should be addressed by the fixes in #1980
I encountered this issue today, I was running into it because I was trying to push to a branch before I was pushing to master, which caused some issues. i.e....