Kyle Fuller

Results 123 issues of Kyle Fuller
trafficstars

_This is a feature request, which I'm not too invested in. If maintainer do not like, or are not keen on the idea feel free to close it._ At the...

:warning: _I wanted to open a discussion, I know it's obviously too soon to actually start supporting this but I wanted to gather feedback and create a discussion around it._...

enhancement

When you `npm install protagonist` into a project, it takes up around 100MB, over 90MB of that is built artefacts which are not needed by Protagonist at runtime, all that...

``` CXX(target) Release/obj.target/protagonist/src/parse_async.o ../src/parse_async.cc:82:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] resolver->Resolve(Nan::GetCurrentContext(), v8refract); ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/parse_async.cc:84:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute...

```shell $ mkdir build $ cd build $ cmake -GNinja .. -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 -- Check for...

bug

The file `MsonMemberToApie.cc` is effectively empty, containing no symbols and which emits compilation warning. Closes #740

The following API Blueprint emits the warning: > invalid value for 'boolean' type. allowed values are 'true' or 'false' For the default value, where the default is `false`, same warning...

bug

I saw "warning" while bulding only drafter-cli, the compilation contiues and appears to work though. ``` [78/79] Linking CXX static library src/libdrafter.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/libdrafter.a(MsonMemberToApie.cc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file:...

``` ../drafter/ext/snowcrash/src/UriTemplateParser.cc:82:16: warning: local variable 'variableExpression' will be copied despite being returned by name [-Wreturn-std-move] return variableExpression; ^~~~~~~~~~~~~~~~~~ ../drafter/ext/snowcrash/src/UriTemplateParser.cc:82:16: note: call 'std::move' explicitly to avoid copying return variableExpression; ^~~~~~~~~~~~~~~~~~ std::move(variableExpression)...

maintenance

This is really similiar to https://github.com/apiaryio/drafter/issues/350. Repro: ```drafter $ echo '# My Resource [realativePath]' | drafter element: "parseResult" content: - element: "category" meta: classes: element: "array" content: - element: "string"...

bug