Darren Schroeder

Results 2071 comments of Darren Schroeder

Just iterating on history a bit here. An idea I had was to make reedline write a global history in a sqlite3 db (in WAL mode to handle concurrent reads...

As a way of being more verbose and transparent. Below are some of the ideas I've had with history. please add your own vision/ideas so we can collaborate and come...

> I think each one of the fields of the HistoryItem struct should be stored in its own column ... I'm leaning this way too. I'd rather keep it as...

`...args` is a thing. it's an array of parameters that can be iterated through.

apparently, there's a problem but `...args` is a thing as shown here: ``` def test [...args] { $args | str collect } > test 1 2 three 12three ``` some...

thanks for addressing #4, I think this looks good.

> I would like to implement a system that could read the scripts for some metadata (like a Description) and then put it inside the table. Any ideas on how...

I like where this is going. Also, I really always wanted to have script attribution somewhere, so it's nice to see that "author" can be added easily. I'm just wondering...

a datetime stamp isn't currently stored in the history, so that would take some design and a pr i think. a datetime stamp will definitely be there if we ever...