Kyungdahm Yun

Results 13 issues of Kyungdahm Yun

```julia using Gadfly n = 10 X = 1:n Y = rand(Bool, n) ``` Here is a simple plot with Bool array. ### 1. Default Works fine with default settings....

It was possible to hide a manual color key in the plot by setting theme `key_position` to `:none` until 1.2.1, but no longer works with 1.3. A sample plot from...

Some images created by `create_sysimage()` tries downloading artifacts after it's loaded first time. ``` $ julia julia> using PackageCompiler julia> create_sysimage([:Gadfly], sysimage_path="gadfly.dylib") ✔ [01m:48s] PackageCompiler: compiling incremental system image $...

``` julia> using Reduce Reduce (Free CSL version, revision 5286), 01-Mar-20 ... REPL mode REDUCE initialized. Press } to enter and backspace to exit. reduce> α; ERROR: StringIndexError("α;", 2) Stacktrace:...

enhancement

FinderGo can't open terminal from any folder in [Google Drive File Stream](https://www.google.com/drive/download/) volume. I guess it's more likely culprit on internal FUSE implementation of GDFS, but it'd be great if...

### Bug description `docker run` is no longer able to launch an interactive shell contained in the image built with repo2docker. It is likely related to buffer handling issues (#1030,...

Since the recent change made in #1014, I got a warning like below when launching images based on Python 3.8 (`python=3.8` in environment.yml). ``` /srv/conda/envs/notebook/lib/python3.8/subprocess.py:848: RuntimeWarning: line buffering (buffering=1) isn't...

```julia using VegaDatasets, DataVoyager, VegaLite v = dataset("cars") |> Voyager() ``` I clicked `copy` button to get a vegalite specification of the plot, then the content is incomplete as below....

bug
upstream

Is there a way to remove or disable a REPL mode once installed with `initrepl()`? For example, I'm trying to import a package which initiates its own REPL mode via...

I'm having issues creating a `range` defined with `°C` unit (and `K` for step unit). After trying different approaches, the only working solution was to directly create one using `StepRange`...

affine