nkgm
nkgm
It is my ambition to help cover a few of the edge cases this plugin's problem domain presents. To that end, I'd be interested to get your take on the...
For example, if I drop a mark `ma` and then drop a marker `m0`, only `a` will be visible even though there is space for one more character . If...
Reproduced on macOS 10.11 I can map the keyboard shortcut just fine and it works as expected, but it will always (mapped or not) unconditionally trigger the system alert sound....
``` [warn] (Emitted value instead of an instance of Error) Cannot find source file '../../../../../../../../../../lloyd/Documents/skala/enumeratum/enumeratum-core/src/main/scala/enumeratum/EnumEntry.scala': Error: Can't resolve '../../../../../../../../../../lloyd/Documents/skala/enumeratum/enumeratum-core/src/main/scala/enumeratum/EnumEntry.scala' in '/Users/dev/Code/Scala/scalajs-project/client/target/scala-2.12/scalajs-bundler/main' [warn] NonErrorEmittedError: (Emitted value instead of an instance of...
```scala import cats.effect._ import skunk._ import skunk.implicits._ import natchez.Trace.Implicits.noop import skunk.codec.text.text import weaver.IOSuite import weaver.scalacheck.{CheckConfig, Checkers} import org.scalacheck.Gen object SkunkWeaverSuite extends IOSuite with Checkers { type Res = Resource[IO, Session[IO]]...
I'm already using a bunch of plugins making use of `vim-textobj-user` and sometimes it's hard to remember what text-objects are contributed by which plugin, or what's available for the current...
For `@types/react` >= 17.0.32 ``` [error] .../scala-2.13/src_managed/main/scalablytyped/stRaw/react/mod/package.scala:1035:64: illegal cyclic reference involving type ReactNode [error] type ReactFragment = js.Object | js.Iterable[stRaw.react.mod.ReactNode] ``` caused by: ```scala type ReactFragment = js.Object | js.Iterable[stRaw.react.mod.ReactNode]...
I have a local build going. Can do PR if it's something you would consider merging.
https://github.com/tomtom/tcomment_vim/blob/master/plugin/tcomment.vim#L198-L199 Recently tried to use the `ic` textobj for a different mapping only to find out it is already being used, but it's not clear what it does. As a...
> The calls to parseInt and Future.apply above are independent of one an- other, but map and flatMap can’t exploit this. Not sure which of the two code blocks in...