vector
Here are 1,013 public repositories matching this topic...
-
Updated
Sep 2, 2020 - C++
-
Updated
May 12, 2019 - Java
Fusion determines if an asset is up to date by checking the value of its parameters with the value of the previous version's parameters. Several IsUpToDate functions are defined in IsUpToDate.h, but there is not one for SharedStrings. Most likely SharedStrings are being converted to std::strings and using that IsUpToDate function. However, if we create an IsUpToDate specifically for shared strings
-
Updated
Mar 19, 2019 - Java
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:])
-
Updated
Jul 15, 2020 - Java
-
Updated
Jun 30, 2020 - Go
Hi everyone,
I am building a sensor fusion framework based on nalgebra, and found out that we do not have support for Lie algebra operations like expmap and logmap. Is is appropriate to add them here or should I implement them in my own crate by using some traits?
Many thanks,
Fan
-
Updated
Sep 16, 2020 - PHP
-
Updated
Jun 1, 2020 - Java
Synfig version & platform:
Building from source
Debian sid
When I hit the Restore Defaults button, synfig restores everything back to factory settings AND saves it without the user either confirming the changes with OK butt
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Java
-
Updated
Sep 8, 2020 - C
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
-
Updated
Sep 1, 2020 - Rust
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 23, 2020 - C
Improve this page
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."



Describe the bug
If partition tag set empty string, the message returned should be
Steps/Code to reproduce behavior
Expected behavior
**Env