toddsmith-adsk

Results 9 comments of toddsmith-adsk

https://codesandbox.io/p/sandbox/primereact-demo-forked-dc785t?file=%2Fsrc%2FApp.js%3A137%2C24 Works for DataTable but not TreeTable. DataTable uses ObjectUtils.getJSXElement() and TreeTable does not. ```title="DataTable" const createFilterElement = (model, index) => { const value = model ? model.value : null;...

BTW this code looks odd in TreeTable.js ``` if ( (isStrictMode && !(findFilteredNodes(copyNode, paramsWithoutNode) || isFilterMatched(copyNode, paramsWithoutNode))) || (!isStrictMode && !(isFilterMatched(copyNode, paramsWithoutNode) || findFilteredNodes(copyNode, paramsWithoutNode))) ) { localMatch = false;...

> @mtsmith why not submit a PR? Wouldn't that be easier than maintaining your own custom build? I need the fix asap so I can get other features working.

Sorry I don't have time for a PR but here is the fix ![image](https://github.com/user-attachments/assets/e95cf74e-9f46-4332-9c88-63850dedb065)

I was able to get this working by running the following command npx nx@latest init after that was install I no longer got the **nx Daemon is not running.** error...

> I assume this is an issue only for IAsyncEnumerable This is for a regular non-IAsyncEnumerable response.

I'm using Negotiate to return MemoryPack serialization and not json. I'll try and make a small demo.

Here is a demo of the issue [carter-memorypack-api](https://github.com/toddsmith-adsk/carter-memorypack-api)

You tested both the / and /result endpoints and got the same result? The / endpoint is the one that should generate an error on my windows box running Visual...