András Mózes
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'])); ```  **Output:** ```php...
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...
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...
**Describe the bug** I noticed that `SettingsExpander`'s `DescriptionText`'s `FontFamily` is `XamlAutoFontFamily` and not `Segoe UI`. **Screenshots**  **Desktop/Platform (please complete the following information):** - OS: Windows 10 - FluentAvalonia latest...
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...