vakokako

Results 18 issues of vakokako

When reshaping with shape of lower dimension, it doesn't throw, and the behaviour differs depending on the type of the new shape. ```cpp auto tensor = xt::xtensor::from_shape({5, 5, 5}); tensor.reshape(std::vector{-1});...

Bug

This fixes a bug in xtensor, when assigning to xmasked_view with `xt::noalias` wouldn't compile: ```cpp xarray data = {{ 1.,-2., 3.}, { 4., 5.,-6.}, { 7., 8.,-9.}}; xarray data2 =...

Add link to https://qskinny.github.io/ to `README.md` and project description. Maybe with additional links directly to tutorials/documentation.

Reopening https://github.com/matepek/vscode-catch2-test-adapter/issues/382 **Describe the bug** Logging doesn't work, both for `logpanel`, and `logfile`. **To Reproduce** 1. Set these properties in the folder `settings.json` file: ```json "testMate.cpp.log.logpanel": true, "testMate.cpp.log.logfile": "/tmp/testMate.log", ```...

bug
help wanted

It would be nice to have default vscode icons theme support Qml files (`.qml`). Something like this would be nice: ![image](https://user-images.githubusercontent.com/23474367/209103093-60b33f0a-0f1d-457a-9ab2-9d93d43cfc24.png)

Currently the default behaviour of `xsemantic_base::operator=(const xexpression& e)` is to create a temporary copy of `e` to avoid any problems with overlapping memory. However, if the user doesn't use some...

Hi, I want to preface this by saying that we are not knowledgeable with javascript importing, but would be grateful if you can help us with our problem :) We...

Hi, it would be nice to add support for disabling node label editing on double click. This implementation adds the `enableLabelEditorOnDoubleClick` flag to `RectNodeTemplate`, which allows to override the default...