-
Updated
Sep 26, 2021 - JavaScript
Node.js

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
Here are 135,652 public repositories matching this topic...

-
Updated
Sep 26, 2021 - C++
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Sep 10, 2021 - JavaScript
Since iOS has changed its cookie policy named as INTELLIGENT TRACKING PREVENTION
(see risetechnologies/cookieTest#2 (comment) for a brief explanation) cookies set by the server are not being taken into account anymore (also see https://forums.meteor.com/t/sticky-session-using-cookies-and-cordova/44419/9).
This is especially an issue if load balancers use
-
Updated
Sep 26, 2021
-
Updated
Sep 27, 2021 - TypeScript
Describe the bug
Using xframe ALLOW-FROM
throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.
https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR
Issue Summary
I have Ghost Self-hosted.
When I try to import my subscribers from Substack, it shows this error as shown in the image.
I tried searching everywhere but no solution. I also tried to manually create the Members
folder on the server but still no luck.
![CleanShot 2021-08-07 at 20 42 50@2x](https://user-images.githubusercontent.com/5517129/128604907-9d7cab8d-0d6b-4cbb
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an ArrayBuffer
but opts would not have a type
set we would essentially convert the ArrayBuffer
to Uint8Array
and call readSync
again but without setting appropriate opts.type
. This then leads to few lines below https://github.com/Sh
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
TBH these white splashes are quite painful.
This usercss helps:
.tox .tox-dialog-wrap__backdrop {
background-color: #303030 !important;
}
Though I think that should work out of the box. Could you fix that?
Thanks
<img width="1533" alt="Screenshot 2021-08-14 at 16 01 35" src="https://user-images.githubusercontent.com/295225/129450537-77840706-6909-446a-8aaa-d8c0cee81b1
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Aug 3, 2021 - TypeScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Version
16.4.2
Platform
Windows 10
Subsystem
No response
What steps will reproduce the bug?
I am reading specific lengths of data off the readable queue. I check the readableLength to determine how much data I can read.
However, there are occasions when the readable event triggers but the readableLength is returned as zero.