marcingolenia
marcingolenia
Hi there! I am looking for an event store which will be friendly to F#, so the one written in F# should be perfect ;D I tried to use it...
Hi there! I wanted to specify other payment methods like stated in docs; https://stripe.com/docs/payments/p24/accept-a-payment?platform=checkout ``` const session = await stripe.checkout.sessions.create({ payment_method_types: ['card', 'p24'], line_items: [{ ... ``` but it seems...
Hi there, I tried different ways but I just can't get the LinkGenerator to work with routef. Let's say I have this endpoints: ```fsharp let endpoints = [ GET [...