braco

Results 103 comments of braco

I'm sure the community would appreciate it, even if it were just to see an example. The eventual ideal would be: 1. Edit React components visually, in-place (the other issue...

@zackify you're the man!!!

Here's the repeating function I'm using https://gist.github.com/braco/5c48ad162dcd27f072debc3967aee0b0 PS it looks like someone is working on a WP plugin for structured output: https://github.com/WordPress/gutenberg/issues/4763#issuecomment-382514026

Need to document the cache as well, it's not obvious that it's memoized. And the deepEquals technique won't always work, there should be a optional function to check equality

@Nodlik can you list a more complete example anywhere? I'm having a hard time getting the styling working too

Removing objectMode from csv() and parsing the json further down seems to work: ``` reader .pipe(csv({},{flatKeys:true})) .pipe(through2Concurrent.obj( {maxConcurrency}, function (chunk, enc, callback) { let self = this; const _chunk =...

Ah, the old spending 4 hours in Netlify build hell because of some weird unsupported thing again. Oof. Can anyone from Netlify take ownership of this problem? @erezrokah? 5 year...

Thanks @rayterrill, you also do this: `NODE_OPTIONS=--max_old_space_size=4096 csv2geojson ...`

Same problem, @wszydlak did you find a workaround?