Michael Lohr

Results 16 issues of Michael Lohr

Can we use OIDC or SAML to connect our company's IAM directory to dub?

enhancement

It would be great to have some instructions/examples on how to implement OTA. Probably the first step would be to build a partition table supporting two OTA partitions, like this:...

documentation
OTA

Espflash v2 cannot be compiled because of requirement `funty` ``` root@d82fc04d79a3:/workspaces/Rust-SBC-Client# cargo install cargo-espflash --force --version 2.0.0-rc.1 Downloaded cargo-espflash v2.0.0-rc.1 Downloaded 1 crate (21.8 KB) in 0.47s Updating crates.io index...

upstream

### Description There is the `--no-color` flag which disables all colors. However, it would be great to be able to disable the animations as well. This is required because in...

enhancement
priority/awaiting-more-evidence

### Describe the bug The `Checkbox` inside a `DataTable` component moves once checked and unchecked. Unchecked ![image](https://github.com/shadcn-ui/ui/assets/111898561/5e38e3fb-060c-4ee9-9252-a5de11637204) Checked ![image](https://github.com/shadcn-ui/ui/assets/111898561/ed04732a-2094-4a3c-ade7-f5794c4eb3b6) ### Affected component/components DataTable, Checkbodx ### How to reproduce 1. Go...

bug

Hello, I get the following error: ``` ncc: Version 0.38.1 ncc: Compiling file index.js into ESM ncc: Using [email protected] (local user-provided) Error: [tsl] ERROR TS5096: Option 'allowImportingTsExtensions' can only be...

bug

We have `excludeScopes` which is nice, but the opposite would be quite useful for monorepos. `includeScopes` should accept a list of scopes which will filter the changelist of the changelog....

enhancement

Update the stored devcontainer name when opening it... ... as the name (& devcontainer) might have changed by now

enhancement
no-stale

``` vscli open -b force-container -c /home/me/projects/vscli/.devcontainer/devcontainer.json /workspace/vscli/tests Error: 0: Path /workspace/vscli/subfolder does not exist Location: src/workspace.rs:86 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. Run with RUST_BACKTRACE=full...

bug

```vs -b force-container -c /workspace//.devcontainer/devcontainer.json /some/path``` When executing this, you get the following error: ``` Error: 0: No such file or directory (os error 2) Location: src/workspace.rs:62 ``` So it's...

enhancement
no-stale