Dominic Price

Results 19 comments of Dominic Price

Hi, My company uses this project extensively in our Go codebase and I think it is a fantastic tool for working with SQL. I am planning a personal opensource project...

Ok, yeah looking through the go generator it certainly looks feasible (if nontrivial) to get working. There are certainly some concepts (field tags, contexts, `sql.Null`*, `sql.Named`*) which have to be...

Hi, Yeah, the problem was with lines which contain only comments. I've added a fix and created a test. I'm on the verge of releasing v0.5 which is quite a...

`generate_deals` is a generator, so in the same way you might write `list(range(n))` or `list(permutations(l))` to collect the deals into a list you should do `d = list(generate_deals())` - there...

Hi, I didn't know about the `vg` tag in lin - I'll do some investigating. Also looking into your other bug about the comments in PBN. Thanks for bringing to...

Thanks for sharing --- I will have to do some more studying of the LIN format, and am thinking about some extra flags to make it a bit more customizable,...

Agreed, this should be included in the `evaluate` module. I think your approach for shortage points is good, and then in the `evaluate` namespace there can be various definitions for...

1. Yes of course :P. Best in the actual package file to explicitly write out the list anyway. 2. Can be fixed by `shortage_points_trump` and `shortage_points_notrump` scale? 3. An optional...

I'll make the names nice and unambiguous. I think for now, I will add in the `dist_points` function and a few common scales but definitely with the optional parameter so...

Implementation is pushed adding [dist_points](https://endplay.readthedocs.io/en/latest/pages/reference/endplay.evaluate.html#endplay.evaluate.dist_points) and [total_points](https://endplay.readthedocs.io/en/latest/pages/reference/endplay.evaluate.html#endplay.evaluate.total_points). Actions is running the test suite now and then (assuming all green) will push to pypi. The compromise I have come up with...