Sumit
Sumit
this allow the CredComponent to be reused across the all other components. Since at any time only one using compoenent (here PullComponent only for now) is visible only one these...
What do you think about a thumbnail like layout for opening note, showing some initial context of each note (10-15 words). This could be an 3rd alternative as start screen....
The tests pass if ReadAt returns in errors for invalid values of offset. The patch also adds check for error to be returned when dest is larger in size than...
go-sqlite3 can store time.Time values, and also has the fetaure to register callback function to provide additionaly functions. However these callback cannot take the mentioned time.Time columns as input as...
commit 1 replace unsafe `set_len` with a new struct SubVec Here all that is needed is restricted access only the data tha is actually been read. This extra implementation allows...
wanted to share this diff. this is first time I wrote vimscript, so not elegant at all and very hacky. but I have certain command that dump to qf. but...