Ivan Necas

Results 22 comments of Ivan Necas

@pitr any chance this could get few minutes of your time for review and new release? This patch unblocks using this gem in environments with more strict security constraints (for...

@pitr 5 minutes of your time with reviewing this few lines of code and releasing new release would make few people's live easier that they are right now. Quite easy...

I was looking a bit into how IFsharp is doing the the autocompletion (https://github.com/fsprojects/IfSharp/blob/74e8ec47f9f3a5a7babb54b463d648e94bdfe813/src/IfSharp.Kernel/Evaluation.fs#L159) and it seems the way to go would be to get an access to `Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession`. I...

Came across this issue when setting folding for me. FYI this worked best so far for me: ```elisp (defun cfg-outline-indent-level () "determine outline level based on indentation" (let (buffer-invisibility-spec) (save-excursion...

It's around 250 files of about 500MB, it really seemed the length (or maybe size) of the file was the only thing that matter. When I've merged multiple short files...

Maybe, trying to create a book with 250 2-minute files and playing that could lead to reproduce the issue…

FYI to workaround the issue, I've used https://github.com/sandreas/m4b-tool to merge the small files into chapterred m4b: seems like BookPlayer is better optimized for that format (+ allows easily switch progress...

For anyone that would come across this issue, here's some more conversion on the subject https://github.com/fsharp/FsAutoComplete/issues/361

I had similar issue with pyright 1.1.302. It worked with older lsp-pyright but once I updated to the newer one (byt stayed with pyright 1.1.302), it stopped working. Once I've...

This PR should address the issue with the foremant-tasks tests (so that the tasks tests should not be run as part of this engine tests) https://github.com/theforeman/foreman-tasks/pull/103