Skip to content
#

comment

Here are 343 public repositories matching this topic...

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta
walking-octopus
walking-octopus commented May 31, 2022

Current Behavior

I didn't find any way to receive a list of users' playlists, so I made a feature request.

Sample Code

await youtube.getSavedPlaylists();

{
  playlists: [
    title: string,
    description: string,
    total_items: string,
    last_updated: string,
    views: string,
    id: string,
    thumbnail: object
  ]
}
enhancement good first issue priority: medium
Josiah-tan
Josiah-tan commented Apr 17, 2022

Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)

print("hello world")

When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte

help wanted good first issue
dhruvmanila
dhruvmanila commented Mar 23, 2022

I don't know if this is possible right now as I can't seem to find any relevant documentation in the README or Vim docs.

I want to have two keymaps for multiple annotation convention. For example, in Python, we have multiple conventions which can be used and a default one can be specified in the setup function. There are projects which uses numpydoc and others which uses google_docstring, s

enhancement good first issue
COMPLETED_PISCINE_C

| SCHOOL_42_UPDATE 2020 | This repository contains many versions of completed and commented out tasks for each day of the very first "Piscine C"( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ) Этот репозиторий содержит множество версий выполненных и закомментированных задач на каждый день самого первого "Бассейна по Си".

  • Updated May 19, 2022
  • C

Improve this page

Add a description, image, and links to the comment 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 comment topic, visit your repo's landing page and select "manage topics."

Learn more