Jonas Andersson

Results 8 issues of Jonas Andersson

**Describe the bug** When I try to use csv-parse/sync instead of csv-parse, my deploy to Firebase Functions fail with the following error: ``` Error: Error parsing triggers: Cannot find module...

Is this project abandoned? Have not seen to be any updates last year and no pull requests are merged?

## Brief Description SourceDocs does not seems to support "caseless enums" or static members of structs ## Steps to Reproduce Create a swift file with this content: ``` /** A...

bug

I get the following errror when exporting my app: `Cannot find type 'Font' in scope` On this row: public extension Font { in VFont.swift Any ideas?

I get this print-log a lot (I have a lot of texts in my apps). I guess its related to the fonts I use do not support some variations such...

I have this issue with BouncyRecyclerview that that translationY becomes NaN sometimes. It is kind of hard to reproduce but happens regularly. I fling the view upwards a lot until...

Hi, I get a crash on macOS on the following line in AuthorizationPerformer.swift: `if await applicationStateMonitor.hasResignedActive {` changing it to the follow helps: `if let applicationStateMonitor, await applicationStateMonitor.hasResignedActive {` It...

### Description After setting up .NET MAUI extension to VSCode I always get stuck in notification: "Xcode: verifying environment" and if I run action .NET MAUI: Configure Apple..." and then...

t/bug
area/tooling ⚙️
s/move-to-vs-feedback