Cristian Pallarés
Cristian Pallarés
### Is your feature request related to a problem? Please describe. Building all of the clients using lerna happens sequentially (even though the cjs package, es package and types are...
For example, the following file: ``` Romania (România) ``` Cause this output: ``` Case Police v0.3.0 1475 files found for checking Rom → ROM ./file ```
The generated icon files in the `solid.heroicons` NPM package use the following type: ``` interface { path: () => JSX.Element; outline?: boolean; mini?: boolean; } ``` For example, `export const...
Basic implementation adding SNS support. - Resolves #2 - Needs #34
Do you think we could have a functional approach for Vuex, like this? I think it should focus store modules, mainly. Basically, would love to benefit from typehinting and have...
### Describe the bug From [TigerBeetle docs](https://docs.tigerbeetle.com/getting-started/with-docker), tried running the docker commands and they fail. Using docker works correctly, but not with orbstack. ### To Reproduce 1. Run ``` docker...
Update the display of node names in the MapView component to show the title if available, falling back to the id if not. Fixes #6457.
We used to have a nice table UI for the `ex.Table` resource, but isn't available anymore.
The backend is a better place to execute the node layout. It will free the frontend from the workload.
Edges (connections between resources) are highlighted and faded but the algorithm should be revisited since it doesn't work as I'd expect.