Daniel Schmitz
Daniel Schmitz
# Add Uri StringSyntaxAttribute syntaxes - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your change, where applicable. -...
### Description Includes my community project template in the readme. ### Linked Issues ### Additional context
### Reporting a bug? I am using `import VueI18nVitePlugin from "@intlify/unplugin-vue-i18n/vite";` `vite: { resolve: { alias: { "vue-i18n": "vue-i18n/dist/vue-i18n.runtime.esm-bundler.js", }, }, plugins: [ svgLoader(), VueI18nVitePlugin({ include: [ resolve(dirname(fileURLToPath(import.meta.url)), "./locales/*.json"), ],...
Most of the JSON-RPC ecosystem over WebSockets returns JSON over text frames, unlike the Nimiq JSON-RPC server. This creates friction for existing client libraries that expect the responses over text...
While working on creating TypeScript typings from the generated `openrpc.json` file, I noticed some issues: ### 1. Missing Types Certain types that are defined in the source code are missing...
**Description** I am currently utilizing a community-maintained TypeScript RPC client for interacting with the Nimiq Albatross network. However, I've encountered issues with incorrect typings for some response types. Additionally, when...
After reading a docs for systemd.service I noticed that for long running services the recommended value is 'on-failure'. However the nimiq-client.service has no restart option set. See systemd.service docs: https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#Restart=...
# Feature: Ledger Wallet Support for Signing Messages This pull request introduces the ability to use Ledger Wallets to sign messages. ## Key Notes ### 1. StatusMessage Component - I...