Daniel
Daniel
I 've met the same issue. According to [this doc](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package) > Also note that if your main declaration file is named index.d.ts and lives at the root of the package...
At lease we can provide an option like `--no-unused` or two options `--no-unused-vars` with `--no-unused-types` for cleaner code generation
> The expected way to do this is `--allowlist-function 'CompressBlocks.*'`, then it will only generate the types used from those functions, does that not work? I think it is a...
Any progress?
@bobbrow I 'm not quite understand the failing CI result, is there any thing I need to do?
It is 2021, any efforts remained?
I solved this temporally by manually adding * `/usr/local/lib` to `target_link_directories` * `/usr/local/include` to `target_include_directories` and linking as -lOpenVDB. Looking forward to the update.
This PR is a rescue for our team, we need a easy and clean way to use partial of newer boost library while keeping the baseline pinned to a old...
Just noticed that closing vscode does not kill the configuration process as well, leaving no workaround here if using output window.
My mistake, closing vscode can kill configuration.