Michael Meeks

Results 35 issues of Michael Meeks

**This is an Easy Project, [idea for GSoC](https://collaboraonline.github.io/gsoc/).** Potential mentors: @lpranam ### Detailed description and rationale Currently the admin console connects to only a single server in a cluster -...

Easy Project
GSoC

**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @Ashod ### Detailed description and rationale When we serve our initial HTML files - we have a reasonably large file loleaflet.html - and...

good first issue
Easy Hack
C++

**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @mmeeks ### Detailed description and rationale We have a lot of duplication in Makefile.am around the run: rules to take just two for...

good first issue
Hacktoberfest
Easy Hack
automake

We should be able to predict that nothing will happen when we sleep in cypress tests, and so execute them far faster. Of course, this may fall foul of JS...

enhancement
testing

* Resolves: # * Target version: master ### Summary ### TODO - [ ] ... ### Checklist - [ ] Code is properly formatted - [ ] All commits have...

Editing just now on staging with a larger group we got a number of problems with calc performance that should be improved. ![perf-23 05-calc](https://github.com/CollaboraOnline/online/assets/122848/1ce72623-30e9-4f0c-947b-b7440b6ec400) Oddly we were getting large memory...

bug
23.05
performance
calc

It seems that @quikee used the boost::json stuff in error when getting the theme color work done: ``` svx/source/theme/ThemeColorChangerCommon.cxx- if (rDocumentColors.size()) svx/source/theme/ThemeColorChangerCommon.cxx- PaletteManager::generateJSON(aTree, rDocumentColors); svx/source/theme/ThemeColorChangerCommon.cxx- svx/source/theme/ThemeColorChangerCommon.cxx- boost::property_tree::write_json(aStream, aTree); svx/source/theme/ThemeColorChangerCommon.cxx- svx/source/theme/ThemeColorChangerCommon.cxx:...

bug
23.05
performance
24.04

Not quite sure why; but I have: "Skyler to test preloading of slides in phone - that we render enough ahead ..." in my action items =) do you recall...

enhancement
performance
impress
24.04

I expect that these events are elided above us anyway, since paintPartTile should not be doing any event notifications but this: ![image](https://github.com/CollaboraOnline/online/assets/122848/081a6c0b-4e19-4164-96fb-4237d52bb920) Shows 5.5% of a spreadsheet editing being down...

bug
23.05
performance
calc

Exporting to XLSX we have XclExpNote::XclExpNote taking 30%+ of the time - which seems incredible. ![image](https://github.com/CollaboraOnline/online/assets/122848/45cf9ada-5a17-4302-a110-4952efee016b) Almost certainly: lcl_GetFromTo is being unhelpfully slow. Full trace is from today's calc editing...

enhancement
23.05
performance
calc