Michael Lohr
Michael Lohr
Can we use OIDC or SAML to connect our company's IAM directory to dub?
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:...
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...
### 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...
### Describe the bug The `Checkbox` inside a `DataTable` component moves once checked and unchecked. Unchecked  Checked  ### Affected component/components DataTable, Checkbodx ### How to reproduce 1. Go...
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...
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....
Update the stored devcontainer name when opening it... ... as the name (& devcontainer) might have changed by now
``` 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...
```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...