Kerry A. Cobb

Results 4 issues of Kerry A. Cobb

I've used nimibook for a project recently (frogcap.com) and I liked it quite a bit. I had a few ideas that I think could be valuable additions. I'd be happy...

I finally got around to polishing up my tutorial on Bayesian Inference in Nim and would love to have it included in the SciNim project as I suggested in https://github.com/SciNim/getting-started/issues/19#issuecomment-971213824

When trying to run the DANN example from the API documentation with version 0.4.4 I encounter the error below. Version 0.4.3 does not produce this error, though. ```python from adapt.utils...

I would expect this to work but I get an error: `Error: undeclared field: 'kind' for type...` ```nim # moduleA.nim type Kinds* = enum A, B, C Obj* = object...