Skip to content
#

dataflow

Here are 231 public repositories matching this topic...

samuell
samuell commented May 5, 2018

Add a new method:

proc.SetPathAuditHashed(portName string, prefix string, suffix string)

... which will create a SHA1(?) hash the port name plus all the command, parameters, and upstream commands and parameters used to create the specific file.

Usage example:

proc.SetPathAuditHashed("csvfile", "dat/", ".csv")

Internally, it should use a function, that can als

mr-j0nes
mr-j0nes commented Jun 27, 2017

I know you guys are focused on bringing more features to the lib, but it would be good to provide a bit better documentation and examples (I sent another post about this), so the ones willing to use the current version can fully understand what they can do with it..

E.g.

  • I am not sure how to use signals, I can see raft::fileread uses raft::eof, but not sure what is done with it.
  • I don't
joern
dgunay
dgunay commented Mar 23, 2020

I ran into problems with the extremely long APP_CLASSPATH variable in joern-parse.bat when running joern-cli on Windows. The command was too long and the script would die when trying to set the classpath. I got around it by simply passing a wildcard (%APP_LIB_DIR%/*) to the -cp argument at the end of the script.

I'd file a PR but I can't find the script in this repo.

ashley-b
ashley-b commented Sep 19, 2017

I notice when I call Block::registerCallable on a method that has no arguments it does not register a slot for it.
I also noticed when I delved into the implementation that names that are prefix with underscore are treated as private and are not registered also. This should probable be mention in the docs

The doxygen for this method

/*!
* Export a function call on this block to set/g

jonnor
jonnor commented Feb 14, 2017

https://micropython.org is a Python implementation for bare-metal microcontrollers, including some with WiFi support like ESP8266.
It has a MQTT library included for these devices, https://github.com/micropython/micropython-lib/tree/master/umqtt.simple
So it should be usable together msgflo-register-foreign right away. But sending the the discovery message from the device itself would be a bit

elharo
elharo commented Jun 20, 2019

The issue is with

newqa

when a default app has not yet been deployed ot this project.

Apparently, the first service you upload to a new application must be the 'default' service. Not sure why that's true and there's not a lot we can do about it. However,

  1. We should notice if that's what we're about to do and warn the user.

  2. The error dialog formatting here i

Improve this page

Add a description, image, and links to the dataflow 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 dataflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.