socket-io
Here are 5,328 public repositories matching this topic...
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
how to add a global message listener. all event or without event message can send to here.
<img width="287" alt="default" src="https://user-images.githubusercontent.com/2519544/42929452-af25cccc-8b6c-11e8-903d-46fbaaacae1d.png"
docs: Add an index
Currently, it is a very long page that'd be easier to navigate and search with an index. Also, maybe split up docs in small consumable amount by using different pages?
-
Updated
May 13, 2020 - PHP
Describe the bug
useConnectionNamespace isn't an option of Vuex, you can assign it only to the global option object.
Expected behavior
useConnectionNamespace is documented as global option.
Additional context
this one works:
Vue.use(new VueSocketIO({
debug: true,
connection: 'http://localhost:3000/overview',
vuex: {
store,
},
I spent many hours trying to set everything up on the server. Locally everything worked fine but on the server, there was an error. After many hours I realized that port 6001 was not forwarded. If requested/desired I can add a reminder to Readme file:
Make sure port 6001 is forwarded
Make sure port 6001 is forwarded (or whatever port you are using). For Ubuntu systems you can forward it
-
Updated
Jan 10, 2020 - Java
Problem
-
sio.connect()
first connects to namespace/
before connecting to other namespaces. Subsequentemit()
commands are allowed before all namespaces are connected to - causing messages to disappear (due to namespace not connected yet).
Addingasyncio.sleep(1)
before the firstemit()
seems to fix the problem, -
in the documentation https://python-socketio.readthedocs.io/en
HI,
tried to install frappe-bench and followed the tutorial.
At the above step,
https://frappe.io/docs/user/en/tutorial/users-and-records#42-creating-records
I've found no way to add and make "Library Management" Module icons show on the desk.
Looking in the ERPNext source, I've found another way to add icons, creating a json file desk_page/module.json
Which is the right way to sho
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Jan 10, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
It is not clear why there are the config REST API routes.
Describe the solution you'd like
Could you please explain in short?
Additional context
-
Updated
Feb 22, 2020 - Vue
After folding a list item when someone hovers over that folded item, the hover option which have complete[or uncomplete] etc, the fold
option must convert to unfold
option.
latex widget
For example: https://github.com/talyssonoc/react-katex
-
Updated
May 17, 2020 - C
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
May 9, 2020 - TypeScript
class TodoStore {
@observable list = []
@observable fetched = false
@action emit = (url) => {
this.fetched = true
socket.emit(url)
}
@computed get on(){
socket.on('get list',(json)=>{
this.fetched = false
this.list = json.map((index,i)=>{
return new List(index)
})
})
}
}
mobx正常模式没问题,严格模式下
[mobx] Invariant failed: Since strict-mode is ena
-
Updated
Oct 15, 2019 - PHP
Use material UI instead of bootstrap
https://material.angular.io/components/categories
-
use dark theme with blue colors
-
use mat-card for contact list
-
Reduce margins between lateral border
-
use placeholders in forms
-
use FAB button to ADD
-
remove back button
-
use logo and title as routes to home
Improve this page
Add a description, image, and links to the socket-io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the socket-io topic, visit your repo's landing page and select "manage topics."
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use
.jsx
instead of.js
? It's not a best practice: facebook/create-react-app#87 (comment)