Andy Maloney

Results 98 issues of Andy Maloney

**Describe the feature you would like** As I'm trying to modernize the CMake stuff and we've recently added some extra CI for macOS and Windows - I think it would...

discussion

``` duplicate symbol __mesa_error_no_memory in: CMakeFiles/glsl_compiler.dir/src/glsl/main.cpp.o libglsl_optimizer.a(standalone_scaffolding.cpp.o) ld: 1 duplicate symbol for architecture x86_64 ``` ``` sh $ clang -v Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin14.5.0 Thread model: posix...

```sh $ ./ccl/dx86cl64 --version Version 1.12.1 (v1.12.1) DarwinX8664 ``` I would expect it to identify itself. Something like: ```sh $ ./ccl/dx86cl64 --version Clozure Common Lisp (v1.12.1) DarwinX8664 ```

**Is your feature request related to a problem? Please describe.** I subscribe to feeds for blogs with several authors. Some authors are... better than others. I'd rather not see posts...

feature request :bulb:
stale :hourglass_flowing_sand:

Files moved in fb95b366343603d8824fe477541d07342dba9901. Also removes link to non-existent file (Grid cells vs grid nodes PDF). Signed-off-by: Andy Maloney

I'm using vue-svg-loader 0.16. If I do this: ```js options: { svgo: { plugins: [{ removeDimensions: true }] }, ``` It does what is expected. If I do this it...

**Describe the feature you would like** As we've long-discussed, some form of auto-formatting is required. I've created the following clang-format file as a starting point based off of our current...

enhancement

**Describe the feature you would like** Replacing these constants with inlines would make code more readable and help eliminate casting and compiler warnings. ```cpp CCLib::CC_RAD_TO_DEG*phi ``` becomes ```cpp CCLib::radiansToDegrees( phi...

enhancement

**Describe the bug** The cmake files were rewritten for this library and they use the "modern" approach. This means that they use `find_package` CONFIG mode to find libraries and then...

bug
Linux