manny
manny
**Context:** In hope to create a local development environment that could be used for tests, this ~~is a WIP PR that~~ will help others easily test a deploy version of...
**Context:** Proposed solution updates example code with small fixes for imports and adjusted output to handle error a bit clearer. **Working Example:** https://replit.com/@codingwithmanny/open-rpc-validateOpenRPCDocument?v=1#index.ts
**TR:** Yardım etmek isteyen varsa şu anda NextJS ve ReactNative gibi ortamlar ve çerçevelerle yerel olarak çalışacak alternatif bir TypeScript Iyzico SDK üzerinde çalışıyorum. Şu anda devam eden bir çalışmadır,...
**Describe the bug** The component disappears and gives an errors in the console log after signing up with an email, then connecting github, and adding a web3 wallet. **To Reproduce**...
# Context Initial `useConfig` exposed with example application in `playgrounds/custom-layout`. The goal is to expose more hooks as needed. BREAKING CHANGE: No Closes: #124
# Context Fixes the issue of when running `npm pack` which excludes `.gitignore`. BREAKING CHANGE: No Closes: #106 # Issue (Before) Assuming that `npm pack` is used to bundle the...
# Context Work-in-progress branch. Adding support and examples for supporting multiple languages. BREAKING CHANGE: No ## Reference Discussion #91 # Features i18n Feature: - [x] vocs.config.ts - `sidebar` example [i18n...
# Context Missing `.gitignore` when creating a new project. # Steps To Reproduce ```bash pnpm create vocs; # follow steps ``` Then take a look at the full directory. ```bash...
# Context As I'm updating the theme config in `vocs.config.ts` I would like it so that changes are applied immediately versus restarting the server to see those changes. _Example:_ **File:**...
# Context Similar to vitepress, I would like the hooks, example `useConfig` to be expose to take advantage in custom components. # Proposal Here's an example of what I'm proposing....