Caleb Xu
Caleb Xu
The extensions, as provided in 6.2.6, need some adjustments to work in the new OpenLens. I've published a working copy at https://github.com/alebcay/openlens-extensions for now. See also ongoing discussion at https://github.com/MuhammedKalkan/OpenLens/issues/83...
> We would like to keep a few packages as separate formulae: everything that depends on rust or is complex / long to compile (> 10 min?). This would be...
FWIW - https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/ccextractor.rb (the link pointed to in https://github.com/CCExtractor/website/pull/40) is also gone; the formula was previously disabled and subsequently deleted after one year of disablement. I do provide a formula...
This should be addressed (partly) via https://github.com/Homebrew/brew/pull/17310 - the intention is still to block `FetchContent` usage by default but we no longer rely on `FETCHCONTENT_FULLY_DISCONNECTED`. Add `-DHOMEBREW_ALLOW_FETCHCONTENT=ON` to explicitly allow...
To my knowledge, the last released version 0.1.0 is still compatible with current OpenLens releases (I still use 0.1.0 of this extension every day at work with OpenLens 6.5.2-366). As...
Thanks everyone for the info. Can someone please open an issue upstream for this? From what has been presented so far, this looks like an issue with the extension loading...
It sounds like you are trying to download/use the source files from this repository, which is uncompiled TypeScript. The build process converts this into plain JavaScript which OpenLens consumes as...
Closing for now - we can revisit this after a decision on `flexiblas-openblas` (which may alter the design of the `flexiblas` formula). There are also at least a few possible...