cpritcha
cpritcha
1. sure 2. would take some work. There is an issue about 2 on shentao/vue-multiselect#575 so maybe someone will get around to fixing it eventually (or I could attempt it...
Actually 2 shouldn't be too hard either so long as it's acceptable to have a large search string and then when the user presses enter the incoming string is split...
Approximate workflow: The directory `/tmp/dslkgjskldgj` exists with new release version contents. ```bash git init --bare reponame git --work-dir /tmp/dslkgjskldgj add -A git --work-dir /tmp/dslkgjskldgj commit -m "A new commit" ```...
I only had to remove the IP registration limit and create an API key for the account sync to work. Making it more robust to network failure https://www.peterbe.com/plog/best-practice-with-retries-with-requests might help...
Could see if API access works https://nefos.westgrid.ca:35357/v2.0
We could send the timezone from the browser using https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/resolvedOptions
Down to a maximum of 82 queries now (but still suffers from n + 1)
[Prometheus](https://prometheus.io/)
Sure. I'll try it out.
We should be able to get rid of our custom pagination class (SmallResultSetPagination) once this change is complete as well.