Sudheer Satyanarayana

Results 10 comments of Sudheer Satyanarayana

I have similar issue. Even restarting the worker does not help. .get() hangs. I'm using Celery 3.1.20. I:n the console, I see that the tasks have actually finished running. But...

When you build the Sass version of Bootstrap with webpack, without the publicPath, requests are sent to /somefile.woff, /somefile.ttf, etc. But the requests actually should be made to /assets/static/gen/somefile.woff. If...

Thanks for pointing out the missing comma. Fixed in https://github.com/lektor/lektor-website/pull/108/commits/5df1f13f0817020d56aaf4674f4c1ac418a04868 Some packages like bootstrap-sass needs to know the correct publicPath when generating the build. I will provide you examples of...

Steps to reproduce the issue: Install bootstrap-sass and some required packages `npm install bootstrap-loader css-loader node-sass resolve-url-loader sass-loader style-loader url-loader file-loader jquery imports-loader bootstrap-sass jqyery --save-dev` Webpack configuration to build...

> iirc, schemas fixes should be opened here : https://github.com/ansible/schemas. Could you point me to the correct schema for Molecule drivers?

> > iirc, schemas fixes should be opened here : https://github.com/ansible/schemas. > > Could you point me to the correct schema for Molecule drivers? I have submitted a [PR here](https://github.com/ansible/schemas/pull/393)

> @apatard > > > iirc, schemas fixes should be opened here : https://github.com/ansible/schemas. > > Per [ssbarnea](https://github.com/ssbarnea) in this PR, [#3638 (comment)](https://github.com/ansible-community/molecule/pull/3638#issuecomment-1220521423) > > > I do totally agree...

> @bngsudheer > > Are you sure it is `cgroupns` instead of `cgroupns_mode`? > > Reference: https://github.com/ansible-collections/community.docker/blob/1e93feed2b9f34f3af4885d878c5dde1f51d206c/plugins/modules/docker_container.py#L51-L59 > > Here is what I test in [ansible-community/molecule-docker#166 (comment)](https://github.com/ansible-community/molecule-docker/pull/166#issuecomment-1235689840) > > ```...

I noticed this too after implementing the pattern in my application. Try to import any application object like a model or a service from tasks.py, you will notice the circular...