George Otieno

Results 2 issues of George Otieno

``` runtimeCaching: [{ urlPattern: /^\/$/, handler: 'networkFirst' }] ``` Runtime caching seems to worker as expected in this case handling network first, but when running automated end to end tests,...

Is there a way to enable default key bindings so as to do some `inline-style` on selected text in a block e.g. ``` CMD+B (Bold) CMD+U (Underline) CMD+I (Italic) ```

bug