The Wayback Machine - https://web.archive.org/web/20200625221319/https://github.com/topics/real-time
Skip to content
#

real-time

Here are 1,746 public repositories matching this topic...

openpose
heisters
heisters commented May 1, 2020

Issue Summary

Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.

Executed Command (if any)

cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so

OpenPose Output (if any)

-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
gramakri
gramakri commented Apr 22, 2020

I was looking into creating a better install section for Cloudron at https://github.com/wekan/wekan/wiki/Platforms . However, that page is a bit of a mess. Ideally, I would like to make a big list of all providers and each provider page can provide more information. Is this something that you would like to see as well? If so, I can help in editing the page but I am not sure how I should edit a git

PowerMogli
PowerMogli commented Sep 9, 2019

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

goaccess
rgarrigue
rgarrigue commented Feb 10, 2020

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
Francisobiagwu
Francisobiagwu commented Oct 31, 2019

darkflow_error

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

southbite
southbite commented Jan 13, 2020

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

agavra
agavra commented Oct 22, 2019

Is your feature request related to a problem? Please describe.

If I have a schema that is in schema registry but is not under the correct subject name, I cannot specify my KSQL stream to use that topic with AVRO format.

Describe the solution you'd like
We should support specifying AVRO_SCHEMA_ID in the WITH clause of create statements.

**Describe alternatives you've consider

cvinayak
cvinayak commented Mar 6, 2020

Is your enhancement proposal related to a problem? Please describe.
Bluetooth controller implementation uses magic numbers 625 and 1250 for the advertising interval and connection interval units.

Describe the solution you'd like
Use defines for the values 625 and 1250

Describe alternatives you've considered
None

Additional context
Refer to comments in https://github.co

jameshilliard
jameshilliard commented Apr 24, 2020

The current behavior for autobahn is to install a bunch of xbr modules even when the user does not request them to be installed.

There are a number of reason this is a bad idea:

  1. Packages should not install modules that are not relevant to the typical use case for the package without strong technical justification as this can significantly increase attack surface, especially for a packag
jcergolj
jcergolj commented Oct 17, 2019

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

sanity
zanedev
zanedev commented Apr 12, 2020

Is your feature request related to a problem? Please describe.
Can we get clear instructions on how to run sanity locally with a sample project? I tried running the watcher and npm linking packages from my other studio project and nothing is working. It would be nice to be able to debug these things ourselves and help contribute to the core.

Describe the solution you'd like
Better d

obeyda
obeyda commented Dec 12, 2017

This isn't really an issue, this is just a request

I am trying to learn how to build microservices with CQRS, ES, reactive programming and messaging, I have a good understanding of the theoretical part but there isn't much hands-on examples about this subject.
Reactive Trader Cloud is the most complete app that I could find which implements all these concepts (and much more), I am

Improve this page

Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.