Daniil Kolesnichenko

Results 7 issues of Daniil Kolesnichenko

I'm trying to rewrite a quick start example to read data from my USB mouse: ```csharp WindowsUsbDeviceFactory.Register(); WindowsHidDeviceFactory.Register(); var definitions = new List { new FilterDeviceDefinition { DeviceType = DeviceType.Hid,...

Blocked

`xargo build` throws an error while compiling [ralloc](https://github.com/redox-os/ralloc) dependency: ``` Compiling ralloc v1.0.0 (https://github.com/redox-os/ralloc#a93871cd) error[E0557]: feature has been removed --> /home/boss/.cargo/git/checkouts/ralloc-797ee1a3f928155b/a93871c/src/lib.rs:18:12 | 18 | #![feature(allocator, const_fn, core_intrinsics, stmt_expr_attributes, drop_types_in_const, |...

Addresses issue #300 ### How to test: Set "Haskell: Ignore Standalone" option to `true` ![image](https://user-images.githubusercontent.com/7870080/109287218-5edb6080-7834-11eb-9091-22528c47e355.png) Open Haskell project and check that there's only one HLS instance: ![image](https://user-images.githubusercontent.com/7870080/109287371-86322d80-7834-11eb-83fb-8c52c726fbc4.png) Create a new...

When I type `std::` and the namespace members list is loaded, I don't want to refresh it on every character I type, it's enough to just filter it. Is there...

Markdown example: ```markdown # 123 ## 456 ``` At the top of the preview panel the following message gets shown: ``` [WARNING] Duplicate identifier 'section' at line 14 column 1...

I need a library to work with large-scale sparse matrices. Does scirust support sparse algorithms?

When my cursor is on the file name and I press **^X**, it opens and I can edit it, but I want to open it in Vim by default and...