Skip to content
#

ide

Here are 1,387 public repositories matching this topic...

SpaceVim
Jemi
Jemi commented Mar 18, 2020

Bringing up command-line with ':' and then typing a partial command followed by <tab> results in unhelpful behavior. The <tab> autocompletes to the first suggestion in the completion list, thus forcing the user to <tab>,<tab>,<tab>... until they get to the completion they want. This is usually almost as difficult as laboriously typing the command in the first place would have been. It could

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
theia
kevinsimper
kevinsimper commented Apr 6, 2020

This issue pertains to the following package(s):

  • GraphQL Playground - Electron App
  • GraphQL Playground HTML
  • GraphQL Playground
  • GraphQL Playground Express Middleware
  • GraphQL Playground Hapi Middleware
  • GraphQL Playground Koa Middleware
  • GraphQL Playground Lambda Middleware

The default value of request.credentials is "omit". The differs from th

leibnewton
leibnewton commented Aug 17, 2018

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

Version: X34.1
Build Qt Version: Based on Qt 5.9.5 (32 bit)

What version of Go are you using (go version)?

go version go1.10.2 windows/386

What operating system and processor architecture are you using(go env)?

set GOARCH=386
set GOHOSTARCH=386
set GOHOSTOS=windows
set GOOS=windows

fendor
fendor commented Feb 6, 2020
> .\cabal-hie-install help

********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.

********************************************************************************

No ghc installations found in $PATH.
The script requires at least one ghc in $PATH
chenz
chenz commented Sep 13, 2019

Observed behavior

For code containing non-UTF-8 documentation comments (e.g. in a latin1-encoded source file), the strings are included verbatim in the JSON-RPC output generated by ccls, resulting in invalid JSON.

Expected behavior

ccls should detect invalid/unknown encoding and handle it gracefully (i.e. omit the documentation string). Re-encoding is probably not an option becaus

Improve this page

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

Learn more

You can’t perform that action at this time.