Shawn Morel
Shawn Morel
+1 to having a wrapper. I generally prefer how Bazel approaches things vs Gradle but the gradle wrapper option is so convenient. Other devs never have to think, just clone...
@tgolsson is this branch pinning the correct version of poetry core? I tried to run this against our private gitlab package registry and ran into the following ``` TypeError Link.__init__()...
Seems like there's already an open PR? https://github.com/snowflakedb/snowflake-sqlalchemy/pull/351
Running into the same error. My guess (without knowing too much about how vscode-swift works) is that it's blindly asking sourcekit for cursor info for Package.swift, while it *is* a...
Without digging in more, that might be too aggressive (from what I know so far of SourceKit). I think you still want syntax parsing / highlighting of Package.swift (as it...
Cool, just digested that other thread. I pretty much agree on all the points. 1) Linux support is needed (even if it's imperfect at first) like you mentioned it's been...
That makes sense @schustmi **1. Keep the current solution?** As much as possible, I'd love if the zenml architecture gently coaxes you into security best practices the same way the...
Ah right. I wasn't thinking about how components can be joined to multiple stacks. I don't have the code in front of me right now but that would imply you...
Hey @AlexejPenner, this idea of merging some of the PipelineView and RunView behavior is interesting. I think all the points you've mentioned are really appropriate and maybe hint that it's...
also, let me know if sketching out some of these details in code might be helpful