-
Updated
Sep 26, 2021 - JavaScript
Socket.IO
Socket.IO is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API. Like Node.js, it is event-driven.
Here are 9,736 public repositories matching this topic...
-
Updated
Jan 5, 2022 - JavaScript
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 2, 2021 - PHP
Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>
Expected behaviour:
bench uninstall-app should also remove print formats that
-
Updated
Jan 5, 2022 - Python
-
Updated
Jul 27, 2021 - TypeScript
-
Updated
Jan 10, 2020 - Java
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
p-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Dec 16, 2021 - Go
-
Updated
May 28, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Aug 11, 2021 - Vue
-
Updated
Dec 31, 2021 - C
-
Updated
Mar 15, 2016 - CSS
latex widget
For example: https://github.com/talyssonoc/react-katex
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
Jun 2, 2021 - PHP
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Dec 5, 2021 - TypeScript
Released March 19, 2010
Latest release about 2 months ago
- Repository
- socketio/socket.io
- Website
- socket.io
- Wikipedia
- Wikipedia

When running
./nodebb upgrade, the output should also append tologs/output.logjust as it does for./nodebb start. These logs can be viewed by running./nodebb log.Good for beginners, feel free to ask here for tips on getting started.