Kyle Harrison

Results 9 issues of Kyle Harrison

Hi there While I understand that just through a little digging its easy to notice that this bundle just wraps HireVoice into a configurable service container for Symfony2, and that's...

This error comes to me via usage of Angular Universal. When attempting to serve my development server and accessing any of the pages, I am greeted to a blank screen...

https://angular.io/api/animations/stagger Real world example: usage with `*ngFor` This is currently what I can do ``` animations: [ trigger('loopAnim', [ state('in', style({ height: '*', 'padding-top': '*', 'padding-bottom': '*', 'margin-top': '*', 'margin-bottom':...

enhancement

``` .btn { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f2f5', endColorstr='#d1d9e1', GradientType=0); } ``` Throws this exception ``` Parse error on line 1483: ...t-x; filter: progid:DXImageTransform.Mi ----------------------^ Expecting 'RIGHT_CURLY_BRACKET', 'SEMICOLON', 'COMMA', 'URL_FUNC', 'OPERATOR_NOT', 'LEFT_PARENTHESIS', 'RIGHT_PARENTHESIS',...

- Ignore for the moment -

Cypher at the moment had a need to use an Or Where clause, figured I'd push back in

@divoxx So apparently, and please forgive me as Ruby is still kind of lost on me, I'm forced to unserialize a previously PHP serialized data structure, which uses "stdClass" as...

Following the installation instructions of ``` add_subdirectory( vendor/elzip ) target_link_libraries(docproc2 PRIVATE elzip ) ``` results in this outcome: ``` -- Fetching zlib https://github.com/madler/zlib master CMake Error at vendor/elzip/extlibs/minizip/CMakeLists.txt:197 (add_subdirectory): The...

MSVC2019 using Latest generated header as of today getting this: ![image](https://user-images.githubusercontent.com/1039911/92988596-d897b180-f481-11ea-98c6-d1ad83d3f6ea.png)