Ben Boeckel

Results 538 comments of Ben Boeckel
trafficstars

There is now "Episode Cleanup". It doesn't delete favorites, but it looks like what is wanted here.

https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8993

> Ideally it would be `inline namespace drake_vtk __attribute__ ((visibility ("hidden"))) { ... }` so that: I don't believe that visibility attributes apply to namespaces. Even if they did, there...

> Create a plan for customers to transition to no Makefile.export.Trilinos files. (I.e., either switch to CMake or manually get the list of libraries you need such as with CMAKE_EXPORT_COMPILE_COMMANDS)....

How is an emoji picker a set of hardcoded icons? Or is there some detail about the implementation that means every emoji codepoint would require a manual mapping?

> I don't want to load my multi-account container icons on each fresh Firefox install. Ideally they'd be stored in `containers.json` so that it can be ported nicely.

The `make` build could generate a `FindZSTD` that chains off to `pkg-config`. It should provide the same set of targets and variables as `zstdConfig.cmake` (though `pkg_config` will undoubtedly leak some...

> Is there some way to install a "zstd" config that prints a warning, then loads "libzstd" instead? Yes. ```cmake message(AUTHOR_WARNING # or DEPRECATED "`find_package(zstd)` is deprecated; please use `find_package(libzstd)`")...

> it's unclear how to actually do this considering the turing tarpit complexity of the file format of what is otherwise, literally, a key/value *.pc. It can be more-or-less declarative....

Conque support could be added as another `g:ScreenImpl` option. This would probably be preferred way I'd think.