Andreas Kohn
Andreas Kohn
True, that works. Although if you want to stick to RPMs and managing your setup using that, the easier approach is to replace `$releasever` in the .repo file with `39`....
What's the general idea for configuring this UI? I see that [docker-zipkin](https://github.com/openzipkin/docker-zipkin/tree/master/zipkin-ui) uses a nginx to proxy the actual backend onto the same server that hosts the UI, and ZipkinService...
> I have previously avoided setting default credentials because AWS actions should be intentional. Hit the same issue (including the rabbit holes), and would agree here: I do not want...
Purely for the record: I no longer work with prosemirror at all, so if you want to merge this -- please do! But if it needs fixes/adjustments, please also feel...
Unfortunately the repositories I have with this issue are all private. I'll try to find some time on the weekend to produce a self-standing repository, maybe that will work.
Interesting question. 1. In the project where this happens: ```sh $ npm ls ts-node [email protected] /project └── [email protected] $ node -p 'require.resolve("ts-node")' /project/node_modules/ts-node/dist/index.js ``` 2. Outside of any project ```sh...
> I'm having the same issue with ts-node 8.10.2 and monkeyPatch false Actually this issue was about a problem with monkeyPatch being true. > Please add "mochaExplorer.logpanel": true to your...
Thanks a lot! We just rolled this out for a spin, and according to our database statistics this looks great -- no more `rw_test_` keys in the "top contributors" diagrams...
I know that this is seriously late, but adding a bit more context here: #111 attempted to fix this issue by providing two new options that would allow to parse...
I could probably share our piece of code of handling this, but it's likely easier to just describe it :) We have a small wrapper around per-topic consumers sharing a...