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

vector

Here are 829 public repositories matching this topic...

Jeffail
Jeffail commented Dec 31, 2019

Currently both the add_field and add_tag transforms will override current fields/tags. It would be nice to be able to disable this behavior because in some situations we might simply want to set a default value when it's not present in an event.

We could do this easily by just adding an override field that's true by default. Alternatively we could allow users to specify both override an

scsven
scsven commented Nov 20, 2019

Is your feature request related to a problem? Please describe.
Sometimes server running on another host, there hasn't a simple way to get server_config.yaml content in client side.

Describe the solution you'd like
Add a rpc command to get server_config.yaml content.

Describe alternatives you've considered

Additional context

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:])
pjacobs
pjacobs commented Oct 23, 2019

I have the following Vector Drawable..

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:aapt="http://schemas.android.com/aapt"
    android:width="78dp"
    android:height="120dp"
    android:viewportWidth="78"
    android:viewportHeight="120">
  <path
      android:pathData="M8,111a31,9 0,1 0,62 0a31,9 0,1 0,-62 0z"
      android:fillColor="#000"
      
Andlon
Andlon commented Nov 4, 2019

The current implementation of PartialEq for Matrix only works between two instances of the exact same type. We should extend it to allow comparison of matrices that have different types (owned vs sliced, static vs dynamic shapes etc.), but represent the same matrix, in a mathematical sense.

Moreover, the current implementation of PartialEq panics when the sizes of the matrices don't match

Beakerboy
Beakerboy commented Apr 10, 2019

The ObjectMatrix is a matrix made up of objects which implement the ObjectArithmetic interface. The Matrix class itself has add(), subtract() and multiply() functions, so it implements these functions. In theory, we should be able to add implements ObjectArithmetic to the Matrix class, create an ObjectMatrix of a few distinct matrices and verify that the BlockMatrix axioms function as expected.

leaflet-geoman
jasonwinget
jasonwinget commented Dec 9, 2019

Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data

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

30-seconds-of-cpp

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.