Daniel Cheung

Results 11 issues of Daniel Cheung

First I have to say I don't think this is a problem created by the plugin, but is CodeSniffer supposed to check JS? The error is `Line exceeds 120 characters`....

I have this `main.ts`: ```typescript import Vue from 'vue'; // tslint:disable-next-line const {VuePlugin} = require('vuera'); Vue.config.productionTip = false; Vue.use(VuePlugin); import App from './App.vue'; new Vue({ render: (h) => h(App), }).$mount('#app');...

I have been testing the software and I think I've found a bug? I'm using Firefox Nightly 41, Problem: Texts unexpected appended to editor upon refresh Expected Text: `space` Resulted...

bug

I think I've found another bug using the editor. The resulted text is not consistent refreshing the page with text in HTML mode. I'm using Firefox Nightly 41, Problem: Texts...

bug

I saw in the [changelog](https://docs.requarks.io/wiki/install/installation/authentication), that v1.0.68 has added the Generic OAuth2 Provider. However, the documentation here: https://docs.requarks.io/wiki/install/installation/authentication, doesn't seem to have the Generic OAuth2 Provider section. Why is that?...

Upon installing ibus-rime I tried using rime-install to patch rime. Then after "部署", the patches causes no effect. I discovered that inside `~/.config` there is no longer a `default.yaml` in...

By adding a `HemisphereLight` to the Scene, all the other lights stopped emitting, but leaving out the `groundColor` prop, the others worked again. Essentially, all objects are rendered pitch black....

### System info - Playwright Version: [v1.31.2 to v1.34.0] All versions are tested with corresponding image and npm package version. - Operating System: [Docker playwright:v1.34.0, etc] - Other info: ###...

There are so many issues relating to `default_socket_timeout` settings I've seen on this repo. Perhaps it's best to add a section to docs for explanation and hints? I have spent...

Not strictly an issue of this library but a question about integrating with styled-components. I have the following piece of code and styled-components is unable to deduce `h1` attributes of...