michnovka

Results 66 issues of michnovka

you can now call $('selector').jRange('setWidth', XXX); to redraw slider to be XXX pixels wide

Trying to send ALL funds from secondary (8xxxx) account with Trezor and I am encoutering this error repeatedly: ``` 2022-04-25 15:37:30.485 W (Parent is Wallet(0x7f76bd9ea3c0), parent's thread is QThread(0x561c7d141530), current...

plot now accepts precision for default modifier

### Feature Request I would like to get column options just like in `getSQLDeclaration()` also in `convertTo[PHP|Database]Value` | Q | A |------------ | ------ | New Feature | yes |...

Types
Question

### Bug Report If declaring custom `Type` and its `getSQLDeclaration()` method changes, no migration is generated. | Q | A |------------ | ------ | Version | 3.3.2 #### Summary Implement...

Bug
Schema Management
Schema Comparison
Schema Introspection

Getting the following notice: ``` 2022-06-07T13:05:58+02:00 [info] User Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to...

https://psalm.dev/r/d706b6cb58 I would expect to be able to specify that both templated version of the class `Foo` (`Foo`) as well as non-templated version `Foo` can be used, but this throws...

enhancement
hard problems
templates

After https://github.com/psalm/psalm-plugin-symfony/issues/269 was closed, I was fixing my code to comply with doctrine recommendations and noticed that the exception is not thrown if the parameter type is defined inside an...

bug

```php #[ORM\Entity(repositoryClass: SupportTicketRepository::class)] class SupportTicket { #[ORM\Id] #[ORM\GeneratedValue] #[ORM\Column(type: 'integer')] private int $id; ``` ![image](https://user-images.githubusercontent.com/16553087/189360250-86322a56-41d4-4d47-8c7f-a69bb616b828.png) Given the way that Entities are handled, this should not be triggering a notification

api

Strong typed everything. Symfony 7 support. Dropped Symfony 5 support. Bump min PHP version to 8.0.2. Minor logic fixes. Migrate to new ECS version.