Kareem Ebrahim
Kareem Ebrahim
adding a table control with customization would be very helpful rather than creating a bunch of rows and columns
## Context As mentioned in [this discussion](https://github.com/shadcn-ui/ui/discussions/1509), it appears that every time we import a component it has to be first imported in a `.jsx` or `.tsx`, and then we...
## Why below I created a mock application with [`typer`](https://typer.tiangolo.com/) to illustrate my point of view: - better information display - better error display : - type checking everywhere -...
### Describe the bug While running `pnpm tauri migrate` on my Tauri v1 codebase, I noticed that the CLI replaced `@tauri-apps/api/globalShortcut` with `@tauri-apps/plugin-globalShortcut`, which should be `@tauri-apps/plugin-global-shortcut`. Same thing for...
closes #589 ## Changes - Path fed to `--build.bin` is converted to an absolute path always as it is done [here](https://github.com/cosmtrek/air/blob/f6733207ad2d6e5e682448a72c67c7af37c6d7ed/runner/config.go#L329) ### Any breaking change No ### Is this change...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
**Is your feature request related to a problem? Please describe.** Currently, there is no way of visualizing the events that happen in TableX or trace errors. It is also crucial...
## Problem I have a Rust application and I would like to pump the version in my `Cargo.toml` each time I make a new release. My `version` field resides under...
- Adds challenge solution for `wc`. 64f56582ed6968451b563485a4c6d0ee4c018b16 - Adds challenge solution for `json-parser`. ea8924ec72a14c823108190df5234502d9e9a7a9 - Adds challenge solution for `huffman`. c7d03da0241270d00c478890e168b4dbb2513f64 - Adds challenge solution for `load-balancer`. 4a7e0805af44de46b0ae80199190ffb1d8eb1cfb - Adds...