Marcel Overdijk

Results 60 issues of Marcel Overdijk

First of all kudos for this library 👍 As it provides a streaming api approach it's very suitable for large Json/Yaml documents; I tried other similar libraries but I faced...

I'm trying to measure a [Caffeine](https://github.com/ben-manes/caffeine) cache on JDK 10: ``` java version "10.0.2" 2018-07-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13,...

### What version of `astro` are you using? 1.0.5 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

### Bootstraptable version(s) affected 1.21.0 ### Description When making a sort, I would expect the table to reset to page number 1 automatically. But this is not the case. Steps...

Bug

### Description Add a `searchClearButtonSelector` option. Together with the existing `searchSelector` this would make it very easy to create a different looking search bar **without having to write any custom...

### Description Similar as `filterBy` it would be nice to have a `sortBy` method feature. This way a table header could look like below: The "Sort by:" dropdown could call...

### Bootstraptable version(s) affected 1.21.0 ### Description When using the cookie extension to remember table state, when searching the current page is not reset to the fist page. Steps to...

Bug

### Description I've searched for other support questions but couldn't find anything related, so maybe this is not tried yet. I have json file with a structure like: ``` [...

help-wanted
awaiting reply

### Description I’m trying something out where I have a Bootstrap Table from html. It’s basically an existing app where we want to spice some tables with search and sort...

help-wanted
awaiting reply

The GraphiQL configuration options already have: ``` /** * Optionally provide the query in a controlled-component manner. This will override the user state. * * If you just want to...

enhancement