Nikolay Yakimov

Results 34 issues of Nikolay Yakimov

With v0.4.0, there is support for some persistence across Atom restarts; however, if REPL window is manually closed and reopened, history is discarded. It should be persisted to at least...

enhancement

See subject. The assumption is the recording path is `/.mp4`, but it is, in fact, `/.mp4`. https://github.com/OpenVidu/openvidu/blob/918bf0ae6dd1c0fbf416626d82045234b0725863/openvidu-components-angular/projects/openvidu-angular/src/lib/services/recording/recording.service.ts#L80 https://github.com/OpenVidu/openvidu/blob/918bf0ae6dd1c0fbf416626d82045234b0725863/openvidu-components-angular/projects/openvidu-angular/src/lib/services/recording/recording.service.ts#L94 This affects both `play` and `download` actions. A better approach may be...

Apparently, lexer behaviour differs when there are callbacks and when there aren't any. Specifically, when there aren't any callbacks, and there's an error at the start of the input, the...

`toEnum` is partial. If the type is not only `Enum` but also `Bounded` it's simple enough to implement a non-partial version, e.g. ```haskell toEnumSafe :: forall a. (Enum a, Bounded...

Extracted from #402: > Of interest, in my testing over the last few weeks I discovered that with `longtable` if `\label` is prefixed with `\MakeLinkTarget{}` then the anchor is the...

Currently, language-haskell sets the word pattern to https://github.com/JustusAdam/language-haskell/blob/d20d1c76d357221153343da7c27048e1423df7d7/src/extension.ts#L17 Would be nice to use something that matches the syntax definition itself, f.ex. ```js /(?:[\p{Ll}_\p{Lu}\p{Lt}][\p{Ll}_\p{Lu}\p{Lt}\p{Nd}']*)|(?:[\p{S}\p{P}](?

I've made a small project illustrating the issue: https://github.com/lierdakil/generic-deriving-issue Given some types ```haskell data OtherData = OtherData data SomeData a = SomeData a ``` I'm trying to make an instance:...

bug

Running into a bit of an issue, newer `stack` refuses to compile asm sources listed in `c-sources` and hpack doesn't have [`asm-sources`](https://cabal.readthedocs.io/en/3.10/cabal-package.html#pkg-field-asm-sources). Suggestions?

Edited by @aminya ### Background Just to clarify all the features (autocomplete, data tips, signature help, outline, diagnostics, etc) except a few (Eslint) come from Typescript. Disabling Typescript means disabling...

enhancement

Something to think about. ``` +---+---+ | aasas | a | +===+===+ | a | a | | b | | +---+---+ | z | y | +---+---+ ```

enhancement
help wanted