Volky
Volky
There are 27 Pull requests on hold, and several forks with improvements waiting to be pulled. Please add some collaborators so we can keep up the good work. Let's give...
In this excerpt I believe the `prooph_event_store.projection_managers` was supposed to contain the projection managers names, but currently they're prepended with `prooph_event_store`: https://github.com/prooph/event-store-symfony-bundle/blob/5f0aeca45ae79fecd02416f3165fd062131aa7de/src/DependencyInjection/ProophEventStoreExtension.php#L64-L80 That parameter is only used on the `ProjectionNamesCommand`,...
The step Connector breaks when the step title/label/description changes in size:  This makes it unusable with dynamic content unless you set a fixed `width` to the `Steps` component
The `` `description` field is typed as `string | undefined`, but it actually works perfectly fine with React elements too. If the typing is updated this adds extra flexibility to...
Could you please build it with the latest Mermaid release (currently `8.4.6`) and update the browsers extensions I'm trying to use [chaining](https://mermaid-js.github.io/mermaid/#/flowchart?id=chaining-of-links) but it doesn't work because it was introduced...
Currently the repo expects [Mixed-case checksum Addresses](https://eips.ethereum.org/EIPS/eip-55) on the queries, so if we use addresses with other cases it does not find the resource. E.g: https://repo.sourcify.dev/contracts/full_match/100/0xC4c622862a8F548997699bE24EA4bc504e5cA865/metadata.json works https://repo.sourcify.dev/contracts/full_match/100/0xc4c622862a8f548997699be24ea4bc504e5ca865/metadata.json gives a...
Did you ever think of implementing a`` renderer? I love this lib and its simple API…much better than other bloated alternatives. The only issue with it is the performance, because...
As _Originally reported by @johanneskares in https://github.com/dethcrypto/eth-sdk/issues/102#issuecomment-1130059542_, the generated package is not compatible with yarn workspaces: > Now I can include it as depdendency in my monorepo. Only problem is,...
The 'SubgraphId' is presented in a base58 representation in the dashboards, which is not accepted on Etherscan uint256 parameters. The Token Id, on the other hand, uses the decimal representation,...
The `useSIWE()` hook return is union-typed as any: https://github.com/family/connectkit/blob/825f95e8f6bd9fae16803a63efaa14b87137a793/packages/connectkit/src/siwe/useSIWE.ts#L28 That kills all type inference when using it