The Wayback Machine - https://web.archive.org/web/20220407123525/https://github.com/topics/coc
Skip to content
#

coc

Here are 208 public repositories matching this topic...

changyiyao
changyiyao commented Sep 23, 2021

@dkbast Have the similar issue but workaround well as the following:

  1. make the package be the local dependency of the example project, you may configure like ../ on dependency_overrides to the pubspec of example.
  2. cd to example dir in your terminal emulator.
  3. open vim/nvim editor without args.
  4. :e lib/main.dart (In my experience it must firstly open one dart file which
enhancement good first issue
Strepto
Strepto commented Nov 8, 2020

Expected Behavior

I would like to be warned that an "in port" would be stripped if no subscription is implemented.

Current Behavior

port module Main exposing (..)

-- Define an inPort (but no implementation yet)
port inPort : (String -> msg) -> Sub msg

subscriptions : Model -> Sub Msg
subscriptions _ =
    Sub.none -- inPort is never subscribed to

Current

enhancement good first issue

Improve this page

Add a description, image, and links to the coc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coc topic, visit your repo's landing page and select "manage topics."

Learn more