Yang, Bo

Results 299 issues of Yang, Bo

### Brief Issue Summary ## Reproducing steps 1. Set environment variable `CMAKE_INIT_CACHE` to an absolute path, e.g. `/tmp/my-init-cache.cmake` 2. Add the following setting in `settings.json` ``` json "cmake.cacheInit": "${env:CMAKE_INIT_CACHE}" ```...

bug
Feature: configure
quick fix
investigation needed
suggested

``` bash git clone https://github.com/Atry/Expressions.scala.git --branch=crash-on-typelevel-scala && cd Expressions.scala && sbt ++2.11.12 clean test:compile && sbt ++2.12.4 clean test:compile && sbt ++2.11.11-bin-typelevel-4 clean test:compile && sbt ++2.12.4-bin-typelevel-4 clean test:compile ```...

``` sbt addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full) libraryDependencies += "com.github.mpilquist" %% "simulacrum" % "0.11.0" ``` ``` scala import simulacrum.typeclass @typeclass trait MyTypeClass[A] { type Out /** Scaladoc for...

Suppose we want to store heterogenous types in a `Array`, and then show them. For type-safety, we can store `Show.Ops` in the `Array` ``` scala Welcome to the Ammonite Repl...

``` scala @simulacrum.typeclass trait MyTypeClass[A] extends AnyRef { def opWithThisType(a: A)(implicit constrait: this.type

At the moment this plugin set the source file URL to Github. Unfortunately, this approach creates dead link to generated source file. There should be a new plugin that set...

## Description I got the following error when trying to connect to jupyverse from VSCode ``` Connection failure. Verify the server is running and reachable. (invalid json response body at...

bug

This file is copied from https://github.com/NixOS/nix/blob/master/COPYING

Images produced by `nix2container` usually contain more than 100 layers. It takes a long time to decide whether each layer should be skipped. This PR makes the process faster by...

This change may enhance performance if close operation take a long time