Techassi

Results 76 comments of Techassi

I can tackle this if @idanarye approves.

Yeah I agree, we should always use the `PostBuild::Output`. This simplifies the code generation for the `.build()` method. I will open a PR and will start working on this.

I created an initial draft PR over at #95 which implements this feature. It should be noted that it currently is a WIP PR.

Yeah I had a very rare use-case where this behaviour was required. But I can see that this feature seems to be needed very rarely.

One specific use-case was the definition of versions (like SemVer or Kubernetes API versions), which would enforce proper ordering via (Partial)Ord. But I can see that this feature would be...

Okay this is a completely new use-case. I never tested teleportation in Vue using this library. I will take a look at it, but I really can't say if this...

We might be able to store the state (have to figure out what needs to be included) in the manager. We could then maybe provide some helper methods to restore...

I experimented with a bunch of stuff, but it seems, there isn't really an elegant way of handling teleportation when dealing with iframes or video HTML elements. Let me know,...

Closing for now, maybe we can improve this at some point in the future.

Alright, good to know. I will look into decreasing the minimum required version slightly. I will aim for 1+ year of backwards compatibility. If users need even older versions, we...