Geoffrey (Wolfie) Wolf

Results 14 comments of Geoffrey (Wolfie) Wolf

Hi guys... great project. I have a small issue with compatibility between pageslide and another component; the other component doesn't like position:absolute; on the body. Is there an alternative? I...

I'm going to answer my own question in case someone else has this issue. Lines 42 & 52 define: param.container = $scope.psContainer || false; body = param.container ? document.getElementById(param.container) :...

Guys I just had this issue setting up a local gitlab instance and was able to resolve it by storing my credentials in the git store according to this article....

My pleasure. It will take me some time to get up to speed with your substantial code base but I'm invested in this both personally and professionally. Thanks for all...

So do I understand correctly that to resolve this code review my actions are: 1) Replace any System.out.println's with your approach (even the commented ones) 2) Attempt to find the...

Hi @mayakwd . Certainly. When parsing this code https://github.com/WolfieWerewolf/snow/blob/master/snow/api/buffers/Int16Array.hx I changed the ```javascript #else ``` on line 51 to ```javascript #end #if cpp ``` using the latest Haxe plugin from...

Eric, Have you tried it with the snow project that I mentioned? It breaks for me every time when I make that change. I am also on Linux which may...

I "knew" because the text that was previously "green" was supposed to change to highlighted code because I had resolved the condition of my macro. From "else" to "cpp" which...

Eric, This is great news in one way (I'm not crazy.. well at least not in regards to this) and not so good because there is a bug. But I...

Hi Eric, I'm sorry to be confusing. Here's a slide show. ![image](https://user-images.githubusercontent.com/10762757/61043058-b8ff8780-a3ab-11e9-88c7-1f6750633108.png) ![image](https://user-images.githubusercontent.com/10762757/61043065-bdc43b80-a3ab-11e9-89e9-03a815b54566.png) ![image](https://user-images.githubusercontent.com/10762757/61043077-c3218600-a3ab-11e9-8ed1-a381fc049e99.png) ![image](https://user-images.githubusercontent.com/10762757/61043087-cae12a80-a3ab-11e9-9f5d-701a06d4a38e.png) So let me try to explain as well... The plugin expects the Uint8Array to exist...