Kevin Burke

Results 177 comments of Kevin Burke

It's a really good start! Some things to clean up but we will get there. I made comments on the individual commits - looks like those comments are not showing...

Ok sounds good! Please ping me again when you're ready for another look - I might miss it otherwise :) ## Kevin Burke phone: 925.271.7005 | twentymilliseconds.com On Mon, Jan...

Use case is writing an Go program to manipulate values in a user's TOML file, say to bump a version number, or change the value of a string. I can't...

Oh I assumed we could use the same data that you have, but instead of predicting rent prices, predict evictions. ie. "a 1% increase in housing stock leads to a...

This is the point of running a regression, right? I would guess that increasing the housing supply would decrease evictions, but what do I know...

I'd prefer to write tests in Rust as well. One barrier for me was figuring out how to create C objects, in Rust, that I can pass to the public...

I'm able to work around this during curl compilation by manually setting CPPFLAGS="-framework Security" in the environment. So now I'm running into the UnknownIssuer cert issue instead :)

For me the biggest concerns about documentation reflect the concerns that I had getting this code integrated into existing programs, which are about bigger issues than the reference documentation. The...

More to your initial question, are there tools that will take a C header file, and turn it into a HTML file with a function summary at the top, with...