# Tooling

**URL:** https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=51

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 52

---

## [Unit tests pass locally but fail through GitHub Actions](https://discourse.julialang.org/t/unit-tests-pass-locally-but-fail-through-github-actions/72641)

<div class="topic-metadata">

**Author:** [@mdneuzerling](https://discourse.julialang.org/u/mdneuzerling)\
**Replies:** 3\
**Last updated:** [December 6, 2021, 11:44am UTC](https://discourse.julialang.org/t/unit-tests-pass-locally-but-fail-through-github-actions/72641 "2021-12-06T11:44:49Z")

</div>

Hi folks. I’ve put together a package for my Advent of Code. The unit tests pass locally but fail when run through my simple GitHub Actions workflow: name: Run tests for AOC2021 on: push: branches: \[main, master\]…

---

## [Docs don't show up for \`names(DataFrames)\`](https://discourse.julialang.org/t/docs-dont-show-up-for-names-dataframes/72189)

<div class="topic-metadata">

**Author:** [@qsong](https://discourse.julialang.org/u/qsong)\
**Replies:** 1\
**Last updated:** [December 4, 2021, 3:08am UTC](https://discourse.julialang.org/t/docs-dont-show-up-for-names-dataframes/72189 "2021-12-04T03:08:18Z")

</div>

I got a problem with the auto-complete menu (and the documentation pane) as below. It seems julia-vscode don’t show the docs for some symbols/functions that can be obtained in the repl help (in this case help?\> left…

---

## [Can't add Distributions/Rmath packages in Julia 1.7](https://discourse.julialang.org/t/cant-add-distributions-rmath-packages-in-julia-1-7/72453)

<div class="topic-metadata">

**Author:** [@way2toronto](https://discourse.julialang.org/u/way2toronto)\
**Replies:** 8\
**Last updated:** [December 3, 2021, 7:08pm UTC](https://discourse.julialang.org/t/cant-add-distributions-rmath-packages-in-julia-1-7/72453 "2021-12-03T19:08:50Z")

</div>

Hi. I have just made a fresh install of Julia 1.7 and trying to install packages to run the existing code. Most of the required packages have been installed, but I ran into a problem with Distributions, which is dependen…

---

## [Why is this Project.toml compat not enforced?](https://discourse.julialang.org/t/why-is-this-project-toml-compat-not-enforced/72419)

<div class="topic-metadata">

**Author:** [@diederikb](https://discourse.julialang.org/u/diederikb)\
**Replies:** 2\
**Last updated:** [December 2, 2021, 1:36am UTC](https://discourse.julialang.org/t/why-is-this-project-toml-compat-not-enforced/72419 "2021-12-02T01:36:42Z")

</div>

Hi everyone, I have trouble understanding the following behavior that I tested on Julia 1.6.4 and 1.7.0. If I create an empty project and \] add PotentialFlow, this package cannot be imported because of the following err…

---

## [Strange Pkg warning in 1.7](https://discourse.julialang.org/t/strange-pkg-warning-in-1-7/72412)

<div class="topic-metadata">

**Author:** [@amrods](https://discourse.julialang.org/u/amrods)\
**Replies:** 0\
**Last updated:** [December 1, 2021, 10:34pm UTC](https://discourse.julialang.org/t/strange-pkg-warning-in-1-7/72412 "2021-12-01T22:34:26Z")

</div>

I installed Julia 1.7, and now I am getting a warning when loading some packages (I opened an issue here in the package repo). In particular, using PreallocationTools after loading ForwardDiff in Julia 1.7 results in thi…

---

## [Working with text and comments](https://discourse.julialang.org/t/working-with-text-and-comments/72207)

<div class="topic-metadata">

**Author:** [@Bardo](https://discourse.julialang.org/u/Bardo)\
**Replies:** 2\
**Last updated:** [November 28, 2021, 9:46pm UTC](https://discourse.julialang.org/t/working-with-text-and-comments/72207 "2021-11-28T21:46:23Z")

</div>

Hi, I’d like to add many text blocks to Julia code, like in Literate.jl. Some text sources provide a long single line comment. I am looking for a way to reformat text blocks to a suitable length and make them either b…

---

## [Dropping Github history from a published package](https://discourse.julialang.org/t/dropping-github-history-from-a-published-package/72172)

<div class="topic-metadata">

**Author:** [@goedman](https://discourse.julialang.org/u/goedman)\
**Replies:** 14\
**Last updated:** [November 28, 2021, 7:35pm UTC](https://discourse.julialang.org/t/dropping-github-history-from-a-published-package/72172 "2021-11-28T19:35:12Z")

</div>

Someone kindly pointed out to me that my package StatisticalRethinking.jl is severely bloated. It contains more than 1Gb of garbage in the .git/objects/pack directory (multiple copies of a few pretty old iJulia notebook …

---

## [Blurred Plot in side panel](https://discourse.julialang.org/t/blurred-plot-in-side-panel/72006)

<div class="topic-metadata">

**Author:** [@zmoitier](https://discourse.julialang.org/u/zmoitier)\
**Replies:** 3\
**Last updated:** [November 28, 2021, 3:38pm UTC](https://discourse.julialang.org/t/blurred-plot-in-side-panel/72006 "2021-11-28T15:38:55Z")

</div>

The plot inside vscode are blurred / fuzzy. If I take the documentation example: using Plots x = 1:10; y = rand(10); # These are the plotting data plot(x, y, label = "my label") I get the following print screen: Y…

---

## [Integrated table viewer questions](https://discourse.julialang.org/t/integrated-table-viewer-questions/72187)

<div class="topic-metadata">

**Author:** [@PeteS](https://discourse.julialang.org/u/PeteS)\
**Replies:** 0\
**Last updated:** [November 28, 2021, 5:58am UTC](https://discourse.julialang.org/t/integrated-table-viewer-questions/72187 "2021-11-28T05:58:06Z")

</div>

The integrated table viewer is great, many thanks to those involved. A couple of queries. I invoke it with vscodedisplay(mytable, "mytitle") and the tab reads Julia Table: mytitle. Is there any way I can remove/replac…

---

## [Error when using tag new release feature](https://discourse.julialang.org/t/error-when-using-tag-new-release-feature/72080)

<div class="topic-metadata">

**Author:** [@brianguenter](https://discourse.julialang.org/u/brianguenter)\
**Replies:** 0\
**Last updated:** [November 25, 2021, 7:50pm UTC](https://discourse.julialang.org/t/error-when-using-tag-new-release-feature/72080 "2021-11-25T19:50:13Z")

</div>

I tried to use the tag new release feature in VSCode and got the error below. Not familiar with forking the registry, didn’t think this was necessary to tag a new release. ERROR: You need to have a fork of the registry …

---

## [Wrong path aggregation with \`include\` under vscode - terminal session is fine](https://discourse.julialang.org/t/wrong-path-aggregation-with-include-under-vscode-terminal-session-is-fine/71985)

<div class="topic-metadata">

**Author:** [@reumle](https://discourse.julialang.org/u/reumle)\
**Replies:** 4\
**Last updated:** [November 25, 2021, 6:55pm UTC](https://discourse.julialang.org/t/wrong-path-aggregation-with-include-under-vscode-terminal-session-is-fine/71985 "2021-11-25T18:55:07Z")

</div>

hi Path aggregation seems to have declared independence from my instructions. Here the problem (with vscode Repl) The bad behavior julia\> cd("C:\\\\proj\\\\Rprojs\\\\PS1908\\\\julia\\\\21T4\_vormdp") using Pkg Pkg.ac…

---

## [How to hide the types line when printing a data frame](https://discourse.julialang.org/t/how-to-hide-the-types-line-when-printing-a-data-frame/72046)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 6\
**Last updated:** [November 25, 2021, 12:57pm UTC](https://discourse.julialang.org/t/how-to-hide-the-types-line-when-printing-a-data-frame/72046 "2021-11-25T12:57:07Z")

</div>

When a dataframe is printed, I want to hide the line under the column-name that shows the column type. Basically what is shown how to do in How to hide the types line when pretty printing a data frame, but without going …

---

## [VS Code Keybinding](https://discourse.julialang.org/t/vs-code-keybinding/71992)

<div class="topic-metadata">

**Author:** [@flin](https://discourse.julialang.org/u/flin)\
**Replies:** 2\
**Last updated:** [November 24, 2021, 4:36am UTC](https://discourse.julialang.org/t/vs-code-keybinding/71992 "2021-11-24T04:36:48Z")

</div>

Hello, I am wondering if there is a way to change the behavior of ctrl + Enter in later versions to match that in version 1.4.3 (i.e. copying the current line or selected lines to REPL and evaluating it). I understand t…

---

## [Ubuntu Julia 1.6.4, juypter notebook not connecting?](https://discourse.julialang.org/t/ubuntu-julia-1-6-4-juypter-notebook-not-connecting/71933)

<div class="topic-metadata">

**Author:** [@jamaas](https://discourse.julialang.org/u/jamaas)\
**Replies:** 3\
**Last updated:** [November 23, 2021, 11:23am UTC](https://discourse.julialang.org/t/ubuntu-julia-1-6-4-juypter-notebook-not-connecting/71933 "2021-11-23T11:23:00Z")

</div>

I’ve just updated to the latest version of julia, 1.6.4 or ubuntu 20.04, however this has been an ongoing problem with previous julia versions. I can not get the julia kernel to show up in jupyter notebooks. Jupyter is…

---

## [Using Vuetify in Pluto.jl](https://discourse.julialang.org/t/using-vuetify-in-pluto-jl/62217)

<div class="topic-metadata">

**Author:** [@JackC](https://discourse.julialang.org/u/JackC)\
**Replies:** 1\
**Last updated:** [November 23, 2021, 1:56am UTC](https://discourse.julialang.org/t/using-vuetify-in-pluto-jl/62217 "2021-11-23T01:56:49Z")

</div>

I have a small application that I’m writing using Pluto.jl. The general idea behind it is to display a list of sliders (dynamically generated) over a couple tabs that can be used to set the numbers for specific variables…

---

## [Finding installed Julia version with Juliaup](https://discourse.julialang.org/t/finding-installed-julia-version-with-juliaup/71641)

<div class="topic-metadata">

**Author:** [@DNF](https://discourse.julialang.org/u/DNF)\
**Replies:** 9\
**Last updated:** [November 22, 2021, 6:13pm UTC](https://discourse.julialang.org/t/finding-installed-julia-version-with-juliaup/71641 "2021-11-22T18:13:45Z")

</div>

I’m trying out the juliaup version manager (GitHub - JuliaLang/juliaup: Julia installer and version multiplexer). One thing I struggle with is seeing which versions are installed. The output PS C:\\Users\\DNF\> juliaup sta…

---

## [PlutoUI's Select type has the order of the pairs wrong](https://discourse.julialang.org/t/plutouis-select-type-has-the-order-of-the-pairs-wrong/71082)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 1\
**Last updated:** [November 22, 2021, 8:27am UTC](https://discourse.julialang.org/t/plutouis-select-type-has-the-order-of-the-pairs-wrong/71082 "2021-11-22T08:27:31Z")

</div>

The Select type allows the user to create down-down menus with the @bind macro. Awesome feature. The current behaviour is The docs for Select look like this: So in the language of the docs, "1" is the key, and "…

---

## [Questions about restarting, moving the display of, and stopping output in the REPL in VS Code](https://discourse.julialang.org/t/questions-about-restarting-moving-the-display-of-and-stopping-output-in-the-repl-in-vs-code/71808)

<div class="topic-metadata">

**Author:** [@Cyrus\_Hettle](https://discourse.julialang.org/u/Cyrus_Hettle)\
**Replies:** 2\
**Last updated:** [November 21, 2021, 3:06pm UTC](https://discourse.julialang.org/t/questions-about-restarting-moving-the-display-of-and-stopping-output-in-the-repl-in-vs-code/71808 "2021-11-21T15:06:25Z")

</div>

I have used the Atom IDE for Julia (JuliaPro/Juno) for a few years, but recently configured a new computer and decided to install the VS Code extension since the Atom version will no longer be updated. I’ve had a few pro…

---

## [VS Code TERMINAL (Julia REPL) is not showing prompt messages for inputs properly](https://discourse.julialang.org/t/vs-code-terminal-julia-repl-is-not-showing-prompt-messages-for-inputs-properly/70282)

<div class="topic-metadata">

**Author:** [@shubh\_b](https://discourse.julialang.org/u/shubh_b)\
**Replies:** 1\
**Last updated:** [November 20, 2021, 3:39pm UTC](https://discourse.julialang.org/t/vs-code-terminal-julia-repl-is-not-showing-prompt-messages-for-inputs-properly/70282 "2021-11-20T15:39:39Z")

</div>

In VS Code Extension, I was trying to run a simple Julia program that can prompt for inputs of two numbers, then shows the sum of numbers like below: print("Enter the first number: ") a = parse(Float64, readline()) prin…

---

## [Getting Archive tarballs out of gitlab](https://discourse.julialang.org/t/getting-archive-tarballs-out-of-gitlab/71536)

<div class="topic-metadata">

**Author:** [@Allan\_Baker](https://discourse.julialang.org/u/Allan_Baker)\
**Replies:** 4\
**Last updated:** [November 18, 2021, 1:24am UTC](https://discourse.julialang.org/t/getting-archive-tarballs-out-of-gitlab/71536 "2021-11-18T01:24:05Z")

</div>

I successfully created an archive tarball using the help from this website. I thought the documentation was not as clear as this blog. I do have a problem though. I thought I could create a gitlab repo, and inside t…

---

## [Erroneous Codecov reporting with GitHub Actions](https://discourse.julialang.org/t/erroneous-codecov-reporting-with-github-actions/71672)

<div class="topic-metadata">

**Author:** [@pulsipher](https://discourse.julialang.org/u/pulsipher)\
**Replies:** 0\
**Last updated:** [November 17, 2021, 4:40pm UTC](https://discourse.julialang.org/t/erroneous-codecov-reporting-with-github-actions/71672 "2021-11-17T16:40:37Z")

</div>

Until relatively recently, the coverage reports I received for InfiniteOpt.jl were fairly. However, now I am suddenly getting a lot of erroneous misses that tend to be mapped to end statements. Initially this behavior cr…

---

## [IntelliSense for a package](https://discourse.julialang.org/t/intellisense-for-a-package/71667)

<div class="topic-metadata">

**Author:** [@whatsthecraic](https://discourse.julialang.org/u/whatsthecraic)\
**Replies:** 0\
**Last updated:** [November 17, 2021, 3:45pm UTC](https://discourse.julialang.org/t/intellisense-for-a-package/71667 "2021-11-17T15:45:53Z")

</div>

How do I enable intellisense when downloading a package from the internet? Say, for instance, if I clone https://github.com/JuliaWeb/HTTP.jl and open its folder by vscode, then the IDE displays the info message “Setting …

---

## [Juno -- start-up directory?](https://discourse.julialang.org/t/juno-start-up-directory/18284)

<div class="topic-metadata">

**Author:** [@BLI](https://discourse.julialang.org/u/BLI)\
**Replies:** 5\
**Last updated:** [November 17, 2021, 5:09am UTC](https://discourse.julialang.org/t/juno-start-up-directory/18284 "2021-11-17T05:09:49Z")

</div>

Probably a stupid questions… but where do I set the start-up directory of REPL in Juno? The default start-up directory appears in the top of the Juno window… but where can I change it? Probably, the ideal would be th…

---

## [Plot blurred (again) in VS Code with GR](https://discourse.julialang.org/t/plot-blurred-again-in-vs-code-with-gr/71546)

<div class="topic-metadata">

**Author:** [@luboshanus](https://discourse.julialang.org/u/luboshanus)\
**Replies:** 4\
**Last updated:** [November 16, 2021, 1:50pm UTC](https://discourse.julialang.org/t/plot-blurred-again-in-vs-code-with-gr/71546 "2021-11-16T13:50:48Z")

</div>

I have a problem with plots in VS Code. Plots are blurred and one cannot zoom in/out within it as it used to be. It saves the plot correctly into pdf. Plots v1.23.1, v1.23.6. GR 0.61.0

---

## [Significance of Current Module in VS Code](https://discourse.julialang.org/t/significance-of-current-module-in-vs-code/58469)

<div class="topic-metadata">

**Author:** [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)\
**Replies:** 5\
**Last updated:** [November 16, 2021, 7:25am UTC](https://discourse.julialang.org/t/significance-of-current-module-in-vs-code/58469 "2021-11-16T07:25:07Z")

</div>

The code I’m developing is in a module RBSilly, which is what shows as the Current Module on the lower right of my VS Code window. But when I enter code in the Julia REPL window at the bottom, it does not seem to be eva…

---

## [VSCode: Disabling session revive](https://discourse.julialang.org/t/vscode-disabling-session-revive/71379)

<div class="topic-metadata">

**Author:** [@bernhard](https://discourse.julialang.org/u/bernhard)\
**Replies:** 0\
**Last updated:** [November 12, 2021, 12:36pm UTC](https://discourse.julialang.org/t/vscode-disabling-session-revive/71379 "2021-11-12T12:36:59Z")

</div>

It seems that VSCode enabled “session revive” by default. At least I received various kinds of errors about “session restore” when restarting VS Code recently. I had to disable this setting and thought I would share thi…

---

## [Package folder in .julia/packages](https://discourse.julialang.org/t/package-folder-in-julia-packages/71346)

<div class="topic-metadata">

**Author:** [@user2](https://discourse.julialang.org/u/user2)\
**Replies:** 2\
**Last updated:** [November 11, 2021, 8:02pm UTC](https://discourse.julialang.org/t/package-folder-in-julia-packages/71346 "2021-11-11T20:02:29Z")

</div>

Can I ask why there are many folder for the same package? And I want to know that I can remove the folder. thank you

---

## [VS Code Julia language-server caching?](https://discourse.julialang.org/t/vs-code-julia-language-server-caching/38967)

<div class="topic-metadata">

**Author:** [@oschulz](https://discourse.julialang.org/u/oschulz)\
**Replies:** 22\
**Last updated:** [November 11, 2021, 6:44pm UTC](https://discourse.julialang.org/t/vs-code-julia-language-server-caching/38967 "2021-11-11T18:44:15Z")

</div>

I currently have to use VS Code with a rather heavy/large Julia environment. The first time the language-server started, it needed ages until everything was “ready” (is indexed the right term?), even though I had already…

---

## [Where to insert some commands before running REPL in VS Code?](https://discourse.julialang.org/t/where-to-insert-some-commands-before-running-repl-in-vs-code/71228)

<div class="topic-metadata">

**Author:** [@Amro](https://discourse.julialang.org/u/Amro)\
**Replies:** 8\
**Last updated:** [November 10, 2021, 6:16pm UTC](https://discourse.julialang.org/t/where-to-insert-some-commands-before-running-repl-in-vs-code/71228 "2021-11-10T18:16:20Z")

</div>

I am using julia as an extension in VS code. I usually write a script then click on the julia: Execute Active file in REPL to run it. However, I need sometimes to run the REPL with some startup commands such as with jul…

---

## [The simplest linear fit with GLM](https://discourse.julialang.org/t/the-simplest-linear-fit-with-glm/71316)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 13\
**Last updated:** [November 11, 2021, 2:33pm UTC](https://discourse.julialang.org/t/the-simplest-linear-fit-with-glm/71316 "2021-11-11T14:33:01Z")

</div>

EDIT: In the spirit of TL;DR, here is what you need to make a simple linear fit: julia\> X=\[1,2,3\]; Y=\[2,4,7\]; data = (;X, Y) (X = \[1, 2, 3\], Y = \[2, 4, 7\]) julia\> lm(@formula(Y~X), data) StatsModels.TableRegressionMode…

[Previous page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=50)

[Next page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=52)
