# Tooling

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

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

**Page:** 45

---

## [SciML Style: A Style Guide for Stylish Julia Programmers](https://discourse.julialang.org/t/sciml-style-a-style-guide-for-stylish-julia-programmers/81672)

<div class="topic-metadata">

**Author:** [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)\
**Replies:** 14\
**Last updated:** [May 31, 2022, 12:55pm UTC](https://discourse.julialang.org/t/sciml-style-a-style-guide-for-stylish-julia-programmers/81672 "2022-05-31T12:55:05Z")

</div>

Hey everyone, To address some coding uniformity and correctness issues, we have implemented a SciML Style Guide. Details in the Github repo below: The SciML Style emphasizes the points which are essentially required …

---

## [CompatHelper workflows disabled after 60 days of inactivity](https://discourse.julialang.org/t/compathelper-workflows-disabled-after-60-days-of-inactivity/48870)

<div class="topic-metadata">

**Author:** [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)\
**Replies:** 13\
**Last updated:** [May 30, 2022, 4:05pm UTC](https://discourse.julialang.org/t/compathelper-workflows-disabled-after-60-days-of-inactivity/48870 "2022-05-30T16:05:54Z")

</div>

I recently learned that Github disables workflows after 60 days of repo inactivity, from e-mails like \[GitHub\] The “CompatHelper” workflow in tpapp/… will be disabled soon Scheduled workflows are disabled automaticall…

---

## [\[ANN\] Required updates to TagBot.yml](https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249)

<div class="topic-metadata">

**Author:** [@christopher-dG](https://discourse.julialang.org/u/christopher-dG)\
**Replies:** 19\
**Last updated:** [May 30, 2022, 3:45pm UTC](https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249 "2022-05-30T15:45:33Z")

</div>

Hi all, remember when I said that you’d never have to do any maintenance on your TagBot.yml files? I lied, I’m sorry. GitHub has started automatically disabling Actions workflows that run on a schedule for repositories…

---

## [Julia-Vim tutorial for newbies](https://discourse.julialang.org/t/julia-vim-tutorial-for-newbies/36636)

<div class="topic-metadata">

**Author:** [@sbacelar](https://discourse.julialang.org/u/sbacelar)\
**Replies:** 29\
**Last updated:** [July 21, 2021, 5:51pm UTC](https://discourse.julialang.org/t/julia-vim-tutorial-for-newbies/36636 "2021-07-21T17:51:58Z")

</div>

Does anyone know about a simple introduction to Julia-Vim? I read the plugin help but I couldn’t find any reference to first steps. My idea is: a) a simple setup for running Julia files; b) how to run them.

---

## [VSC - building custom sysimage runs endless](https://discourse.julialang.org/t/vsc-building-custom-sysimage-runs-endless/81771)

<div class="topic-metadata">

**Author:** [@trilobit](https://discourse.julialang.org/u/trilobit)\
**Replies:** 1\
**Last updated:** [May 27, 2022, 11:03am UTC](https://discourse.julialang.org/t/vsc-building-custom-sysimage-runs-endless/81771 "2022-05-27T11:03:54Z")

</div>

I tried the experimental: Building custom sysimage First I create a directory, with an empty .jl-file. Then run: “Tasks: run build Tasks” and see this: : For a few moments everythig seems to be OK. No, errors, no…

---

## [VS Code extremely slow to execute code](https://discourse.julialang.org/t/vs-code-extremely-slow-to-execute-code/81520)

<div class="topic-metadata">

**Author:** [@lzxnl](https://discourse.julialang.org/u/lzxnl)\
**Replies:** 4\
**Last updated:** [May 27, 2022, 2:50am UTC](https://discourse.julialang.org/t/vs-code-extremely-slow-to-execute-code/81520 "2022-05-27T02:50:10Z")

</div>

When I start up VS Code, the first time I want to execute code, it does so ok. The second time, if I highlight some code to run with Shift-Enter, it will stop, and will take longer to reply than just restarting VS Code, …

---

## [VSCode in notebook doesn't print if has error](https://discourse.julialang.org/t/vscode-in-notebook-doesnt-print-if-has-error/81640)

<div class="topic-metadata">

**Author:** [@Elyco](https://discourse.julialang.org/u/Elyco)\
**Replies:** 3\
**Last updated:** [May 25, 2022, 5:17pm UTC](https://discourse.julialang.org/t/vscode-in-notebook-doesnt-print-if-has-error/81640 "2022-05-25T17:17:47Z")

</div>

Hi, When using VS Code notebook I notice the following behavior: println("You won't see this print.") error() The cell doesn’t output the println command. This is very common practice for me while debugging. Even mo…

---

## [Downloading package source code without using its git repo](https://discourse.julialang.org/t/downloading-package-source-code-without-using-its-git-repo/81516)

<div class="topic-metadata">

**Author:** [@julbinb](https://discourse.julialang.org/u/julbinb)\
**Replies:** 6\
**Last updated:** [May 24, 2022, 5:42pm UTC](https://discourse.julialang.org/t/downloading-package-source-code-without-using-its-git-repo/81516 "2022-05-24T17:42:09Z")

</div>

Is there a way to download the source code of a package (given a version or its SHA) directly, without using the package repo? (I could do a git clone and checkout, but if there is a way to get just the source code dire…

---

## [Q: automatically updating/detecting missed JLL packages updates](https://discourse.julialang.org/t/q-automatically-updating-detecting-missed-jll-packages-updates/81413)

<div class="topic-metadata">

**Author:** [@ImreSamu](https://discourse.julialang.org/u/ImreSamu)\
**Replies:** 4\
**Last updated:** [May 24, 2022, 2:21pm UTC](https://discourse.julialang.org/t/q-automatically-updating-detecting-missed-jll-packages-updates/81413 "2022-05-24T14:21:11Z")

</div>

context: Some JLL packages are not updated to the latest version so important (security) patches not used. hard to find these packages in the local environments. example: LibPQ\_jll ( PostgreSQL client) - based on v…

---

## [How do I get CI to use the nightly version of Julia for Documenter-produced documentation?](https://discourse.julialang.org/t/how-do-i-get-ci-to-use-the-nightly-version-of-julia-for-documenter-produced-documentation/81467)

<div class="topic-metadata">

**Author:** [@Joris\_Pinkse](https://discourse.julialang.org/u/Joris_Pinkse)\
**Replies:** 1\
**Last updated:** [May 22, 2022, 5:57pm UTC](https://discourse.julialang.org/t/how-do-i-get-ci-to-use-the-nightly-version-of-julia-for-documenter-produced-documentation/81467 "2022-05-22T17:57:19Z")

</div>

How do I get CI to use the nightly version of Julia for Documenter-produced documentation? It currently uses 1.7.2 but my package requires 1.8beta3. I can’t figure out how to do it. (I’d asked a similar question on th…

---

## [Convincing Documenter to create a PDF output](https://discourse.julialang.org/t/convincing-documenter-to-create-a-pdf-output/81337)

<div class="topic-metadata">

**Author:** [@mbauman](https://discourse.julialang.org/u/mbauman)\
**Replies:** 8\
**Last updated:** [May 20, 2022, 2:38pm UTC](https://discourse.julialang.org/t/convincing-documenter-to-create-a-pdf-output/81337 "2022-05-20T14:38:04Z")

</div>

I’m trying to get Documenter to create a PDF version of my package’s docs. Following the documentation, I first tried makedocs(format = Documenter.LaTeX())… but quickly realized I no longer have a TeX installation. Duh…

---

## [Julia execution inside a container with restricted RAM](https://discourse.julialang.org/t/julia-execution-inside-a-container-with-restricted-ram/81173)

<div class="topic-metadata">

**Author:** [@rssdev10](https://discourse.julialang.org/u/rssdev10)\
**Replies:** 8\
**Last updated:** [May 19, 2022, 9:14pm UTC](https://discourse.julialang.org/t/julia-execution-inside-a-container-with-restricted-ram/81173 "2022-05-19T21:14:29Z")

</div>

Hello, is any way to restrict Julia’s process in memory consumption when that’s executed inside a Docker container? Sometimes we are getting out-of-memory kills just because Julia’s garbage collector didn’t do memory cle…

---

## [Building specific library version with Yggdrasil](https://discourse.julialang.org/t/building-specific-library-version-with-yggdrasil/81262)

<div class="topic-metadata">

**Author:** [@Andrea\_Pagnani](https://discourse.julialang.org/u/Andrea_Pagnani)\
**Replies:** 6\
**Last updated:** [May 19, 2022, 1:10pm UTC](https://discourse.julialang.org/t/building-specific-library-version-with-yggdrasil/81262 "2022-05-19T13:10:09Z")

</div>

Dearests, I am in the process of shipping a new Pkg that depends on an external library. More precisely, we need to have a library called “HMMER” with its HMMMER\_JLL on Yggdrasil. Unfortunately, due to compatibility iss…

---

## [Trying to create my own package; one dependency asks to be installed manually?](https://discourse.julialang.org/t/trying-to-create-my-own-package-one-dependency-asks-to-be-installed-manually/81164)

<div class="topic-metadata">

**Author:** [@johnabs](https://discourse.julialang.org/u/johnabs)\
**Replies:** 2\
**Last updated:** [May 16, 2022, 11:12pm UTC](https://discourse.julialang.org/t/trying-to-create-my-own-package-one-dependency-asks-to-be-installed-manually/81164 "2022-05-16T23:12:33Z")

</div>

Hi all, I’m hoping to finalize a package for deployment soon, but when I try to install it from github, everything works except for the Graphs.jl dependency. Weirdly enough, it does install Graphs, but when I try to lo…

---

## [Segmentation Fault when using Plots](https://discourse.julialang.org/t/segmentation-fault-when-using-plots/45150)

<div class="topic-metadata">

**Author:** [@drarnau](https://discourse.julialang.org/u/drarnau)\
**Replies:** 4\
**Last updated:** [May 16, 2022, 10:38pm UTC](https://discourse.julialang.org/t/segmentation-fault-when-using-plots/45150 "2022-05-16T22:38:13Z")

</div>

using Plots \[ Info: Recompiling stale cache file /home/arnau/.julia/compiled/v1.1/Plots/ld3vC.ji for Plots \[91a5bcdd-55d7-5caf-9e0b-520d859cae80\] signal (11): Segmentation fault in expression starting at /home/arnau/.ju…

---

## [Debugging in VS Code has difference variable scope behavior](https://discourse.julialang.org/t/debugging-in-vs-code-has-difference-variable-scope-behavior/80226)

<div class="topic-metadata">

**Author:** [@msena](https://discourse.julialang.org/u/msena)\
**Replies:** 6\
**Last updated:** [May 13, 2022, 1:02am UTC](https://discourse.julialang.org/t/debugging-in-vs-code-has-difference-variable-scope-behavior/80226 "2022-05-13T01:02:02Z")

</div>

Hi, I am trying to debug some code and upon some experimentation it seems that the debugger in visual studio code has a different scoping behavior than when running stuff no the REPL? Consider the following example (may…

---

## [How to change the PATH variable on VSCode Debugger](https://discourse.julialang.org/t/how-to-change-the-path-variable-on-vscode-debugger/80959)

<div class="topic-metadata">

**Author:** [@guilhermebodin](https://discourse.julialang.org/u/guilhermebodin)\
**Replies:** 0\
**Last updated:** [May 12, 2022, 2:23pm UTC](https://discourse.julialang.org/t/how-to-change-the-path-variable-on-vscode-debugger/80959 "2022-05-12T14:23:01Z")

</div>

Hi, I have a kind of complicated bat script that runs a julia executable inside, in order to use the debugger I would have to make an edition in the PATH environment variable, is this currently possible in the Debugger o…

---

## [How to add DataFrames to dependencies of package Reinforce?](https://discourse.julialang.org/t/how-to-add-dataframes-to-dependencies-of-package-reinforce/80939)

<div class="topic-metadata">

**Author:** [@Hupdup](https://discourse.julialang.org/u/Hupdup)\
**Replies:** 3\
**Last updated:** [May 12, 2022, 9:50am UTC](https://discourse.julialang.org/t/how-to-add-dataframes-to-dependencies-of-package-reinforce/80939 "2022-05-12T09:50:20Z")

</div>

Hi everyone, I am trying to add DataFrames to the Dependencies of Reinforce. Do you know how to do that? I tried the following: but when I want to use the Package it still says: “Warning: Package Reinforce does no…

---

## [Pluto on Binder: use a repo environment rather than Pluto managed environment?](https://discourse.julialang.org/t/pluto-on-binder-use-a-repo-environment-rather-than-pluto-managed-environment/75311)

<div class="topic-metadata">

**Author:** [@thompsonmj](https://discourse.julialang.org/u/thompsonmj)\
**Replies:** 6\
**Last updated:** [May 10, 2022, 1:33pm UTC](https://discourse.julialang.org/t/pluto-on-binder-use-a-repo-environment-rather-than-pluto-managed-environment/75311 "2022-05-10T13:33:23Z")

</div>

I would like to load a Pluto notebook in Binder that uses an environment managed outside the notebook itself (but in the same repository). Is this possible somehow to swing using the raw URL for a Pluto notebook in a re…

---

## [Stack plot-pane and terminal](https://discourse.julialang.org/t/stack-plot-pane-and-terminal/56013)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 15\
**Last updated:** [May 10, 2022, 7:54am UTC](https://discourse.julialang.org/t/stack-plot-pane-and-terminal/56013 "2022-05-10T07:54:40Z")

</div>

Currently, my layout looks like this: I would LOVE for it to look like this to utilize the space better: I could not find out how - does anyone know if it is possible? If not, this is a feature request …

---

## [Codecov missing function signatures in code coverage](https://discourse.julialang.org/t/codecov-missing-function-signatures-in-code-coverage/79518)

<div class="topic-metadata">

**Author:** [@kellertuer](https://discourse.julialang.org/u/kellertuer)\
**Replies:** 1\
**Last updated:** [May 9, 2022, 8:32am UTC](https://discourse.julialang.org/t/codecov-missing-function-signatures-in-code-coverage/79518 "2022-05-09T08:32:06Z")

</div>

We have a strange behaviour in our codecoverage that increased with our current redesign, so I would like to understand how this happens – and maybe how to avoid it. Here is an example https://app.codecov.io/gh/JuliaMan…

---

## [VS code crash loading big file NetCDF](https://discourse.julialang.org/t/vs-code-crash-loading-big-file-netcdf/80562)

<div class="topic-metadata">

**Author:** [@virgile-baudrot](https://discourse.julialang.org/u/virgile-baudrot)\
**Replies:** 5\
**Last updated:** [May 9, 2022, 8:28am UTC](https://discourse.julialang.org/t/vs-code-crash-loading-big-file-netcdf/80562 "2022-05-09T08:28:33Z")

</div>

I have to load a NetCDF file of around 50Mb, it’s working fine within the shell but not in VScode. The error message from julia is super fast I don’t have time to copy past here. VScode return this: path\\AppData\\Local…

---

## [How to "force" a Pluto recalculation](https://discourse.julialang.org/t/how-to-force-a-pluto-recalculation/80532)

<div class="topic-metadata">

**Author:** [@maajdl](https://discourse.julialang.org/u/maajdl)\
**Replies:** 6\
**Last updated:** [May 8, 2022, 8:47pm UTC](https://discourse.julialang.org/t/how-to-force-a-pluto-recalculation/80532 "2022-05-08T20:47:22Z")

</div>

Hello It would help me to “force” a recalculation of a Pluto Notebook. This is simply because I use the PrettyTables.jl package. It displays dataframes as “old fashion” tables. It makes uses of ENV\[“LINES”\] to det…

---

## [Pluto widget for viewing Flux / FluxTraining progress?](https://discourse.julialang.org/t/pluto-widget-for-viewing-flux-fluxtraining-progress/80393)

<div class="topic-metadata">

**Author:** [@maxeonyx](https://discourse.julialang.org/u/maxeonyx)\
**Replies:** 12\
**Last updated:** [May 8, 2022, 1:43am UTC](https://discourse.julialang.org/t/pluto-widget-for-viewing-flux-fluxtraining-progress/80393 "2022-05-08T01:43:25Z")

</div>

Does anyone know if there’s a rich formatter for showing the progress of training in Pluto when training models using Flux or FluxTraining? I’d quite like to use this if it exists. The current UX for training inside a n…

---

## [Package problems during CI testing (github actions)](https://discourse.julialang.org/t/package-problems-during-ci-testing-github-actions/80439)

<div class="topic-metadata">

**Author:** [@Gus\_Hart](https://discourse.julialang.org/u/Gus_Hart)\
**Replies:** 4\
**Last updated:** [May 3, 2022, 10:12pm UTC](https://discourse.julialang.org/t/package-problems-during-ci-testing-github-actions/80439 "2022-05-03T22:12:15Z")

</div>

I’ve setup continuous integration for several packages that I’ve written. For a new package, I’m getting an error that I can’t debug (see image). (Here is the new packjage: GitHub - glwhart/Spacey.jl: Spacegroup finder u…

---

## [Odd disappearance of some packages on update](https://discourse.julialang.org/t/odd-disappearance-of-some-packages-on-update/80241)

<div class="topic-metadata">

**Author:** [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)\
**Replies:** 6\
**Last updated:** [April 30, 2022, 3:42am UTC](https://discourse.julialang.org/t/odd-disappearance-of-some-packages-on-update/80241 "2022-04-30T03:42:41Z")

</div>

I have a Julia package that uses Optim with autodiff. I believe because of that Calculus and DualNumbers have been part of my environment. I just did a package update and both Calculus and DualNumbers were removed, des…

---

## [New file options in VS Code drop-down menu](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222)

<div class="topic-metadata">

**Author:** [@chadagreene](https://discourse.julialang.org/u/chadagreene)\
**Replies:** 7\
**Last updated:** [April 29, 2022, 3:21pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222 "2022-04-29T15:21:17Z")

</div>

Does anyone know, is it a bug or something wrong with my VS Code installation that causes two entries for New File in VS Code File drop-down menu?

---

## [Pluto: How to redirect the logging message to the terminal?](https://discourse.julialang.org/t/pluto-how-to-redirect-the-logging-message-to-the-terminal/80232)

<div class="topic-metadata">

**Author:** [@liuyxpp](https://discourse.julialang.org/u/liuyxpp)\
**Replies:** 1\
**Last updated:** [April 29, 2022, 6:24am UTC](https://discourse.julialang.org/t/pluto-how-to-redirect-the-logging-message-to-the-terminal/80232 "2022-04-29T06:24:35Z")

</div>

Current version (or versions) displays @info message in the cell instead of in the terminal. I have a very long simulation to run and it emits many messages per iteration. These messages are clustering in a line which I …

---

## [Section links in search results](https://discourse.julialang.org/t/section-links-in-search-results/80186)

<div class="topic-metadata">

**Author:** [@gustaphe](https://discourse.julialang.org/u/gustaphe)\
**Replies:** 3\
**Last updated:** [April 28, 2022, 8:38am UTC](https://discourse.julialang.org/t/section-links-in-search-results/80186 "2022-04-28T08:38:53Z")

</div>

When searching for something with duckduckgo or Google, I often stub my toe on this problem, example: I search for julia customizing broadcasting and scroll down a bit. It finds Interfaces · The Julia Language, with a d…

---

## [Connect to external REPL no longer works](https://discourse.julialang.org/t/connect-to-external-repl-no-longer-works/80015)

<div class="topic-metadata">

**Author:** [@lewis](https://discourse.julialang.org/u/lewis)\
**Replies:** 5\
**Last updated:** [April 27, 2022, 7:50pm UTC](https://discourse.julialang.org/t/connect-to-external-repl-no-longer-works/80015 "2022-04-27T19:50:26Z")

</div>

Version 1.7.2 of Julia. Latest version of VS Code. I got the command from the plugin Julia Connect to External REPL to work once. A sort of prompt came up with a button. I clicked it. I had an external repl connecte…

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

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