Elan Trybuch

Results 15 comments of Elan Trybuch

I am having the same issue. I have `np` installed globally. I run: ```bash npm login Username: elaniobro Password: Email: (this IS public) [email protected] npm notice Please use the one-time...

Any update/movement on this? I too would ❤️ the use of both v3/4 badges on a self hosted GHES instance.

@junedchhipa where is that extra space coming from then? You can see in the images above, that the hamburger menu space is persistent.

@junedchhipa #520 helped to quasi solve the issue I posted. But how can one get this to work with labels and such? As soon as: ```js chart: { sparkline: {...

I got around this, by using negative margins, then creating a new `` with `display: grid` and creating my own labels. Not ideal, but it did work.

Thank you for your reply, how then would you set the default value, along side required? `* @vue-prop {('cube-grid'|'three-bounce')} [name='cube-grid'] - name of loader to use` `* @vue-prop {('cube-grid'|'three-bounce')} name...

@Kocal fair enough, but the documentation is then confusing since `Required?` says `no`. Would it not make more sense to then void the value e.g. `-`since the `Default Value` is...

nope. Although, Typescript itself, is documentation, I am still hoping for a fix.

I had the same error with another plugin I was using. The error for me is/was in the config. Trying modifying yours to read as: ` "include": [],`