Edgar T

Results 10 comments of Edgar T

> Save `TweenMax.min.js` and `animation.gsap.js` locally (_these imports use_ `/js`) , then use the following sorted lines: There is no need to save those files locally, you can use: ```html...

Hi everyone, here with the same oddity > ```ruby > if number == 1 then puts "One" > elsif number == 2 > puts "Pellentque morbi-trist sentus et netus et...

That's true @dvandersluis! As you mentioned, "... a _new **layout** cop_ to check for consistent `if...else` styling..." sounds pretty good to enforce the preferred style!

It seems that the error is only present when using Jekyll `v3.8.x`, When I make a build using `v3.7.4` there isn't any warning but as soon as I update to...

Hi @fongandrew Just to let you know that this issue was long fixed via https://github.com/jekyll/jekyll/pull/7679. It got my attention again because the fix was also merged yesterday to GitHub Pages...

Hello @matteius , When converting `sys_platform` to a marker, it solved the error when it had to be excluded (e.g. macOS, linux). But, it introduces an error when it has...

Problem solved To solve this on all platforms, I was forced to specify some version rather than `*`. i.e.: `pywin32 = {version = ">=306", markers = "sys_platform == 'win32'"}` With...

This error is only present when using Jekyll from `v3.8.0` to `v3.8.5` as it was fixed in `v3.8.6` and further via jekyll/jekyll#7679. It got my attention again because the fix...

> Initial work has begun in the [whatsmeow branch](https://github.com/normen/whatscli/tree/whatsmeow) Thanks for that @normen! --- > * Only basic text messages are received As of e249b112b69f8683bb1f9ddc9fda3387fab12ed6, I do receive all basic...

> any updates on the [whatsmeow-branch](https://github.com/normen/whatscli/tree/whatsmeow) , does it support multi-device? Yes it does but it is a WIP