Federico Di Marco
Federico Di Marco
I am experiencing the same issue, the error happens when you change both the binded value and the item list. As a workaround you have to call twice StateHasChanged, first...
I am experiencing the same issue on a MatSelect with latest package 2.7.0 (I need to realize 2 cascading matselects, e.g. the selected value from the first matselect updates the...
@dnobori the code has been implemented, but even with DisableJsonRPCWebApi the internal ip address and port of the server are displayed to everyone on internet in the forbidden response ...
@metalefty Hmm I am not an expert of Softether code but your code seems to be relative to JsonRpc which should not be my case since by setting DisableJsonRpcWebApi to...
Doesn't work, you closed the issue too early, please reopen it. I attach the verbose log, it seems that it uses the "xtensa-esp32-elf-gcc -x assembler-with-cpp tool" to compile the .S...
On unmodified Arduino IDE it does not work, you must add tools and scripts to Arduino as reported in https://github.com/duff2013/ulptool
No I had to switch to Arduino
Oops sorry I put a wrong link to documentation, the right one is [here](https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/EFCoreREDataTypeMapping.html#GUID-4FF3A9A3-AE49-431B-A4FB-31F8C53FCCF5). This documentation contains an advice should you wish to change manually the default mapping in the...
Yes, I can manage meanwhile with the second option. What I mainly wanted was to point out this limitation and to get it addressed in future releases. Thank you for...
A requirement came to my mind which you may take into consideration: besides allowing the mapping of a general Oracle datatype (e.g. NUMBER(3)) to .NET type (e.g. short) the configuration...