-
Updated
Oct 11, 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 137,386 public repositories matching this topic...

-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Sep 25, 2021 - JavaScript
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Oct 4, 2021
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
Oct 11, 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
Our internal, server-side i18n package is deprecated, and so is the use of i18n.t()
.
Instead we have a new package @tryghost/tpl that does string interpolation and makes refactoring i18n out of the codebase easier.
We have successfully removed i18n.t()
from core/frontend, but the rest of the codebase has many many references that need to
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
Hi, I'm trying to read a CSV file like this (;,
delimiters):
A;B;C;D
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.
Code that reads:
X.read(e.target.result, { type: 'string' })
Result
{
A1: { t: 's', v:
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
The file ~/.config/joplin-desktop/log.txt
is never rotated or truncated, and gets included in every Time Machine backup. The longer you've been using Joplin, the slower your backups run.
% cd ~/.config/joplin-desktop
% head -5 log.txt
2021-03-15 21:28:13: App: "Profile directory: /Users/jgreely/.config/joplin-desktop"
2021-03-15 21:28:13: "Database was open successfully"
2021-03-15 2
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Aug 3, 2021 - TypeScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
https://fetch.spec.whatwg.org/#body-mixin
@jasnell I think the
Blob
and consumer helpertext()
methods need to run throughtoUSVString
which is used in theurl
module?