Scott Cytacki
Scott Cytacki
A related issue happens when the page is reloaded while a first time service worker is installing. In the reloaded page `navigator.serviceWorker.controller` will be falsey, and `_registration.installing` will be set....
This behavior seems to be by design. More comments are in this PR: https://github.com/mobxjs/mobx-state-tree/issues/1665 I'd guess the best "fix" for this is an update to the documentation to make this...
I believe this also means if `preProcessSnapshot` modifies its snapshot parameter in place, the modified snapshot will get passed to the second call to `preProcessSnapshot` and the result of this...
I haven't tried `cached` in a few months, but it was still too slow for us the last time I tried. @obriat if I understand your comment right, it sounds...
@ksheurs can you open a pull request so it is easier to discuss your approach?
I just found that including the rush gem in my Rails 3.2 app slows down large queries by around 3.5 times. I haven't narrowed it down, but I'm guessing it...
Hi @arnog I'm working with @dennisrcao on this. Is this https://github.com/concord-consortium/mathlive/pull/2 a good place to add a visualization of empty groups?
To clarify, are you saying we should not identify the empty group in `createBox` and instead identify it in toMarkup? It seemed to me that identifying in `createBox` was better...
This PR seems like it ought to fix the problem: https://github.com/rails/spring/pull/546
@JounQin I believe it is installed here: https://github.com/concord-consortium/test-eslint-import-x/blob/monorepo-typescript/demo/package.json#L14 I would have expected that to be sufficient, it seems wrong if it is required to be installed at the root of...