Peter Mikola
Peter Mikola
Hey! We have some data, and want to query it from the DB, and export it to excel. ```ruby workbook = FastExcel.open(tmp_file_path, constant_memory: true) sheet = workbook.add_worksheet('name) sheet.write_row(0, column_names, workbook.bold_cell_format)...
Hey! So I wanted to install the OS with encryption. This is a company laptop (ThinkPad T480), so its mandatory. First I needed to do this in VESA fallback mode,...
Hey! I'm super new in these things, and struggling with the start of dust. I think I have all the dependencies needed, and running with this command (in WSL, sorry...
Hey! My second contribution is a small rename of certain obsolete function names. (namely, contains rfc4122) The changes are cosmetic, does not carry real value... ... but it has some...
I noticed that the builds are generally slow. It could be speed up with some caching and better flow. Example in the [doc CI workflow](https://github.com/versotile-org/verso/blob/ops/doc/.github/workflows/doc.yml)
I encountered a segfault during messing around with multiple windows. The most stable way I found to reproduce it is: * run Verso * press new window button * after...