Results 12 issues of temyurchenko

It would be better to move the 13th presentation to fp-ctd account, but it's not under my control

Problem: counsel-imenu fails in python buffers with python-mode from python-mode.el enabled. Context: There is an emacs builtin python-mode and some others, also named python-mode. There is also a hard-coded call...

enhancement

There is an emacs builtin python-mode and [another one](https://gitlab.com/python-mode-devs/python-mode). I use the latter, in particular, because it supports the python-3.10 match-case construction (indentation, highlighting etc). However, there is a [hard-coded](https://github.com/abo-abo/swiper/blob/e9c0fb953db9f6a23018a52441f3cd775710472c/counsel.el#L4708)...

enhancement

#### Background At the moment we have several test-suites. Compilation tests check that transpiled files compile from Cairo to Sierra as expected. Behavioural tests check that compiled and deployed contracts...

Suppose, I have the following piece of code ``` import Control.Concurrent.Async.Pool (Concurrently(..), withTaskGroup) main :: IO () main = do let xs = [1, 2, 3, 5, 6] :: [Int]...

Problem: some projects don't use Dune, while using Merlin, configured with the .merlin file. `flycheck-ocaml` is only turned on if the «dune-project» file is present though. As a result, `flycheck-ocaml`...

The tests fail on the current version of auctex, but pass on the most recent one https://git.savannah.gnu.org/cgit/auctex.git/log/ I'm not sure what's the best way to approach this is. AUCTeX used...

I've added some tests that test regressions in the tests. I've also made the message to include the number of times a certain message is missing or extra. Without it,...

Blocker 🙅
Breaking changes for 4.0 🦤

Note the `if` condition above, the `values` are asserted to be empty, so adding them to the result doesn't do anything. Also remove small inefficiencies ## Type of Changes |...

Right now they are missing from the both. Related to #2741

Enhancement ✨