Marko Petzold
Marko Petzold
the current bitnami dockerfile and entrypoint.sh use the KW_CONFIG env variable to locate the kubewatch.yml config file. The alternative `HOME` is set to '/'.
The following example has a dataframe with an index named "timestamp". If you want to use the column in a WHERE clause in SQL there is an error. ```python import...
Feature request: Create a buffered version of a push. There are situations where multiple "refresh" events are pushed to the client in rapid succession where only the last one would...
should this line not be `if node and node.status != 'online': ` https://github.com/crossbario/crossbar/blob/e8f546be14b3b2b8e96c3d185f3330022fbcc892/crossbar/master/cluster/routercluster.py#L104
How to reproduce: 1. Create a crossbar role with dynamic authorizer (e.g. returning always true) 2. Create a session and add a testament 3. Kill the session Then I get...
``` crossbar_master | 2022-10-07T15:10:08+0000 [Router 66] Starting "archive" Web service on path "autobahn" of transport "transport003" crossbar_master | 2022-10-07T15:10:08+0000 [Router 66] ZipArchiveResource: downloading from "https://github.com/crossbario/autobahn-js-browser/archive/v20.9.2.zip" ```
When I try to build a wheel on python 3.11 on my windows2012 R2 Server I get an error related to setuptools_rust. I do have setuptools and setuptools_rust installed on...
Only the build output should contain the generated preloads. Is there a setting for that? Why does the plugin touch the index.html in the first place?
I have a crossbar session from client A (browser) and a session from client B (server) both with autobahn-js. 1. client B has registered an async function `myfunc` which has...