Pedro Heliodoro

Results 32 comments of Pedro Heliodoro

@dotenorio the full clean is useful to me, although, truth be said, I don't use it as much. I currently use CopyClip in my computer at work, and sometimes I...

I agree on this. You could provide an option to explicitly remove the LICENSE files. That way you leave it up to the developer to clean them.

I was able to fashion a function to add slides. It can re-render the progress bar and the internal counting, but it causes a glitch in which, if I add...

I'm afraid I can't since I have forked it. Besides, I didn't changed the original code. I just did this: ```js var STEP = $("#example-manipulation"); var TOTAL_STEPS = $("#example-manipulation h3").length;...

Hello I have the same issue with the hello.js on a new domain and app. On a older app and domain it is working as expected... Older App ( &...

That worked ( using me?fields=xxxx ). But on the older app ( same api version ) worked without requesting fields -.- Facebook giving special treatment to older apps is less...

I second the opinion of @thepra Including a bundle for download would be great. Personally I don't really need the languages bundled in.

I use the following approach: ```css body { counter-reset: article; } article::after { counter-increment: article; content: attr(data-pageLabel) counter(article) " "; text-align:right; display: inline-block; position: absolute; bottom: 15mm; right: 15mm; font-size:...