James

Results 24 comments of James

I'd add to this and say it'd be great if we could also pass a class name in the config object: ```js this.$notify.error('message', { customClass: 'foo' }); ```

@x-yuri thank you for this workaround! FYI anyone coming to this now, for this to work for me I have to use the `bootstrapCustomizations` key in `.bootstraprc` not `preBootstrapCustomizations` (@x-yuri...

I've come across the same thing. As a short term work around you can fix this by setting the `mantissa` property.

@rluders `w-fit` applies `width: fit-content` which is the available space up to the max of the content, _not_ the available space of the parent. `w-full` would do that. So I...

Any news on when this will be merged?

Apologies if this isn't helpful, but under the belief that more examples should help to identify the pattern and therefore the problem; `grunt-npm-install` causes the error too. ied v0.4.7 node...

@namnguyen211 did you ever find a solution to this?

I've just searched for the same thing, and I can't (please correct me if I'm wrong) use the `insert` shortcut because I need to set an `ON CONFLICT...` statement to...

@jawj being a developer is endlessly humbling. Apologies for missing that, and thank you for the help!