philip trauner
philip trauner
I'm greeted with a bit of an error spam every time the autocomplete window pops up: ``` startup, version: 3184 osx x64 channel: dev ... reloading plugin TabNine.TabNine plugins loaded...
Adds line-based ignores as discussed in #7. ``` create table customer ( name text not null, -- squabble-disable-next-line primary key(name) ); ``` I didn't bother to write tests for this...
- **Date:** 2022-08-26 - **Resolution:** Open - **Area:** SwiftUI Framework - **OS:** iOS & iPadOS - **Type:** Incorrect/Unexpected Behavior ## Description Xcode: 14.0 beta 6 (14A5294g) iOS: 16.0 Beta 7...
Hey @adelsz, would you be open to a PR that adds a `queryName` field to [`PreparedQuery`](https://github.com/adelsz/pgtyped/blob/8bb5c1b2c65fd13299313d29cf5b19aa03ff88a7/packages/runtime/src/tag.ts#L63)? This would be great for logging purposes, as the name of a query is...
**Description** The `transform` hook introduced in 6.0 is really neat, but I feel like it would be even better if `ReferenceObject`s could be transformed as well. If this were the...
I split the `Makefile` into a shell script (flattens the source) and `Makefile` (builds the source) combo because the semantics around build systems (required because `emscripten` doesn't allow the use...
`authorizeAndPlayURI` internally uses `UIApplication.openURL(_ url: URL) -> Bool`. While this method has been soft-deprecated for a while now, that appears to have changed in iOS 18. ``` BUG IN CLIENT...