Ricardo Tomasi

Results 17 issues of Ricardo Tomasi

For async tasks. See #12

enhancement

- document all accepted path formats, wildcards, etc - explain callback logic for multiple files - sync vs async - common task patterns

bug

The site mentions 0.7 but it's not here. whatgives/

Neither of schema-dts or svelte are used at runtime, but they end up in the production node_modules due to how peerDependencies are handled by npm. - `schema-dts` has typescript as...

I spent some time today porting react-fractals to choo. You can see the result at http://choo-fractals.surge.sh, source at ricardobeat/choo-fractals. Preact version used as base: https://preact-factals.surge.sh/ A comparison of several rendering...

The original script had a `--remove-doctype` option [1], was it intentionally removed? [1] https://github.com/pwfisher/scour.py/blob/master/scour.py#L3183

enhancement

How does this app handle conflicts between multiple editors? It seems it is just saving the full text for every change (last write wins)?

A long time ago, in a galaxy far far away: https://github.com/MacGapProject/MacGap1 macgap has much wider API support, but has been suffering from lack of interest. How about we direct some...

These will be moved to their own repos under the RyeJS org. They might still be maintained, but most people will want to use other more feature-complete alternatives.

Let's say you have ``` one.on('click .two', function (e, el) { // e.target = can be a descendant // el == the delegate root // this == xxx }.bind(xxx)) ```...

bug