Roel van Bakel

Results 13 comments of Roel van Bakel

Tried it in the plnkr now. Unfortunately I have the same results ... The workaround for now is to do a get and manually subscribe/unsubscribe to the onLangChange.

Apart from the custom application properties, also not all standard AMQP1.0 properties (see the [spec](http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-properties)) are propagated. For example "subject" is [missing](https://github.com/rabbitmq/rabbitmq-server/blob/a4cc096728e955168fa8c7e92be7aa26afd759bc/deps/rabbitmq_shovel/src/rabbit_amqp10_shovel.erl#L347), although the spec states: ``` The properties section...

And while you're at it, also add one for 14.* ;)

@boschni I guess this library is no longer maintained? In that case we have to move to something else...

This would indeed be really helpful. For Rhea itself it at least states that you should use the browserified version.

If all goes well, this should be arranged, soon see https://github.com/ngx-translate/core/issues/783#issuecomment-2440849415

So, can we then now conclude that this project is dead?

> We are also impacted by this issue and would love to see this PR merged. The Rust and C# PRs are merged. Is there a reason why the Java...

When I run the same steps as you did, I get your result, so that seems to work. I will check in the afternoon what is different in the setup...

Using `NODE_DEBUG=module` I see that it is trying these locations: ``` MODULE 44516: looking for "playwright/package.json" in [ "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\dist\\utils\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\dist\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\node_modules", "C:\\Repos\\MyProject\\node_modules", "C:\\Repos\\node_modules", "C:\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\dist\\cli\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\dist\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules\\playwright-bdd\\node_modules", "C:\\Repos\\MyProject\\node_modules\\.pnpm\\[email protected]_@[email protected]\\node_modules",...