-
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-1.7.6-1.11.2.jar)
ForgelinPlugin (Forgelin-1.5.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)…
-
Hello
im using windos 7 64bit npm -v is 3.8.9
i try to install the noflo using npm install noflo --save
but getting this error :
```
D:\dev\flow_programming\noflo>npm install noflo --save
npm WAR…
meiry updated
8 years ago
-
Just like traditional programming environments have stack traces and core dumps, it would be useful to come up with a file format to store the state of a FBP network.
The relevant information in the …
-
It is not clear, by reading the [FBP protocol](https://flowbased.github.io/fbp-protocol/), what is required that runtimes send to clients in the Graph Protocol.
For example, by reading the spec, I un…
-
#### Brief description of the issue
proc name: has gravity (/proc/has_gravity)
source file: areas.dm,314
usr: (src)
src: null
call stack:
has gravity(Summer Hardie (/mob/living/carbon/brain),…
-
In many places e.g.
https://github.com/noflo/noflo-runtime-base/blob/master/src/protocol/Runtime.coffee#L44-51
I see component:setsource, but it is missing in https://github.com/flowbased/fbp-protocol…
-
Although the name on the link says "Universal", right now "classical" FBP does not talk to it. Should we discuss how it could be interfaced to "classical" FBP implementations?
@oleksandr and I also …
-
To get out of this, we should make the schemas the canonical single-source-of-truth for all protocol description. Currently this information is in https://github.com/noflo/noflo.github.io/blob/master/…
-
https://github.com/flowbased/fbp-spec is a testing tool for FBP-runtimes. It would be great if MsgFlo supported it, so one can test multi-participant systems same way we now test individual FBP partic…
-
In order to get all the available participant types and their FBP data up, so that the component information can be conveied over to Flowhub over the FBP runtime protocol.