Amin Ya
Amin Ya
Does speedy support `Rc` and `Arc`? I could not find the information in the readme. Serde does support this: https://serde.rs/feature-flags.html#-features-rc
- This promisifies the async functions to prevent callback hell. - Adds types for typescript Closes #9 ## If you want this: Install the package: ``` npm install @aminya/winattr ```
How can I use this package with a growing buffer? I tried a dynamic array, but it doesn't work ```d ubyte[] buf; auto file = File(filePath, Mode.readWrite); file.read(buf); import std:...
Blocked by https://github.com/atom/atom-select-list/pull/31
Mirror of https://github.com/TypeStrong/atom-typescript/issues/1586
I was thinking about using this package for our code actions. But the way decorations are handled causes issues such as #72. What I want to suggest is to: -...
This replaces the usage of `textBuffer.markRange` with `textEditor.markBufferRange`. This was one of the things that TypeScript was bugging about for a long time. I verified that the `message.location.position` remains the...
Currently, when it is sorted based on severity, the linter name is also considered!
Copied from: https://github.com/atom-minimap/minimap-find-and-replace/issues/20 https://github.com/steelbrain/linter-ui-default/blob/242a5b234979890f8adb9b268e7437fd3fbb539e/lib/editor/index.js#L350 When searching for common strings in a large file, clearing the search can take a long time because of the onDidDestroy listeners registered on individual markers....
The tests fail to activate packages https://github.com/atom-community/atom-ide-base/blob/master/spec/main-spec.js Here is the runner: https://github.com/atom-community/atom-ide-base/blob/38795db52f609ca07a3e1b6bbaaeca44ce39766b/spec/runner.js#L7