Adeynack (David)
Adeynack (David)
One of our model had a non-scoped slug for many years and creating directly with a manual slug, when user specify it, is established behavior. We have a change of...
Would using Ructe for genering templated _Rust_ code an option? From what I understand from it, it was made with HTML in mind, but definitely not limited to it. Thoughts...
> The de-facto standard nova-days is to write proc-macros, derives, or attributes. Those don't fit all use-cases, so it depends on what kind of rust code you actually want to...
The way I get it -- and wish it worked myself -- it's right. A way to launch `overmind` directly into tmux. Could even be something like: tab 0 =...
I like the idea and would use such a feature. In the meantime, I solved my similar problem doing something like -- to reuse your example: ``` web: bundle install...
It is something I could create a pull-request for, if you: 1. feel that it is in interesting feature (it would definitely make MY life as a user of `kluent`...
`ComparisonException` would need a constructor that accepts a `cause`.
Thanks for the answer, @MarkusAmshove . I will get to it in the next days probably. Already copied a bit of your code in my project to move forward with...
@MarkusAmshove : How should we proceed for the contribution? I cannot find a CONTRIBUTING file to guide me. 1. I am added to the project and create a pull-request directly...
I will do that then! Thanks for the response.