Denis Bardadym
Denis Bardadym
Is this still actual?
I do not think this is a right idea. If i add such entry to typings it will be possible to call any sort of method. Even that does not...
It seems it is like unicorn - everybody knows it, but nobody seen it
hi, sorry for silence, this sounds good to me. unfortunately i could not promise any eta for this. i am quite busy at work currently.
`should.throws` follow `assert.throws` behavior only. Your use case is not supported by assert.throws as i see.
Hi, i am good with this disscussion. But Object.prototype method is not required at all, just call `require('should/as-function')` it you will have `should` without Object.prototype extension. I do not see...
@mxstbr thanks! I actually like how this examples is done. Sorry if it was look a bit rude, did not mean to be.
@szeiger @cvogt i also would like to know answer. Thanks!
I came to such function: ``` scala import slick.jdbc.{SetParameter, SQLActionBuilder} def sql[T](query: String)(p: T)(implicit f: SetParameter[T]) = { SQLActionBuilder(Seq(query), f.applied(p)) } ``` Working fine for me.
@BLKSwan bountysource do not auto add projects.