Results 20 issues of Will

Great library, one small issue I'm having though. It seems like you resolve built-in keywords/functions before the variables (from the ContextModel) are resolved. This yields a couple of problems. If...

bug

Hi, I have a after affects animation I'm trying to render and there's a strange visual clipping that occurs in the middle of the animation. Is there a way to...

Shouldn't [this line](https://github.com/EIPStackGroup/OpENer/blob/cef2833fcf2ea9fda68f85c4638429956128daf5/source/src/cip/cipqos.c#L75) be: ```c const EipUint8 ** cip_message = &message_router_request->data; ``` instead of: ```c const EipUint8 ** cip_message = message_router_request->data; ``` Additionally, the same case for [this line](https://github.com/EIPStackGroup/OpENer/blob/cef2833fcf2ea9fda68f85c4638429956128daf5/source/src/cip/cipcommon.c#L967) Thanks,...

It would be useful to be able to send custom opcodes (like custom binary ops). Libraries like https://github.com/uNetworking/uWebSockets/tree/v0.14 are able to expose received opcodes which would be super helpful for...

I'm trying to create a search view that shows suggestions and if the user types anything, then the suggestions are removed. However, when trying to hide suggestions with searchView.dismissSuggestions(), the...

In Behavior - Scenario 8, ART sends a AR Connect request, waits for a AR success response, and then sends an identical AR connect request. While the stack does raise...

usage

In Proneta, when a device is assigned an IP suite, right clicking the device in the _Graphical View_, there is an optional to edit additional I&M data: ![image](https://github.com/rtlabs-com/p-net/assets/11671115/6fb1de62-e64d-4196-a467-29ab1edc40f8) A dialog...

bug

I'm currently having an issue where a Proneta scan against my device running this stack returns no IM0 record data. In other words, this section is _missing_ from Proneta: ![image](https://github.com/rtlabs-com/p-net/assets/11671115/f3a3567a-4082-4edf-ab0c-8a9f9c3eafae)...

This is my first go at a fix for #555, please confirm that the issue does indeed exist and that my fix is the preferred way you want it done....

Hi, I'm getting another export issue and was wondering if you had any insight into why it might be happening. Why I export my model to a `.g3db` export, I...