Miguel Angel Besalduch Garcia

Results 8 issues of Miguel Angel Besalduch Garcia

`docker pull` gives a denied error: ``` docker pull ghcr.io/gamestonkterminal/gst-poetry:latest Error response from daemon: Head "https://ghcr.io/v2/gamestonkterminal/gst-poetry/manifests/latest": denied ```

bug

YoutubeKit/YTSwiftyPlayer.swift:250: Fatal error: Unexpectedly found nil while unwrapping an Optional value

I have a function that deletes some objects. This function works well, but when is used with Firebase Emulator, always return "bucket doesn't exist". go 1.16 **Code** e.g. ``` storage,...

api: storage

### What is the bug? A FlutterMap with a cameraConstraint CameraConstraint.contain(bounds: widget.bounds) gives the assert error "MapCamera is no longer within the cameraConstraint after an option change" ### How can...

bug
P: 1 (important)
S: core

loadTexture only was loading from assets. It wasn't using the isAsset parameter.

On iOS, if the smartphone language is Portuguese, currentLocale returns "en".

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior I've downloaded LocalStack Desktop linux version (`LocalStack-Desktop-community-1.0.7.AppImage`). It doesn't start, gives...

type: bug
area: configuration
area: infrastructure
status: backlog

Using the wizard, create a contract ERC20 with UUPS. The resulting code is: ``` // SPDX-License-Identifier: MIT // Compatible with OpenZeppelin Contracts ^5.5.0 pragma solidity ^0.8.27; import {ERC20Upgradeable} from "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";...