Andrey Bronnikov
Andrey Bronnikov
Same issue, the custom CSS file cannot be loaded, and the editor shows an error squiggle line with the following tooltip message: `: stylesheet does not exist or cannot be...
Thanks for reporting. Typing for the `SamplesAcquired` needs to be fixed, and more detailed documentation needed for different types of sample formats. Will keep the issue open until that.
Some findings for reference: * for the `SampleFormat.Raw`, the `BioSample.Data` member appears to be a base64url-encoded octet-stream of a bitmap content, while bitmap metadata is encoded in a `BioSample.Format` member...
This API should be documented then to avoid surprises.
Probably related: names of scoped packages installed by volta (e.g. `volta install @types/node`) are empty strings in the `volta list` output: ``` > volta install typescript ts-node eslint @types/node @typescript-eslint/eslint-plugin...
I'll forward the suggestion to WebSdk developers, the `@digitalpersona\devices` library just relays the data received from the SDK. Thank you.
I was unable to reproduce the problem, and nobody tried to provide a repo with a minimal reproducible sample. Nevertheless, we're working on a new version of WebSdk which we...
Hi! I can confirm it now works on the sample provided. But the following one still fails, with or without "Node" param: ```js const url = new URL("./some/relative/path", import.meta.url) ```