Jay Vercellone
Jay Vercellone
For the sake of keeping things cleaner, I'd keep them separate. As per the issue you mentioned (#1054), this would also be blocked until we figure out a way to...
@mattfarina I think this is pending the resolution of a change you requested that's already been addressed, no? If there's no more changes needed, can we have this merged? PS:...
Having an associated value can help for some cases, but wouldn't that be "postponing" the problem? Let's say that we do something like this: ```rust let point_a: [i32; 2] =...
Re: removing integers, I meant generally throughout the library. That would allow users to handle arbitrarily large or small numbers without caring for the types of any intermediate calculations. But...
Yeah, there are several cases in which floating point manifest their weaknesses. @Stoeoef mentioned in [spade](https://github.com/Stoeoef/spade#performance) that the project wasn't focused on performance but rather "on a rich and high...
Interesting... I'd be happy to try different solutions and perform benchmarks on them. Maybe we can get away with both use cases :smile: I'll keep you posted.
@madkinsz is this really implemented?
Thanks! TBH I forgot about this issue but now I remember that I had a quick conversation with someone on Slack about this, and I ended up creating this issue...
You're right @sjmccallen, being able to forward the authenticaton cookie to both the Prefect UI server and the Apollo server is what would allow you to have the authentication in...
Any updates on this one? This is especially needed when running on CI/CD pipelines like CircleCI where they clone the repo onto a generically named folder called `project` and we...