Miguel Angel Besalduch Garcia
Miguel Angel Besalduch Garcia
I have a crash on iOS, it is possible related with this issue. The error crash is: YoutubeKit/YTSwiftyPlayer.swift:250: Fatal error: Unexpectedly found nil while unwrapping an Optional value
On docker run, I put **-e CPU=Haswell-noTSX** and it works: ``` docker run --rm -it \ --privileged \ --device /dev/kvm \ -e CPU=Haswell-noTSX \ ... ``` I don't need to...
> Bit offtopic, but can you use Xcode with Sonoma? I still couldn't install it, getting all kind of weird errors with the installation. For example I don't have input...
I also got this error when the widget is hidden and shown by Flutter, for example inside a Stepper. The problem seems that Flutter recreates the widget than has the...
It occurs the same to me. First time using your libraries, so, new code. Using import/export. I've run the example and do an export. The file generated has only 198...
> @dumabg Can you say how much memory your testing device has please? I'd like to try and recreate this, as I can't on my device (and obviously my Windows...
> @dumabg Thanks. Just to confirm, you're not affected by the migration code? And are you importing/exporting the store when the error occurs? First time using the library. New code....
I've changed the code and put "catetinho" instead of "map", but continues with the same error: Debugger screenshoot, stopped on the problematic line. You can see that the input file...
I have the same problem. After `flutter clean` and `flutter build macos`, the error continues the same.
I've changed all the imports to `@openzeppelin/contracts-upgradeable` and works. Only a curiosity, why exist `import {UUPSUpgradeable} from "@openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol";` if upgradeable proxies must be use always `@openzeppelin/contracts-upgradeable` ?