idkq

Results 12 comments of idkq

Thanks - that is what I ended up doing, and it worked fine for now. I have to fake UTC and reverse as well, because the result is not true...

I believe this happens when you move multiple files that are interdependent. So there must be a logic to move the files that are not dependent first, change their reference,...

Great intro & docs. Hopefully we'll stay (far far) away from annotations to develop/work with static meta programming?!

Metaprogramming is a broad topic. How to rationalize? We should start with what gives the best bang for buck (based on use cases). Draft topics for meta programming 'output' code:...

@escamoteur Writing less code does not make it more complicated necessarily. It can, I agree, if someone does not fully understand the new syntax. But the trade-off is obvious: time...

> My approach on a macro mechanism. Basically tagging a certain scope with a macro annotation, that refers to one or multiple classes to 1:1 replace the code virtually... like...

This feature would be amazing, I’m actually currently working on it. Similar to what django offers.

Take a look https://github.com/vitusortner/floor/discussions/492

I have entities that inherit from another generic class. The generic class allows me to access common fields across the board such as name & id. A few (a subset)...

Can we use Floor with built_value package? I tried but no luck. This feature would be great to create generic entities.