Tanet Trimas

Results 12 comments of Tanet Trimas

I did something along these lines which worked nice for our use-case: ```typescript jsx interface SanityResponse extends SanityDocument { beskrivelse: string; embeddedInnhold: PortableTextBlock[]; maal: string; tittel: string; } function MyComponent()...

Hi! I am considering implementing support for this. Would this be considered a breaking change given that PKCE is required in OAuth 2.1 or should it just be optional to...

It is possible in the UI/Web today (attached article here: https://tripletex.no/execute/docViewer?articleId=1022&language=0), but we do not have an api endpoint specifically for paying customers back via the bank integration.

I dont think that would work, because the function described in that document is primarily for paying back customers if they have paid too much on that invoice originally. I...

Hi @nulltoken I have now implemented support for PKCE in this PR. Appreciate if you or somebody else of the maintainers could have a look, whenever you have the time...

Oh I did not notice that 🤦‍♂️ i’ll fix that 😄

The diff should be much more managble now 😅

Thanks for the feedback. Seems I misunderstood how the assertion functions in your codebase is supposed to be used, I will look into it and refactor it to not use...

> @tanettrimas Hope everything's alright on your side. > > Just a few minor thingies to straighten and we should be to release your feature 😉 Hi :) Had some...

Hi, will do. I must admit that I lost a bit motivation after so much nit-picking on whitespace changes. But I will rebase and then you can give another go...