Mitar
Mitar
> replace the javascript engine with something that is acceptable to the users as far as functionality goes, the package maintainers as far as maintainability goes, and the maintainer (me)...
> doesn't solve either of the two major distribution issues, and likely makes the former one worse given that those distributions aren't distributing latest node.js either. Hm, [Debian seems to...
@df7cb Thanks for clarification. So v8 is not distributed as a shared library anymore, and all packages besides Chromium and node.js cannot use v8 anymore if they want to be...
> It's not just about personal dislike, it's a Debian rule I do read [the rule](https://www.debian.org/doc/debian-policy/ch-source.html#convenience-copies-of-code) differently: > Debian packages should not make use of these convenience copies unless the...
> the responses that I have received have been that if plv8 cannot use a shared v8, and requires an embedded copy, it will not be released and maintained by...
I must echo some of voices in this thread that one of main reasons why I like this project is because it is using v8. It is simply the most...
BTW, have you checked out also [Duktape](https://duktape.org/)? I have used it pretty successfully in one other embedded JS project.
It seems that passing custom parameter to token_uri does not work: https://github.com/p2/OAuth2/issues/354
I had this patch in the past, but now it does not work anymore (see also history of the patch): https://github.com/tozd/docker-sympa/blob/master/patches/3006-personalize_recipient.patch
> Also the same applies to string type Why it applies also to string?