Thomas Dickerson

Results 25 issues of Thomas Dickerson

It's currently a huge pain to firewall Tensorflow-dependent libraries within a large project that uses Eigen to avoid clashing headers. This package should either provide a way to build against...

enhancement

Discussion in #67 and https://github.com/solodon4/Mach7/blob/master/code/test/unit/example04-smart-ptr.cpp notes that binding a reference from a smart pointer is unwieldy due to poor language support for proxies. It seems that being able to unpack...

I'm working on a statically type-checked DSL. An expression node of type `T` has type `Expr`, and definition of `T` itself (representing a literal) is something like `class T :...

enhancement

When not using a prebuilt draco, must set the `BUILD_FOR_GLTF` flag to enable point cloud compression. Otherwise build fails noisily as the include guards are not configured correctly.

Every class with a virtual method must have a virtual destructor.

``` [ 81%] Linking CXX executable bin/collada2gltf Undefined symbols for architecture x86_64: "_libiconv", referenced from: _xmlIconvWrapper in libxml2.a(encoding.o) "_libiconv_close", referenced from: _xmlFindCharEncodingHandler in libxml2.a(encoding.o) _xmlCharEncCloseFunc in libxml2.a(encoding.o) "_libiconv_open", referenced from:...

bug
build

I'd like to implement a modified topological sort that only builds up the result list from a specified root element. Given that the existing `tsort` is based on `do-dfs`, that...

I'm currently writing a program that utilizes copy-on-write semantics, which means writing a lot code that looks something like this: ```scala class COWList(var v:Int, var n:COWList) { var shared:Boolean =...

enhancement
help wanted

I have a a file that uses definitions obtained using the following: `import my-gdrive("streams.arr") as S` Any annotations using `::S.Stream` result in an "Couldn't find the annotation named Stream in...

@kermmartian and I were working with the taxmap lots dataset using GDAL/OGR and it reported geometries of type 6, which as far as we're aware is "reserved for future use"....