I spent a lot of time to find a solution about Pageable in Webflux, unfortunately, at the time of writing this, Webflux does not support Pageable so I came up w
i have an html element in my database and i would like to replace it with its inner content. Currently the content looks like this: <h2><a rel="nofollo
I am working on an inventory system and and now i need to make it save, but when trying to save it prints this in the output PlayerGui is not a valid member of
I have the following type: type Config = { key: string, label?: string, value?: any, } I want to be able to parse through a deeply nested object of these
Our spring cloud gateway needs to support services located in non-root URLs. For example: https://thehost/api/theservice I can configure the service using Simp
I have a simple fastapi endpoint where I want to receive a string value. In this case I tried it with a json body, but basically it doesn't need to be json. I r
I want to apply this test, not only to column x1, as I do in this example, but to several columns of df. In this case x1 and x2. I tried to put this code inside
In this screenshot there is space around card and i tried many ways but i am not able to remove it, anybody please help. Here is my code class StepOneView ext
What does ExtrinsicPayload exactly do? I want to replicate the logic but something is missing. import { getRegistry } from '@substrate/txwrapper-polkadot';