jokaorgua

Results 21 issues of jokaorgua

Hello. Could anyone guide me how to mount current directory into the aarch64 container? I'm trying to do that with ``` dockerRunarg: | --volume "${PWD}:/app" ``` but the volume is...

Hello. First I want to say about the greatness of this library. And the second: is there some way to get real-time updates of all stocks in the market ?...

Hello everyone. I can not understand how to create a recurring event with version 2.* I see that there is RecurrenceRule class in https://github.com/markuspoerschke/iCal/blob/0.11.x/src/Eluceo/iCal/Property/Event/RecurrenceRule.php But I do not see anything...

When using php 8.1.1 I get a deprecation messages ``` Return type of Eluceo\iCal\Domain\Collection\Events::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily...

UuidInterface generates deprecated messasge when using in PHP 8.1 ## Description Current UuidInterface implementation is ``` interface UuidInterface extends DeprecatedUuidInterface, JsonSerializable, Serializable ``` and it generates deprecation message ``` Mock_UuidInterface_e896a8df...

bug

Hello. Could anyone help me to understand how to push ohlcv data into the empty chart right from browser? There is no way from me to get data from vue...

Hello. Could you please build and upload docker images for linux/arm64 arch? Thanks

Hello. I wasn't able to create mocks for the interface ``` import "github.com/bwmarrin/discordgo" type ChannelSendMessageInterface interface { ChannelMessageSend(channel string, content string) (*discordgo.Message, error) } ``` I run ``` docker run...

### Feature Request Would be great if the schema_filter parameter in DBAL allowed filtering of any object including index, column name, etc | Q | A |------------ | ------ |...

Schema Introspection

Assume we have the following ```php class A { use SoftDeleteableEntity; #[ORM\OneToMany(mappedBy: 'a', targetEntity: 'B', cascade: ['remove'], orphanRemoval: true)] private $b = []; } class B { use SoftDeleteableEntity; #[ORM\ManyToOne(targetEntity:...