Farzad Yousefzadeh

Results 26 issues of Farzad Yousefzadeh

It would be amazing if we integrated with IMDB and fetched my rates based on my user on IMDB. Point is: If I already rated a movie on IMDB, when...

Hi, thanks for the great library. I was wondering if there is a way to configure gray-matter to skip reading large content of files with front matter once it found...

Since fetch apis are used a lot in a typical web application, it would be nice to have a `unfetch.defaults` object that sets default parameters of all requests. A use...

possible-addon

I'm trying to write a custom remarkable plugin to add an icon to all links that are external. The approach I took is to mutate the `tokens` array passed to...

It would be good if stockroom provided a way to insert instance of state manager as an input config. do you have any plan for it in the roadmap or...

duplicate

**Description** In case of any runtime errors in ELK and how it renders the machine configuration, the viz is stuck on the loading screen. **Expected Result** An error screen is...

This PR adds support for resetting the simulation state on receiving `xstate.disconnect` through the inspector client. Following: https://github.com/statelyai/xstate/pull/2720

Fixes https://github.com/statelyai/xstate-viz/issues/250 https://github.com/statelyai/xstate-viz/issues/222 https://github.com/statelyai/xstate-viz/issues/223

The URL provided for lodash `_.bind` benchmark test returns 404. It's used in https://mythbusters.js.org/#/function/bind and the URL is https://jsperf.com/bind-vs-jquery-proxy/104 Also, bind works better in the last v8 implementations: https://twitter.com/trevnorris/status/794028307322785792

bug
enhancement
write
Function

This PR: - Separates Visualizer component - Separates EditorRenderer component which is responsible for rendering the editor - Creates a version of visualizer without the editor The part that creates...