Francisco Edno
Francisco Edno
Is this still relevant? Isn't there anyone working on this? I would like to implement the hooks for java. It'll be a great opportunity to both improve my skills with...
Unfortunately I won't be able to work on this anymore. Not sure when I'll be able to get back to it :/
Hy @WhiteRabbitDE how are you trying to define the field? You could use the `Schema::timestampMillis()` method. But if you're interested in defining it through annotations, I believe it would be...
About supporting php 8 attributes, I've implemented it on a local fork. I'm just finishing up some details to submit a PR
Regarding the logical types, it is still not available.
@WhiteRabbitDE I've just opened the php8 attributes PR (#64). But I've implemented it only for php >= 8.1, because php 8.0 does not support nested attributes.
It may need some extra work for it to be ready, so feel free to help me out on that PR ;)
I have been taking a quick look at how to implement this feature as well. My first approach was to simply install a new django storage adapter and then use...
any update on this? It is very unfotunate that DT cannot read vulnerabilities from trivy generated SBOM :/
I have a similar need as well. For example, I want to add integration with a feature flag system (say unleash) directly in policies as a custom builtin. And it...