Christian von Arnim
Christian von Arnim
imho install is done in each subdirectory ``` install(TARGETS SUB_DIR_TARGETS EXPORT jsonutils-export LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) ``` At the TopLevel, the install-EXPORT is done (once): ``` install(EXPORT...
After some time I got this working in react with typescript. But it requires the very bad workaround: `items as any as DataItem[]`. I was not able to find any...
In my opinion all sub types of HasComponent and Organized should be allowed there, including potential extensions of companion specifications:  Maybe the "includeSubtypes=true" code of the browse request can...
If anyone works on this, here is a hack to fit to the height of the outer element (with must have set a height). page-fit should be the minimum of...
Should be fixed by #156
@paranic You may try it again with the recent Version.
I've fixed this with a less intrusive way (without ejecting), by adding `FixImport.ts` (i'm using a typescript setup, for js, use the file suffix .js/.jsx) and import this as the...
I've done a temporary solution. https://gist.github.com/ccvca/d7c3b90122ac96dc9485afaa0d10b3f5 Using this FindEasyloggingpp.cmake file will provide you find_package support with the current version of the library. Usage: 1. Install the static library 2. Add...
Another quick hack, without any deep config changes. Just add this to your index.html: ``` import { Buffer } from 'buffer'; window.Buffer = Buffer; ```
I guess that the NodeSet Importer will also provide a data type definition for you, so there is no need to use the generated one: https://github.com/open62541/open62541-nodeset-loader/blob/5e517fc78f5ff8c4cc56521321b983c0bef0a07b/backends/open62541/src/DataTypeImporter.c#L468