John Atten

Results 22 comments of John Atten

Hey, looks cool - I'll check it out. I've been meaning to get around to doing something like this! Nice work!

It was how Rob tends to format his C# code (I think after spending a few years working with RoR and Node, it became habit for him). To me, it...

I was wanting to have it available as an option. The way I've got it wired, one can use the store/list same as always (which I think is important), or...

These are the kinds of things I'm trying to explore. Update in particular is a little awkward. Although, with SQLite, it's not a problem if all of the update commands...

I would love all the feedback and assistance I can get from this perspective, so do feel free to jump in! :-)

I had considered that, as it would also play into implementing a Unit of Work approach. My thoughts were that we are then approaching the point where we aren't providing...

Hey there - Thanks for the feedback! I'll take a look at it as soon as I can. We definitely want to be cross-platform as widely as possible.

You may need to enable Nuget package restore. That error doesn't tell us enough-that just means the Biggy sol couldn't compile because of some other error further upstream, most likely...

@pascualito2000 Did you get this to build on your machine?