Max

Results 25 comments of Max
trafficstars

26/05/2018 1:19:02 PM IE version 9.11.9600.18665

I do not get this issue with MathLive 0.82 / Windows 10 / Firefox 105.0.1

This also caused issues for me, with this simple excel file: [Bad File.xlsx](https://github.com/PHPOffice/PhpSpreadsheet/files/8937383/Bad.File.xlsx) The entire file is formatted in Arial/10 and for each row you add it seems to get...

I am using the [Laravel-Excel](https://github.com/SpartnerNL/Laravel-Excel) extension which employs PhpSpreadsheet, so given your example above I assume they just use the `toArray` method - I'll pass this onto them. I am...

> ... The alternative `calculateWorksheetDataDimension()` calculates based on actual cell data at the point when the method is called, so it's a lot slower compared with `calculateWorksheetDimension()` Is `dimension ref`...

> I think you ment `2. Type in 7`. But i beleave this bug has been fixed, it works for me (2.3.1). No, I want to validate the length of...

I have added this to my scss for the time being: ```scss .cq { display: flex; flex-wrap: wrap; container-type: inline-size; & > * { flex: 0 0 auto; width: 100cqw;...

Could you [find all the roots](https://github.com/cortex-js/compute-engine/commit/a70887350b4732723cb952b1e5bb5a464ccb8829#diff-561824f3a308fd74aa68b4f05bece536603969586268d6efe7138762c17ddb16R84-R114) then take the non-complex result?

`shift+[Backspace]` for `deleteForward` conflicts with the existing `removeColumn`, and same with adding `alt+shift+[Backspace]` for `deleteToGroupStart` and `shift+alt+[Backspace]` for `removeRow`, which ends up making neither of the hotkeys work 😭