Robert Francis

Results 22 issues of 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,...

help wanted
technical
starter
user-feedback
discuss

@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...

question
discuss
technical
starter

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...

discuss

@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...

enhancement
help wanted

- 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...

help wanted
question
technical

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...

question
discuss

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`...

bug

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...

bug
question

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...

help wanted
question
discuss