Results 31 comments of Razvan Caliman

Hi, @naveen305! I briefly checked the included examples in the `/demos` folder with Firefox on Mac (browser which does not support CSS Shapes natively) and there are no errors. Are...

Thank you, @Landerson352! That may be a good workaround. Going forward, I do not recommend people use this polyfill as it is no longer maintained. Instead, I recommend using [Feature...

@betravis Is this use case currently handled by the polyfill?

Polyfills for obvious Array functions added in d0fa8445e321ed0afd7040318420b4f03dabb399 Not sure how to handle the querySelector issue at this point. I'd be in favor of avoiding to support a browser that...

@raphaelgoetter There are no active plans to maintain this project. This polyfill was supposed to be a stop-gap solution until native CSS Regions support caught up. With the removal of...

It shouldn't be too difficult to adapt this for editing SVG ``. Under the hood, this library already uses SVG (Snap.svg) to draw the editor UI. The polygon editor is...

@Lunar-Bunnies, @dilinger, I'm sorry, folks. I'm unable to work on the extension for the time being. But you can likely solve this problem by switching to the chronological Twitter timeline...

I can confirm this too. The process starts successfully and then exits without any error code. `keepalive: true` is a viable workaround which keeps the process running. grunt-contrib-connect `v0.9.0` on...

@j-delaney You'll need to use the [all_frames](https://developer.chrome.com/extensions/content_scripts) option in the manifest for the content script so that it loads in all frames available on the page.

Acknowledged. Brackets 1.1 with the CSS Shapes Editor fails to maintain Live Preview connection. I will investigate.