Robert Francis
Robert Francis
@nelsonic This README is AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (I know this is not what issues are for but it really is amazing. Thanks so much) I have gone through and made some points,...
@nelsonic I am wondering what your thoughts were on this app being built without an append only log (alog) database. - Is the functionality crucial to the application? - Can...
I was talking with @rub1e yesterday about recording everyday tasks with a time tracker. e.g. reading a book. I said I was doing it as a way of seeing how...
@nelsonic following our convo I created an insert function that is not a macro to compare to macro alternative
@nelsonic based on the following comment you made in [here](https://github.com/dwyl/time/issues/210)... > The work to make Phoenix append-only is "on-going". Once CID is complete we will need to integrate it into...
- Why is everything done using macros? We could achieve the same result by making them regular functions which takes the relevant module as an argument. Is there any benefits...
relates to #22 ## Insert From what I can tell `insert` would remain largely unchanged. We would just swap inserting the UUID for a CID we make. Please add thoughts...
I am currently using alog in another project where two tables are being updated at the same time. The `venue` table has a `many to many` association with the `users`...
I am currently in the process of trying to update all the users in my database to add new columns to the table. I tried using the Alog update function...
relates to #45 We have created a function in the adapter for handling inserting data into the database. This function will create a `cid` and `entry_id`(which we are considering renaming...