Stanislau Petrusiou

Results 12 comments of Stanislau Petrusiou

Hello, any estimation when it might be merged?

Hi @GregJohnStewart , would you share how you figured out the original issue?

@AhmedSRamadan https://dl.bintray.com/rabbitmq/debian repository was removed. Look at this [change](https://github.com/stone-payments/ansible-rabbitmq/pull/46/files#diff-2e1b7e1a22663c07134175df09f91e87033cdf7184cca27612bd7c7a8677060c) Probably you applied the changes from this pull request, but your rabbitmq.bintray.list left in your operation system. Remove your old `rabbitmq.bintray.list`...

@AhmedSRamadan I was not facing this error since not using plugins. I think its a different issue and does not have anything related to this pull request. I am not...

@AhmedSRamadan You can check [here](https://www.rabbitmq.com/plugins.html). It's official rmq documentation. 🙂

It happened because of : ```Bintray services will no longer be available. GoCenter, and ChartCenter services will no longer be available to non-Artifactory clients. (ConanCenter and JCenter are not affected).```...

@faruqisan please, check the changes from the pull request. I am not ansible guru but it works for me :)

Check the comment I left in [MR](https://github.com/stone-payments/ansible-rabbitmq/pull/46)

@lastlink Faced the same issue. How I worked it around: First add this to nuxt.config.js ``` router: { base: process.env.ENV_SUB_PATH || '/' } ``` and ``` build: { publicPath: (process.env.ENV_SUB_PATH...

@pimlie In my src/.nuxt/lunr I have only two files. `icon-search.svg` and `search.vue`. and if to put some placaholder value in search component, yes it works. You can have a look...