Pablo Hernandez-Cerdan

Results 42 issues of Pablo Hernandez-Cerdan

- Creates aabbcc library - Creates Targets and Config file for easy usage by third party libraries using find_package(aabbcc) - Add option to build the demo/hard_disc Missing/TODO: - Add option...

This allows to `find_package(PhysX)` and facilitate integration in third party CMake projects. - Provide PhysXConfig.cmake and exported targets file for build and install tree. - Other projects can use `find_package(PhysX)`...

``` PhysX/src/physx/../pxshared/include/foundation/unix/PxUnixIntrinsics.h:162:15: error: argument 1 null where non-null expected [-Werror=nonnull] ``` ``` PhysX/src/physx/source/geomutils/src/mesh/GuBV4Build.cpp:298:24: error: passing argument 1 to ‘restrict’-qualified parameter aliases with argument 5 [-Werror=restrict] ``` Both can be silenced...

notedown is not able to keep code blocks in markdown when converting to notebooks. Raised in a [plugin](https://github.com/vyzyv/vimpyter/issues/6#issuecomment-369640173) using notedown. For example: ``` Hello, this is markdown with a code...

## *Where* on the platform does it happen? Tested on linux (archlinux with latest stable packages: gcc8.2.1, cmake 3.13.4, etc). ## *How* do we replicate the issue? Compiling Slicer branch...

Hi @zchee, great stuff! How is clang-server compared/compatible with llvm efforts with clangd? I have been hoping for clangd to implement a indexer/database to start using it, but doesn't seem...

Zotpad cannot find the right path in Dropbox because it transforms the input string to lower case. Location of files in Dropbox: ResearchPapers. Subfolder pattern: /%w -- Example: Pattern Recognition...

The following, almost minimal example: ```cpp #define COMBO(NAME, BINDINGS, KEYPOS) \ combos_##NAME { \ timeout-ms = ; \ bindings = ; \ key-positions = ; \ layers = ; \...

Also removes dead code related to METADATAPRINT Fix #1454 ## PR Checklist - [x] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [x] No [major design...

type:Bug
type:Testing
area:Core
action:ApplyClangFormat

For example the last commit updating VNL: https://github.com/InsightSoftwareConsortium/ITK/commit/df92e582d82 ![image](https://user-images.githubusercontent.com/3021667/107976795-6f7d1280-6fba-11eb-9da1-8d403f3b06d7.png) 12 commits in VNL provoke almost 3 million deletions everywhere in ITK It's the update from upstream script having some hiccups?...

type:Infrastructure
type:Design