Felix Wehnert

Results 9 issues of Felix Wehnert

This will fix the not working mod installation and the server is able to be online in the steam network

- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...

perf

Swifter does not start its server in a [UIBackgroundTask](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/#//apple_ref/occ/instm/UIApplication/beginBackgroundTaskWithName:expirationHandler:) That is the reason why the Swifter Demo App does **not** work on a real iOS Device but in iOS Simulator....

### ๐Ÿ“œ Description https://github.com/novuhq/novu/blob/next/packages/notification-center-vue/package.json The following package.json pins vue^3.2.45 as dependency. It should be a peer dependency. ### ๐Ÿ‘Ÿ Reproduction steps See above ### ๐Ÿ‘ Expected behavior See above ###...

linear
triage
@novu/notification-center-vue

``` ~/DEV/**** nightly โฏ fastlane run teams 13:37:21 [โœ”] ๐Ÿš€ +-----------------------+---------+-----------+ | Used plugins | +-----------------------+---------+-----------+ | Plugin | Version | Action | +-----------------------+---------+-----------+ | fastlane-plugin-badge | 1.5.0 | add_badge...

This PR will make the Parser capable of detect and recover from a missing comma in a function declaration. The motivating example was the following: ``` func a(foo: Bar foo2:...

We're using a postgres database and its features of having tables in different schemas. At the moment I only see the possibility to select tables (from only one schema) and...

This fixes https://github.com/TablePlus/sql-formatter/issues/7

So I've a postgrse schema named "Kรถln". By pressing CTRL+I the SQL ```sql SELECT * FROM kรถln.tier ```sql will be formatted to: ```sql SELECT * FROM k รถ ln.tier ```...