The Wayback Machine - https://web.archive.org/web/20200716065728/https://github.com/topics/vector
Skip to content
#

vector

Here are 961 public repositories matching this topic...

vector
milvus
del-zhenwu
del-zhenwu commented Dec 16, 2019

Describe the bug

If partition tag set empty string, the message returned should be

  reason: "Invalid partition tag:  Partition tag should not be empty."
Search failed:
status {
  error_code: ILLEGAL_ARGUMENT
  reason: "Invalid partition tag: . Partition tag should not be empty."
}

Steps/Code to reproduce behavior

Expected behavior

**Env

daniel-j-h
daniel-j-h commented Dec 11, 2019

See below; version 2.4.2 from the ubuntugis ppa.

Expected output is just the version information, no crash.

$ gdal2tiles.py --version
GDAL 2.4.2, released 2019/06/28
Traceback (most recent call last):
  File "/usr/bin/gdal2tiles.py", line 2927, in <module>
    main()
  File "/usr/bin/gdal2tiles.py", line 2917, in main
    input_file, output_folder, options = process_args(argv[1:])
callym
callym commented Jul 23, 2018

In the documentation, the sentence A trait representing an affine transformation that can be applied to points or vectors. An affine transformation is one which is cut off. I'm not sure how it's meant to end and don't know enough about what an affine transformation is to fix it, but thought I'd point it out 😄

30-seconds-of-cpp
SlySven
SlySven commented Jul 22, 2016

Um, I've just cloned and built this library and I can see there is a doc directory and that it contains html pages but that these are not installed outside of the source tree. I am intending to use this for a INI config file reader/writer provided by the Extension API on a Raspberry Pi (for a Home Automation Project) that I am SSHing into and I'm not using a GUI so I'd be looking to use `m

lukehutch
lukehutch commented Feb 25, 2020

Current normalization code is as follows:

    public Vector3d normalize(Vector3d dest) {
        double invLength = 1.0 / length();
        dest.x = x * invLength;
        dest.y = y * invLength;
        dest.z = z * invLength;
        return dest;
    }

Instead division by zero should always be avoided, and the code should be something like the following to prevent divis

philipzae
philipzae commented Apr 21, 2020

Prerequisites

  • I have searched open and closed issues for duplicates.

Feature

Is your feature request related to a problem? Please describe.
Yes the mouse icon isn't easily understood at small sizes found in menus and doesn't like most mice used by the majority of people.

Describe the solution you'd like
Designing a new icon or utilizing one from another theme

**Exi

Improve this page

Add a description, image, and links to the vector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.