vector
Here are 961 public repositories matching this topic...
Azure Event Hubs is like a managed Kafka service:
Allow existing Apache Kafka clients and applications to talk to Event Hubs without any code changes—you get a managed Kafka experience without having to manage your own clusters.
This suggests that we could wrap the existing kafka sink. I'd prefer that we wrap it since it is techni
-
Updated
Jul 14, 2020 - C++
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
-
Updated
May 12, 2019 - Java
-
Updated
Mar 19, 2019 - Java
-
Updated
Jul 15, 2020 - 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:])
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
Jun 1, 2020 - Java
I can not find the documentation on makerjs, how to implement the scale and grid in the examples of documentation?
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 15, 2020 - Java
Synfig version & platform:
1.3.13, Linux
Issue description:
When I set application language to English (via "Edit" -> "Preferences"), the language of items in "Plugins" menu remains in system locale (Russian in my case).
How to reproduce:
- Ensure that your s
Hello!
With the app now being delivered through a single html file (file:///path URI) via a modern, Chromium-based browser will run into a hurdle:
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
Docs about dest param :
"You can pass all parameter same (this is similar to m1 *= m1), you can pass dest as m1 or m2 (this is similar to m1 *= m2)" (c)
But some functions behave differently. For example:
vec3 A = {0,0,2};
vec3 B = {2,0,0};
glm_vec3_cross(A, B, A); // A = {0, 4, -8} was expected A = {0, 4, 0}
-
Updated
Jun 10, 2020 - TypeScript
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
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
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
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.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."



Use case: description, code
jsfiddle example
Expected behavior
Dont parse '%22', when inside a attribute
Actual behavior (stack traces, console logs etc)
Parses '%22' as a '"', which causes a parsing error.
Library version
Newest
Browsers