avif

Results 10 comments of avif

Found the generated java class in the demo-app `test-plugins/apps/demo-angular/platforms/android/app/src/main/java/com/tns/gen/java/util` folder (i'm using the plugin seed), here's the content: ``` /* AUTO-GENERATED FILE. DO NOT MODIFY. * This class was automatically...

I was looking for something similar and came across this: https://www.npmjs.com/package/ts-css-modules There's no git repository associated with this package and I couldn't get it to work but you could look...

> Partitioned Maybe enforce "Secure" too in case it's partitioned.

It seems that adding `Partitioned` attribute to the cookie is constrained by the underlying lua plugin "resty.cookie" not having support for it, Opened an issue [here](https://github.com/utix/lua-resty-cookie/issues/2) - but I'm just...

@longwuyuan I have implemented most of the changes in my fork here: https://github.com/avif/ingress-nginx/tree/partitioned-cookie-support - waiting on the "resty.cookie" merge.

[Partitioned cookie support](https://github.com/utix/lua-resty-cookie/issues/2) has been merged to "resty.cookie" (v.0.3.0), I have updated my fork - will do some testing and submit a PR soon.

@longwuyuan FYI I submitted a PR.

> /ok-to-test > > From go side lgtm, I'm wondering if there's no release on lua cookies module yet, instead of tracking a commit. > > Thanks Switched to tags...

Any chance to get a review? :) @tao12345666333 @rikatz

@Gacko > I cannot give a lot of review regarding the actual change, but I definitely have serious doubts about changing the Lua Resty Cookie module. Actually it was already...