Jukka Raimovaara

Results 32 issues of Jukka Raimovaara

I think that in some components the inheritance of $attrs is little weird. for example if I want to add a class to b-form-checkbox it goes to the input element,...

enhancement
future addition

Hey, just tested the workflow. uuid doesn't work and it balloons to eat all the memory.

Did a quick vue renderer.

add support for http://openresty.org (nginx + ngx_lua + modules)

### Environment - ### Reproduction https://stackblitz.com/edit/github-j1www5?file=content%2Findex.md,content%2Fcontact.yml,components%2FComp.global.vue,app.vue ### Describe the bug Endless loop when querying in a global component used in markdown when using NuxtLayout ### Additional context _No response_ ###...

- [ ] check that we don't use scoped styles anywere - [ ] BModal has scoped - [ ] BFormFile has scoped - [ ] BAlert has scoped -...

enhancement
stale-exempt

There are many places that accept v-html input and the input isn't sanitized for xss attacks, we leave this to the user. I think we should remove all the v-html...

bug
stale

## BInputGroup what is the need for the slots prepend and append, since you can just use the default slot to put elements in order. Why do we have props...

question
stale

### Clear and concise description of the problem You can't limit the size of the floating element easily since it writes style to the element. ### Suggested solution Add max-height,...

enhancement

Inputing a graphql (Postgraphile) interval object results in errors if asked for asMinutes() since the object contains all the keys that are inputed. This only allows keys that are in...