Shivaprasad Bhat
Shivaprasad Bhat
You can probably do: ```go go func(){ if err := Monitor(....); err != nil { // some way to handle this error } }() ``` If that doesn't work for...
I see that `get_answer` module starting an external process `get-answer-for-question`.. Not sure what that is. I believe it is important to know this for hosting a mirror . I was...
Apologies for the delay and thanks for the PR. Left a comment on the PR. Do take a look and let me know your thoughts.
Absolutely right. Initially I did think of using something very lightweight and simple that doesn't require external process (considered both boltdb and sqlite).. but writing SQL queries in case of...
Yes. Mongodb is required to run this.
You can run `MONGO_URI= ./bin/droplets` (replace `` with whatever addr mongo is running on. By default this looks at localhost)
Answer for that is mentioned in [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) article under `Entities` section: "They are the least likely to change when something external changes". Now if you consider `x/crypto/bcrypt`, this is...
Hey. Thanks for considering the project. But i have to clarify few things. Even though it is described as `triple store` in the descriptions it is in fact not even...
No, we need to tag the value of the operator to indicate macro or not. We don't need to tag the entire `Seq` form. For example, in the invocation form...
No worries. Let me take a stab at this. 🙂