Jan Potoms

Results 296 comments of Jan Potoms

Normally this should just work: ``` html ``` ``` js inline: function (block) { fs.createReadStream(block.args[0], {encoding: 'utf-8'}) .pipe(block); } ```

Looks like it gets pulled in through `ssh2`. It seems to be an optional dependency. It says `warning`, and the install command finished with a 0 exit code, so I...

@mnajdova When you have a moment, could you try on the latest master? I've [updated](https://github.com/mui/mui-public/pull/106) the transitive dependencies. I noticed they recently had some updates around windows support.

@b4s36t4 I think we'll need to think through the details a bit more first with the team. I'll likely work on an RFC in the coming weeks as a starting...

While adding a json mode wouldn't be super hard to do since all json is also valid yaml, I don't believe it makes sense to take on this added complexity...

> Do we really need to optimize performance with memoization here? The tables have only 15-20 rows, except for the MaterialShowcase demo which has around 45 rows. This is mostly...

I'm not 100% sure, but I think there is a problem with only publishing changed packages in this scenario suppose A has a dependency on B start situation: A@v1=>B@v1 +...

> How about we check for changes between the last commit and the last stable release instead? That could also work, if that's what we already do for stable releases...

We want to add an option in this dialog: that exists on each parameter. Something like a checkbox that marks it as required, **exact UX needs to be determined**. In...

Before you do, it needs to be determined what the exact UI/UX will be like. I suggest you think about it and propose something before implementing it.