Kevin Murphy
Kevin Murphy
Re: `precision`, `scale`, and `maxLength`, I think it would be better to add separate precision and scale attributes. If you co-opt `maxLength`, it seems like it should be for `precision`,...
They are truly horrible names; I have to look them up whenever I have to deal with them.
Yes, knowing which tables are the vocab tables. The use case at hand is wanting to automatically denormalize references from the main tables to concept.concept_name via concept.concept_id. This is a...
Thanks; I already wrote the code using the dmsa module; I was just slightly resenting the required magic list of vocab tables ....
There will be much rejoicing. My `create-react-app` app started failing to build when I added a dependent of `uri-js` ....
Thanks, I forgot that I had just started using package-lock.json, and I had assumed that my CI/CD build was using the latest version. It's working now, obviously.
In my situation, `docker stats` sometimes reports 0 memory usage for a container and sometimes not, even when the container's state is "not changing" (it is not being restarted or...
Also, it seems `near` only "works" with top-level shapes. Otherwise, it gives a "failed to recompile" error and a panic dump, for example: ``` dog.flea comment: |md parasite | {...
OK, thanks, I kind of assumed that that sort of inconsistency would be unlikely to have persisted in the GitHub API, and I am too lazy to test the REST...
I'm happy to help improve something that will be potentially useful to people. Good luck making this robust. The 'accept oldest' approach seems reasonable in the application of managing backups,...