Sean

Results 8 issues of Sean

The following import is unused https://github.com/twoolie/NBT/blob/b06dd6cc8117d2788da1d8416e642d58bad45762/nbt/chunk.py#L11 The name `nbt` in this file refers to parameters/variables rather than the module `nbt`.

The README points to WWW web page at http://geotiff.osgeo.org/ Navigating to that address in a web browser ends up with a page that says the following. # Welcome to nginx!...

cake.library.project imports cake.library.compilers.msvc simply for the type MsvcCompiler so it can determine if the compiler used is MSVC or not. By doing this it fails because that imports cake.msvs which...

The resulting error message is: ``` File "D:\VCS\cake\src\cake\library\compilers\gcc.py", line 506, in _getCommonLinkArgs if dll and self.importLibrary is not None: AttributeError: 'WindowsMinGWCompiler' object has no attribute 'importLibrary' ``` Based on MacGccCompiler,...

Like #7, this should just require a new ProjectTool.VS2017 constant that maps to appropriate MSBuild file version and .sln file version. The following is from a freshly created Visual C++...

The Bintray service used for hosting the sbt packages was [shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) on 2021-03-31. The [post](https://eed3si9n.com/bintray-to-jfrog-artifactory-migration-status-and-sbt-1.5.1) document a migration strategy for the project. The short version is the old location `https://dl.bintray.com/sbt/debian`...

The `vis.parseDOTNetwork()` function does not take into account the default label of "\N" which means use the name/ID of the label instead. See GraphViz documentation for the [label attribute](https://graphviz.org/docs/attrs/label/) for...

This applies to `boost::timer` (the class not the namespace) used at: https://github.com/norlab-ulaval/libpointmatcher/blob/3eb448330b2c35f7718e690e66f0c1057115e877/pointmatcher/Timer.h#L80 The replacement is `boost::timer::cpu_timer` which is in `boost/timer/cpu_timer.hpp. The header has been deprecated, since January 2019. The class...