András Mózes

Results 8 issues of András Mózes

**Prettier 2.0.0** **PHP Plugin 0.18.4** ```json "prettier": { "phpVersion": "8.0", "useTabs": true, "singleQuote": true } ``` **Input:** ```php $measurement = (fn($m): Measurement => $m)(Measurement::query()->find($id, ['time', 'raw_gyro'])); ``` ![image](https://user-images.githubusercontent.com/49973426/160775168-588bc476-68c0-4aba-b298-d5eb78ac08cc.png) **Output:** ```php...

bug

Hello **@alecthomas**, first of all let me to say _Thank you!_ for this outstanding package. I try to utilize the feature of `PEP 593` which actually works fine, but _let...

Hello @**pgjones**, I just would like to keep up this topic. There was a [discussion](https://gitter.im/python-quart/lobby?at=5f46beffdfaaed4ef50ff1ac) in which Nathaniel J. Smith mentioned that `async for` support for `websockets` would be more...

enhancement

Dear **Adrian**, first of all I would like to say _Thank you_ for this awesome package. It is really great. Maybe I was not enough thorough but `'import_write': confuse.OneOf([bool, 'ask',...

**Describe the bug** OPC UA events subscription does not work. I enclosed a picture in which it is clearly visible that `evfilter.SelectClauses` elements' `TypeDefinitionId` == `NodeId(Identifier=0, NamespaceIndex=0, NodeIdType=)`. It should...

**Describe the bug** `FlyoutBase.AttachedFlyout` digest the click event. - I mean I have to click twice. First the `AttachedFlyout` gets closed, next the `TextBlock` loses the focus. **To Reproduce** Steps...

bug

**Describe the bug** I noticed that `SettingsExpander`'s `DescriptionText`'s `FontFamily` is `XamlAutoFontFamily` and not `Segoe UI`. **Screenshots** ![image](https://github.com/amwx/FluentAvalonia/assets/49973426/938ae393-8c11-489c-b581-542eace42417) **Desktop/Platform (please complete the following information):** - OS: Windows 10 - FluentAvalonia latest...

bug

Hello **oremanj**, I would like to ask for your kind help. I use your _tricycle_ library in one of my project with great pealsure. 👍 ```python import trio import tricycle...