Vladislav Grechannik

Results 30 comments of Vladislav Grechannik

File type for .tsx files is typescriptreact, so to format them you can add this to your config: ```lua typescriptreact = { 'prettierd', 'prettier', stop_after_first = true }, ```

Data packing and unpacking gained some new functions **Packing:** - pack4xI8 - pack4xI8 **Unpacking:** - unpack4xI8 - unpack4xI8

> Hi, do you have an example of them breaking? [Example from ndarray_linalg](https://docs.rs/ndarray-linalg/latest/ndarray_linalg/least_squares/index.html) docs no longer works. ```rust use approx::AbsDiffEq; // for abs_diff_eq use ndarray::{array, Array1, Array2}; use ndarray_linalg::{LeastSquaresSvd, LeastSquaresSvdInto,...

> existing projects that stopped compiling or were broken by ndarray 0.16 [My project](https://github.com/VlaDexa/burn-efficient-kan) was broken by ndarray 0.16. When I tried to update to the new version it stopped...

It's not necessary to mingle the names, the problem is that you can't rename the crates at all, if you are trying to inherit them from the workspace.

I think it means that nvim treesitter will always keep parsers from that list installed. I have opened [a discussion](https://github.com/nvim-treesitter/nvim-treesitter/discussions/6865) in nvim-treesitter repo for someone to clarify the meaning.

Plasma 6.4 broke systemTray config format. You can wait for [this PR](https://github.com/nix-community/plasma-manager/pull/501), I guess.

I've also tried to add tests for checking if the events get sent properly, but they keep failing and I don't know what I did wrong (i may be stupid),...

try this ```nix "kdeglobals"."KScreen"."ScreenScaleFactors" = { value = "Virtual-1=1.5;"; escapeValue = false; }; ```

You can safely remove those two maps, because since 0.10 Neovim maps these keys by default to these actions.