27 Jan 2023 |
simonemarin[io] | looking at regex options right now | 10:59:50 |
simonemarin[io] | * fromm a websocket I get an array of objects ej: [{"prop":"value"}, {"prop":"value1"}] | 11:21:38 |
bj-rn | can you send it like this:
{
"MyObjects":{
"Objects": [
"Foo1",
"Foo2",
"Foo3"
]
}
}
| 11:45:23 |
bj-rn |  Download image.png | 11:45:51 |
bj-rn | * can you send it like this?:
{
"MyObjects":{
"Objects": [
"Foo1",
"Foo2",
"Foo3"
]
}
}
| 11:46:10 |
simonemarin[io] | yes I can change the JS code to send an object withthe array inside | 11:59:07 |
simonemarin[io] | on a side note, I am sending an array because if I try to send each object one by one there seem to be a bottelneck somewhere and I cannot get all of them in Gamma, trying to send around 100 messages per seconds, locally, that should be doable with websockets | 12:01:15 |
chk | What is the way to go to switch between different nuget versions in a patch? Can two different documents in the same vvvv installation reference two different nuget versions? | 12:53:00 |
sebescudie | Yes, but afaik when you create a fresh patch you can only référence the newest. | 12:57:21 |
sebescudie | * Yes, but afaik when you create a fresh patch you can only reference the newest. | 12:57:31 |
chk | So for instance when using the new fuse, how would I use the stable version in one project and the pre release in another? Using different vvvv installations just for this seems a bit odd | 12:59:14 |
sebescudie | Yes, I'm not aware of any solution regarding that issue. You could use the nuget path argument to point it to a folder where you have the preview version installed, but that's cumbersome. | 13:00:50 |
chk | So I assume in the long run, it should be possible for the dependency menu to show different installed versions of the same nuget and easily switch there? | 13:02:18 |
sebescudie | I would expect that to be possible at some point yep! | 13:03:15 |
sebescudie | (You could still manualy edit the XML though..) | 13:04:04 |
chk | Okay, so for now I just use two different preview versions of vvvv 5.0 and install the preview version of fuse in one and the stable version in the other | 13:04:38 |
chk | Or use 4.12 for fuse stable, and 5.0 for fuse preview | 13:05:10 |
sunep |  Download image.png | 13:12:41 |
sunep | In reply to @sunep:matrix.org sent an image. I am obviously installing it anyway | 13:14:25 |
tebjan | same here | 13:15:37 |
tebjan | certificate missing or expired? | 13:16:11 |
sunep | In reply to @tebjan:matrix.org certificate missing or expired? is it a question for me? | 13:16:42 |
tebjan | no, for the build server | 13:22:59 |
| wnmp joined the room. | 17:53:30 |
c nisidis | iorec: thanks for the Warppoint code, it works like a charm! | 19:26:13 |
iorec | glad it helped. but all credits to wirmachenbunt: | 19:43:33 |
TremensS | Hey,
Is there a Gamma equivalent to the "Interval" node from Beta? | 20:10:36 |
tebjan | In reply to @tremenss:experienss.modular.im Hey, Is there a Gamma equivalent to the "Interval" node from Beta? you would do that differently in gamma. a loop and the RangeContainsValue node, probably.. depending on your use case | 20:15:02 |
TremensS | Ok, already started patching it but wanted to make sure there was not a stock node already | 20:15:31 |
gregsn | Als Antwort auf @bj-rn:matrix.org Hey devvvvs, will there be any new 2021.4 releases or will the next stable be 2022.5? * Depends on whether there is a need. A vvvv gamma 2022.5 release is in sight. Please tell us more about your needs | 21:22:59 |