scalable
Here are 226 public repositories matching this topic...
This is wonderful work and I'm very grateful to find this repo. I'm having difficulty understanding how to scale to multiple networks following the SCC guide and also confused on the recommended architecture. The main issue is clients on separate servers are not finding messages from each other.
On a gcloud instance, i start the state (node server.js), broker( SCC_STATE_SERVER_HOST='[google giv
Environments
- Framework name: react-moveable
- Framework version: 0.16.2
Description
The offsetLeft/offsetTop unfortunately round the actual offsets. Hence, a style="left: 17.85px" becomes offsetLeft == 18. This occasionally causes visibl
-
Updated
Jun 8, 2020 - PHP
USER GUIDE:
https://zoneminder.readthedocs.io/en/latest/userguide/components.html
- Remove zmf @connortechnology
- review rest is ok @connortechnology
- Do we need to mention ES anywhere is components and link to the ES docs or leave it out for now, esp. since ES invocation is built into ZM now (opinions from @connortechnology, owner @pliablepixels )
Describe the bug
vmagent with sd_k8s
To Reproduce
Start vmagent with config:
- job_name: 'kubernetes-pods'
kubernetes_sd_configs:
- role: pod
on a cluster with many pods.
Please add pod name to error log.
It's hard to find them in a big cluster. In a message like this it's not clear what was the pod.
2020-04-15T22:32:32.512Z error Victor
Hello.
Interested in the possibility of implementing the following functions for ACL MYSQL :
Add to Public and Subscribe ACL rules template variables %t (topic)
To implement the change of topics corrected in the section
example: Topic change on the fly
Public ACL
{
"pattern": "a/#",
....,
....,
....,
"modifiers": {"topic": "%u/%t",
....,
....,
...
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.
Expected Behavior
The configuration sample given on https://docs.kuzzle.io/core/2/plugins/plugin-context/errors-manager/ should work out of the box (BTW, the code in the sample at the bottom of this page seems incorrect too).
Current Behavior
PluginImplementationError: [kuzzle-plugin-auth-passport-local] errors field in manifest.json badly formatted: Error configuration file :
As the title say.
We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.
Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level Finally interceptor and then call `ctx.Session
#1022 contains only methods but we need properties with types and short description
@o-rumiantsev @nechaido
-
Updated
May 22, 2019 - C#
-
Updated
Jan 11, 2020 - C++
bannedregexpurllist:
котик
kitty
e2guardian.conf:
weightedphrasemode = 1
phrasefiltermode = 2
preservecase = 2
hexdecodecontent = off
forcequicksearch = on
When I visit, for example, http://blank.org/?котик - request is blocked, all ok. But when I visit http://blank.org/?КОТИК or http://blank.org/?Котик - all passes.
When I enter http://blank.org/?kitty or http://bl
In case if client socket closes the connection - 'send' will cause an unhandled rejection, which in some production environments might lead to application crash!
Mentioned problem is relevant to any other socket.send call.
Steps to reproduce:
- Call some long running rpc tas
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Apr 22, 2018 - JavaScript
-
Updated
May 20, 2020 - Python
-
Updated
May 5, 2020
This is probably due to unterminated listener. See mochajs/mocha#3044 for more info.
I had to add https://github.com/redgeoff/spiegel/pull/165/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R27 to side step the problem
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 22, 2019 - Go
-
Updated
Jan 24, 2020 - TypeScript
-
Updated
Sep 9, 2019 - JavaScript
-
Updated
Feb 15, 2020 - Java
-
Updated
Nov 8, 2019 - Python
-
Updated
Sep 3, 2019 - C++
Improve this page
Add a description, image, and links to the scalable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scalable topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals.html#select
It returns an unknown
But other documentation makes it obvious that we are not supposed to treat this as an opaque object.
https://docs.bazel.build/versions/master/be/functions.html#