real-time
Here are 1,634 public repositories matching this topic...
Hi,
I thank you very much for your excellent work. However, I endure difficulties understanding your code ; my Java and Python training explain it a bit, but I think it would be great for everyone if it was documented. I mean a short explanation of each - complex - function, its role and its algorithm. I would be especially interested in a documentation of the tracker.
I thank you very much in a
Alternatives:
a) Currently Wekan docs are at GitHub wiki, that is user editable for all logged in GitHub users. Wekan docs were originally moved from GitHub repo to GitHub wiki to make it easier for Wekan community to contribute to documentation. It has worked very well, and has not required additional server maintenance and updates. Is there any real benefit in changing this, and having differ
-
Updated
Apr 13, 2020 - JavaScript
Custom auth strategy
We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:
this.passport.use('apikey', new Strategy(verifier));
// and
app.configure(apikey({ header: config.apiKey.header }));Is there any documentation how to setup a custom (api-key) authentic
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
As @TimvanScherpenzeel pointed out, cmgen should better explain that --size applies to the DFG LUT as well and that a cubemap and the LUT cannot be generated at the same time.
The one line description is too ambigious.
Can we have a verbose document explaining what all the close messages mean and what are the possible causes of them included likelyness of each cause.
For example does "server lost session" mean that I restarted the server or could it also be a browser / proxy / ws bug/issue?
I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt
-
Updated
Feb 15, 2020 - TypeScript
Version:
^7.0.0
Environment:
any os
Related to #646, not an error but a respectful request for a documentation update:
pingInterval is hard-coded to false in createSocket method (so the dummy primus server does not run heartbeats - understood).
I took a trip down the rabbit hole recently - figuring out why the heartbeat check was not happening on the client, and I admit freely that t
-
Updated
Dec 19, 2019 - C++
Related to #892 - adding support for colour highlighting in the CLI would improve the UX.
For example, different colours for (a) the ksql> prompt , (b) command text (c) result stream (d) errors
Is your enhancement proposal related to a problem? Please describe.
The lpcxpresso55s69 board currently lacks support for I2S in zephyr.
Describe the solution you'd like
Implement a shim driver that adapts the mcux lpc I2S (flexcomm) driver to the zephyr I2S interface. Enable tests/drivers/i2s for this board to ensure the I2S driver builds and functions correctly.
**Describe al
-
Updated
Apr 7, 2020 - Python
-
Updated
Dec 11, 2016 - Objective-C
Feature Request
Description of Problem:
When looking at tooltips on charts, the decimal point between floats are unclear and hard to read at a glance:
Potential Solutions:
Tooltips should be styled with a clear differentiation/highl
Describe the bug
We previously had a test coverage of 82% but now it drops to 75%. Ideally, code coverage should be > 80% for a healthy repo.
To Reproduce
Steps to reproduce the behavior:
- go to https://codecov.io/gh/uber/aresdb you will see detailed overage for each package, file, method, and lines.
Expected behavior
Ideally, code coverage should be > 80% for a healthy
How does it work?
Generell kann ein payment (buyer) / paying (seller) channel jederzeit explizit von einem der beiden channel seiten geschlossen werden bzw das schliessen des channels angefordert werden.
Die 2 seiten eines channels sind dabei das jeweilige delegate und der market maker. Für das (kooperative) schliessen sind am ende des tages immer die unterschriften von beiden seiten not
Doc bug
https://omnisci.github.io/omniscidb/data_model/api.html - Redundant "both": "The server can not open a port for a specific protocol in both both encrypted and non-encrypted format".
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
Is your feature request related to a problem? Please describe.
Using the JavaScript client, I create a transaction and push a lot of documents with createOrReplace(). Sometimes I get a Cannot modify immutable attribute "type" error from .commit(), and while I understand why it happens, the error does not have enough detail to tell me which of the many documents is causing the problem.
currently deactivated CI test due to missing bigint implementation in the msgpack library we use: https://github.com/crossbario/autobahn-js/blob/27d3b33430f2f7ba732d332e223881c8569df8ea/test/test.js#L59
The facebook page says:
App not set up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
Shouldn't the return
Use BaseField.required_? to add the "required" HTML 5 attribute when serializing to HTML 5
Group discussion thread: https://groups.google.com/forum/?fromgroups#!topic/liftweb/Vtw0Eib8Avs
Improve this page
Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the real-time topic, visit your repo's landing page and select "manage topics."



Description:
If the content showed on a popover component is greater than the area visible area, the element goes above the visible browser area.
Steps to reproduce:
Expected behavior:
If the area available to show the popover is smaller the the popover, it should show a scr