Sebastian Raubach

Results 16 issues of Sebastian Raubach

I've got a situation where I need to request the large image (not the thumbnail that is shown before clicking) as a BLOB from the server. This is done because...

### Describe the bug When using `b-table` with the `sticky-header` prop and sortable columns, the stickyness of those columns is broken. Changing the example on https://bootstrap-vue.org/docs/components/table#sticky-headers to this, shows the...

## Expected Behavior I've got a table that is picked up as an anomaly. In this case, it really isn't one though and I would like to tell schemaspy to...

It seems that you have individual codes for Scotland, England, Wales and Northern Ireland, which is nice, but the overall "United Kingdom of Great Britain and Northern Ireland" country code...

First off, thanks for developing this tool, it's been really helpful. I've got one issue so far though: When dealing with .MP4 files (as generated by many digital cameras), vue...

I'm trying to use this library with Vue 2 and Node 16. However, I get the following error when importing the library using this command: ``` import HistogramSlider from 'vue-histogram-slider'...

It'd be great if the component would support `v-model` for the selected values, so that the reactiveness is maintained rather than having to listen to the events being triggered (which...

Currently, when I provide an array of colors to the `colors` prop of VueHistogramSlider, it'll only use the first two colors of any array that I provide. I was hoping...

I'm confused about the `gradient` parameter and how it affects the look of the heatmap. In my case the heatmap only seems to be using a very limited range of...

Great work on this library! I've got one suggestion: It would be great if the library would support returning a Stream rather than the whole list in one go.

enhancement