-
Windows 7 x64, NW.js 0.15.0-rc2
This issue was previously reported in #4887 with more complicated testcase.
Simplified testcase:
``` html
const mainWindow = nw.Window.get();
m…
-
Cara até esse bloco tu tava fazendo mais ou menos certo:
https://github.com/Cocalense/atv-sw-chat/blob/90036626aadd6a6fb0315e6143e4fff3432d4171/novoChat/chat.js#L16-L19
Depois daqui em diante tu…
-
Hi @ryyppy,
Rescript beginner here, I'm digging around nextjs with rescript.
I've seen in all your pages that you can't re-export directly the default, because of fast refresh and the name `$$defaul…
-
(It is perhaps by now clear that)
I find this library really interesting and inspiring.
I have never seen the use of generators in this fashion,
if just one new idea to be mentioned, among other…
-
For some reasons the download file is truncated but we can see the full page when using View Raw HTML in new Tab.
I'll see if I can create a pull request when I have the time.
-
walks through all heading elements within the note and generates a filterable table of contents containing anchor links in a collapsible, full-height side panel.
-
### Feature Proposal
I'd like to control the alignment of pie / donot charts inside the canvas. These charts are currently always drawn in the center.
When a legend is added it seems to be centered…
-
Hello Folks!
Can anyone help me out, as I am facing issue while downloading Organization chart which has profile images coming from AWS S3 bucket?
So here is code I am using for download org. ch…
-
Using react-templates 0.6.1 and react 15.5.4, the following code renders without errors:
`
render() {
return (
txt
…
-
Reproduce by running
```javascript
let i = document.createElement('iframe');
i.srcdoc="";
document.body.append(i)
setTimeout(x=>i.contentWindow[0].alert(1337),500)
```