Fotis Panagiotopoulos
Fotis Panagiotopoulos
This is the part of the script that performs the above operations: ```sh DATA="{ \ \"tenantId\": { \ \"id\": \"$TENANT_ID\", \ \"entityType\": \"TENANT\" \ }, \ \"additionalInfo\": {}, \ \"title\":\"$TITLE\",...
Just tried again after upgrading to TB v3.4.0, and the problem persists. The call `/api/otaPackage/{otaPackageId}` always responds with: ``` {"status":500,"message":null,"errorCode":2,"timestamp":"2022-07-25T13:16:48.361+00:00"} ```
> @fjpanag use the check here should be enough: https://github.com/apache/incubator-nuttx/blob/master/sched/irq/irq_dispatch.c#L177-L183 I wasn't aware that this check is also present there. Shall I drop this PR?
Hi @hartmannathan, I am sorry that there is no progress on this, but I have limited free time lately. I am thinking of having the number of heap regions defined...
@v01d maybe this should be migrated to apps? If I understand correctly, this is a problem of the network monitor, not of the OS.
I am using a `Transformation - script` node just before, and I construct the message as such: ``` var customer = { name: msg.title, email: msg.email, phone: msg.phone, }; var...
This looks very promising. @Gary-Hobson any progress on this?
There is an issue with commit 85f727f23250df8fd0a29e7a67f60a316b1b1e8c. I am running: ``` make -C nuttx/tools -f Makefile.host clean ``` and I get the following errors: ``` make[1]: Entering directory '/path/to/workspace/nuttx/tools' /bin/sh:...
I just tried this: ```sh $ mkdir test $ cd test $ git clone https://github.com/apache/incubator-nuttx.git nuttx $ git clone https://github.com/apache/incubator-nuttx-apps.git apps $ make -C nuttx/tools -f Makefile.host clean ``` and...
> I don't think it's related to this commit,I run it without any problems I ended up to this commit after bisecting the code. > You can execute make -C...