Matija Marohnić

Results 237 comments of Matija Marohnić

I'm learning (more) about streams in Node.js now so I can finish this PR. I actually never studied them before, I somehow managed to get by in gulp without it,...

If you have some good resources, I'm all ears. 👂

You might be installing the wrong package? The correct one is `@mapbox/rehype-prism`, not `rehype-prism`.

I believe the fix is to add something like this to your `keymaps.cson`: ``` 'atom-text-editor[data-grammar~="css"]:not([mini])': 'tab': 'autocomplete-plus:activate' ``` I haven't tried it, though.

@Jarmos-san doesn't look that way: tpope/vim-surround#278 I wonder if there's a vim script we could insert somewhere to make this work…

# Repro I created a Docker container with instructions how to reproduce the issue: [silvenon/lerna-bootstrap-issue](https://github.com/silvenon/lerna-bootstrap-issue). You can check out the failing (`lerna bootstrap`) vs successful (`lerna exec yarn && lerna...

@TheAifam5 @elie222 what is your Lerna configuration (`lerna.json`)?

Maybe, but it seems like the `shared` part of your `packages` field doesn't match workspaces configuration. I think it should be `shared` rather than `shared/*`.

@pipboy3000 yep, the `useToaster` example has the same problem as the `Toaster` component, so I think it's enough to edit the condition to be `el && typeof toast.height !== "number"`...

@timolins this can be closed.