Sreenadh T C

Results 24 comments of Sreenadh T C

Alright, so for me the issue was that I actually had to call `HelloGenserver.Supervisor.start_link()` before asking Swarm about registering. I believe this is not shown in the example (from where...

I have the same issue, on Ubuntu 16.04 LEMP, what more can I provide to debug the issue

The issue is on Nginx, and permissions are setup correctly, I ended up hosting it via Apache in the end.

@benoitc hey, were you able to work on this. we are having the exact issue as added on https://github.com/edgurgel/httpoison/issues/112#issuecomment-698842552 and is kinda blocking our flows. I would be happy to...

I am not entirely sure what exactly the issue is but, i came across the very same issue on Python 3.6.7, today while testing a simple CRUD app that has...

Wow, super duper quick reply :clap: Interesting nonetheless :smile: set `app.config['PROPAGATE_EXCEPTIONS'] = True` => Works :+1:

The plugin is imported directly from CDN, and then ``` Vue.use(vueNotifyjs); ``` and in the base template, ``` ``` This works on pre-0.4.3 , and once the unpkg min version...

This would be a great addition.

Hey @oltarasenko , just stumbled upon this issue today. I'd suggest [Faker's internet UserAgent](https://hexdocs.pm/faker/Faker.Internet.UserAgent.html) module! Let me know if you need help, i'll try to chip in a PR if...

Sure, I'll try this over the weekend! Am thinking of having two ways of configuration for this. 1. ~~The users should have an option to set default list of user-agents...