Oleksii

Results 59 comments of Oleksii

@norswap, any chance to get this reviewed? Thanks

> If you have printWidth: 80 and useTabs: true, and you have a line that's indented three levels, how many characters do you have left on the line before prettier...

Neither Parcel nor `@nteract/data-explorer` (which uses Semiotic 1.x) responsible for this issue. The root cause is not yet fixed though: https://github.com/KyleAMathews/element-resize-event/pull/38

I wonder, how `testEnvironmentOptions` is expected to be used? Was it a changed in some recent major Jest update?

I'm trying to figure out a way to define some sort of runtime value validation but it should be a complementary API. Right now you can write some sort of...

> In the rendered markup should we be outputting a `class` attribute only? It should, good catch! At the very least `class` itself is still present which means there is...

I believe this is now fixed by #594 and available in `2.0.0-rc.19`. _Warning:_ only named imports are now available. Use `import { XYFrame } from "semiotic"` over `import XYFrame from...

@dgwyer, if you look at changes introduced in https://github.com/nteract/semiotic/pull/561, recent versions of Semiotic actually became smaller and, most importantly, enabled tree-shaking to ensure unnecessary code elimination on the users side....

I did some more digging into tree shaking in Semiotic, and it is now quite possible that the bundle of choice might opt-out of tree-shaking even `v2.0.0-rc.19` due to some...

I'm currently using those for testing bugs, like #612. I think these are safe to remove along with `targets.docs` entry in package.json. I'll try to come up with some better...