Eivind Gussiås Løkseth

Results 48 comments of Eivind Gussiås Løkseth

@kg Do you have a reference to the LLVM project you mentioned above? Is that project going to be the preferred way to write C# WebAssemblies and "replace" this project?...

I'm very interested in a working sample app for React IODC with or without redux. Have you got something up an running, @nvwebd?

I've tested and verified that this provider now works fine. ![image](https://user-images.githubusercontent.com/791721/176545943-15d9908a-c76d-4f0c-b68c-08279360bd92.png) ![image](https://user-images.githubusercontent.com/791721/176545993-c121f22d-4eb9-4850-9757-3403ab5936f6.png)

For some reason I'm not able to create a PR for the wiki, but this is the documentation related to this provider: ## Domeneshop ### App settings - `Acmebot:DomeneShop:ApiKeyUser` -...

I suspect a bug when trying to delete a TXT record. I made another commit to this branch, which is not merged into this PR yet: https://github.com/shibayan/keyvault-acmebot/commit/3bd785a2192f29890b32b06fa8735110411a8377 Are you able...

The bug has been fixed and verified with unit tests.

The bug is fixed now in [this commit](https://github.com/shibayan/keyvault-acmebot/pull/492/commits/97aed53b6c8e9d2cffc8d61bda802f2a68422531) and verified with unit tests. I started off copying the `CustomDnsProvider`. For some reason the `DomeneShopProvider` shouldn't combine the `relativeRecordName` with the...

I can rebase on master if you want to merge #491 before this one.

I use sample messages copied from the request and response messages in Postman. ![image](https://user-images.githubusercontent.com/791721/177182438-8b2c6e17-5f15-4762-8b29-45a8508a8c3b.png) It helps, by letting me debug the code and verify the functionality of the provider before...