Roberto Prevato

Results 135 comments of Roberto Prevato

Hi @jschappet, Please try the following: define a subclass of KingTable, overriding `sortColumns` function to do nothing. This function is called upon initialization, to apply the first order to the...

Hello! The library creates pagination automatically and sends GET requests with the following key-values inside the query string (example): ```js "page": 1, "size": 30, "sortBy": "name asc, color desc, red...

Hi Matt, the support for grouping items is definitely on my priority list - I also listed it on top of "Nice to have" features in GitHub, here: [https://github.com/RobertoPrevato/KingTable/projects/1](https://github.com/RobertoPrevato/KingTable/projects/1). The...

Hi @xichro, I am working on the support for grouping; here I uploaded a picture for preview: colors table grouped by "red", "blue" and "hue" properties [![grouping wip](https://gist.githubusercontent.com/RobertoPrevato/9ff1fc2fe8acf15bbbe6094a836697f8/raw/84810952d10b975661e9689abb390fb975087f65/kingtable-grouping-wip.png)](https://gist.githubusercontent.com/RobertoPrevato/9ff1fc2fe8acf15bbbe6094a836697f8/raw/84810952d10b975661e9689abb390fb975087f65/kingtable-grouping-wip.png) I am...

Hi @masterfulEJ, In my code, the variable '_' is imported, that's why it works in my source code but not in your context. You need to import the same module,...

I was just digging into a similar topic in the last days: OpenID Connect, OAuth2, validation of JWT issued by Azure B2C in Python, I made a working setup for...

I agree it would be useful, but not inside `aiohttp`. I think that handling specific scenarios should reside on a upper level, for example a class that internally uses an...

In this case yes, if you need a way to reuse connections and this is not possible, but still I think it should be abstracted from NTLM. I just took...

Hi! Thank You for reporting this issue. You are right that the class should allow configuring that property in the constructor, this can be easily fixed. It is not a...

Hi @clementpoiret I apologize for replying late - I was very busy this week. I am not familiar with Vercel, therefore I did a bit of reading. Judging by the...