thislooksfun
thislooksfun
I have the settings project.yml ```yaml name: '' options: bundleIdPrefix: '' groupSortPosition: top createIntermediateGroups: true settings: base: PRODUCT_BUNDLE_IDENTIFIER: '' CODE_SIGN_STYLE: Manual DEVELOPMENT_TEAM: '' configs: Debug: CODE_SIGN_IDENTITY: iPhone Developer PROVISIONING_PROFILE_SPECIFIER: 'match...
## Search Terms validation.notDocumented, parameter, return value ## Problem Now that `validation.notDocumented` has been fixed to work with functions (https://github.com/TypeStrong/typedoc/commit/98841f5b6c79a2314f5bde6d328fe0b6f4e56bea), it works pretty well. However, there are two more areas...
## Search Terms sidebar, category, exports, class, interface ## Problem When exporting a large project the sidebar quickly gets overloaded with semi-internal types that 99% of users won't use, thus...
This is a first draft of a new option to bypass checking remote access. It only works in dry run mode. There is still some work that needs to be...
Previously, "No such file or directory" errors would point to this line in this file, i.e. `fileError(2, "No such file or directory /Users/[redacted]/Desktop/Programming/Swift/Perfect/[redacted]/Core/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/File.swift open(_:permissions:) 245")` This change will replace that...
It would be really nice to have keyboard shortcuts to switch tabs (maybe 1-6 [or 1-5 if spells are hidden], or associated letters [s,f,i,p,j, etc]?) It would be great to...
In a few of the spell descriptions, there was a typo saying "tire" instead of "fire".
For why this is necessary, see solidjs/solid-testing-library#10.
The following code is possible: ``` function main() { let foo = [1, 2, 3, 4] mut slice = foo[1..2] slice[0] = 5 println("Foo is {} and the slice is...
I'm trying to recursively add a tag all the files and folders in a path, which is working perfectly except that I have added a simlink to a directory on...