Nick Snyder
Nick Snyder
I started this project in 2012 and am happy to see that other people have found it to be useful. I am very grateful for all of the many contributors...
Documentation: https://swift.org/package-manager/ - [ ] Create Package.swift ``` swift import PackageDescription let package = Package( name: "LayoutKit" ) ``` - [ ] Move Library code to a `Sources/` folder? -...
Currently ViewRecycler only reuses views that have a viewReuseId. It could cache views that don't have a viewReuseId by their type and reuse them when creating views.
vscode-jest activates for all roots in a multi-root workspace if [any folder contains jest-related files](https://sourcegraph.com/github.com/jest-community/vscode-jest/-/blob/package.json#L25-29). When it activates on folders that don't have jest files, it spams a bunch of...
It appears that the schemaResolver passed in to ParseSchema must contain all root resolvers for both queries and mutations. Since these are separate namespaces in the graphql interface, it would...
It would be neat if the go language server included at least one example (when available) in the hover tooltip for a symbol. To a first approximation, the example part...
fixes https://github.com/sourcegraph/security-issues/issues/4