# Tooling

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

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

**Page:** 29

---

## [Skip SSL Verification in Pkg.add(url="...")](https://discourse.julialang.org/t/skip-ssl-verification-in-pkg-add-url/102028)

<div class="topic-metadata">

**Author:** [@sob](https://discourse.julialang.org/u/sob)\
**Replies:** 0\
**Last updated:** [July 24, 2023, 4:49pm UTC](https://discourse.julialang.org/t/skip-ssl-verification-in-pkg-add-url/102028 "2023-07-24T16:49:23Z")

</div>

How can I skip SSL Verification when calling the add function? I’m testing deployment of packages and have a self signed certificate for now. Nothing in the doc, and couldn’t find a way looking at the code in Pkg\\src\\API…

---

## [Are there efforts to improve ChatGPT for Julia code?](https://discourse.julialang.org/t/are-there-efforts-to-improve-chatgpt-for-julia-code/94296)

<div class="topic-metadata">

**Author:** [@austin-putz](https://discourse.julialang.org/u/austin-putz)\
**Replies:** 26\
**Last updated:** [July 24, 2023, 2:23pm UTC](https://discourse.julialang.org/t/are-there-efforts-to-improve-chatgpt-for-julia-code/94296 "2023-07-24T14:23:46Z")

</div>

Is there a genuine effort to work with OpenAI on updating the training for ChatGPT. It’s working flawlessly for R and sed/awk bash scripts I’m testing. However, since Julia has developed so rapidly it’s giving me maybe 5…

---

## [Nbdev but for julia!](https://discourse.julialang.org/t/nbdev-but-for-julia/101951)

<div class="topic-metadata">

**Author:** [@Abdelkareem\_Elkhateb](https://discourse.julialang.org/u/Abdelkareem_Elkhateb)\
**Replies:** 2\
**Last updated:** [July 23, 2023, 10:14am UTC](https://discourse.julialang.org/t/nbdev-but-for-julia/101951 "2023-07-23T10:14:45Z")

</div>

is there any future plans to build a version of nbdev but for julia! nbdev - Getting Started

---

## [Having trouble to release a new version of a package that depends on PyPlot](https://discourse.julialang.org/t/having-trouble-to-release-a-new-version-of-a-package-that-depends-on-pyplot/101918)

<div class="topic-metadata">

**Author:** [@hunKing](https://discourse.julialang.org/u/hunKing)\
**Replies:** 2\
**Last updated:** [July 23, 2023, 12:17am UTC](https://discourse.julialang.org/t/having-trouble-to-release-a-new-version-of-a-package-that-depends-on-pyplot/101918 "2023-07-23T00:17:50Z")

</div>

Hello folks, I am trying to release a new version of a registered package that depends on PyPlot, namely SeisPlot.jl. During the CI job that tries to automerge the new release they check if the packaged can be added. Fr…

---

## [Registrator.jl sudden conda dependency error on GitHub](https://discourse.julialang.org/t/registrator-jl-sudden-conda-dependency-error-on-github/101763)

<div class="topic-metadata">

**Author:** [@sparrowhawk](https://discourse.julialang.org/u/sparrowhawk)\
**Replies:** 2\
**Last updated:** [July 22, 2023, 3:23pm UTC](https://discourse.julialang.org/t/registrator-jl-sudden-conda-dependency-error-on-github/101763 "2023-07-22T15:23:51Z")

</div>

Hi all, I have been releasing new versions of my package using Registrator.jl without any trouble until May 24th of this year. On my latest release, saying @JuliaRegistrator register as a comment to the last GitHub co…

---

## [How to check if Julia is running in a vscode notebook?](https://discourse.julialang.org/t/how-to-check-if-julia-is-running-in-a-vscode-notebook/101863)

<div class="topic-metadata">

**Author:** [@BenjaminDoran](https://discourse.julialang.org/u/BenjaminDoran)\
**Replies:** 3\
**Last updated:** [July 21, 2023, 5:05pm UTC](https://discourse.julialang.org/t/how-to-check-if-julia-is-running-in-a-vscode-notebook/101863 "2023-07-21T17:05:32Z")

</div>

I’ve noticed a few issues using packages like ProgressMeter and Bio3Dview in the VS code notebook. ProgressMeter keeps appending the progress bar to new lines. It shows repeated output in VScode · Issue #231 · timholy/Pr…

---

## [Julia Snail world-age issue?](https://discourse.julialang.org/t/julia-snail-world-age-issue/101829)

<div class="topic-metadata">

**Author:** [@DOT](https://discourse.julialang.org/u/DOT)\
**Replies:** 0\
**Last updated:** [July 20, 2023, 10:07am UTC](https://discourse.julialang.org/t/julia-snail-world-age-issue/101829 "2023-07-20T10:07:12Z")

</div>

Julia Snail is amazing, I love it! Typing this into a buffer in Julia 🐌 mode, and julia-snail-send-region–ing it into a brand-new(!!) \*julia\* buffer gives a world age error for me: using Plots my\_plots = let …

---

## [Non-hyperlink in method docstring (Documentor.jl issue?)](https://discourse.julialang.org/t/non-hyperlink-in-method-docstring-documentor-jl-issue/101803)

<div class="topic-metadata">

**Author:** [@bensetterholm](https://discourse.julialang.org/u/bensetterholm)\
**Replies:** 0\
**Last updated:** [July 19, 2023, 8:52pm UTC](https://discourse.julialang.org/t/non-hyperlink-in-method-docstring-documentor-jl-issue/101803 "2023-07-19T20:52:16Z")

</div>

I have a particular case where I would like to include some text in square brackets followed by a parenthetical statement within a custom type’s docstring. Something along the lines of: """ foo # Fields: - \`bar\`: e…

---

## [Debugger doesn't stop at breakpoints when running tests (but does during normal execution)](https://discourse.julialang.org/t/debugger-doesnt-stop-at-breakpoints-when-running-tests-but-does-during-normal-execution/93202)

<div class="topic-metadata">

**Author:** [@eott-siz](https://discourse.julialang.org/u/eott-siz)\
**Replies:** 11\
**Last updated:** [July 19, 2023, 1:37pm UTC](https://discourse.julialang.org/t/debugger-doesnt-stop-at-breakpoints-when-running-tests-but-does-during-normal-execution/93202 "2023-07-19T13:37:53Z")

</div>

Julia 1.7.3 VS Code 1.74.3 Julia extension 1.38.2 I’m having a problem where, when I run tests with the debugger on the program I’m working on, the debugger doesn’t stop at any breakpoints I set. If I run the program …

---

## [Error only while using debugger in VSCode](https://discourse.julialang.org/t/error-only-while-using-debugger-in-vscode/101707)

<div class="topic-metadata">

**Author:** [@Sophia\_Wright](https://discourse.julialang.org/u/Sophia_Wright)\
**Replies:** 2\
**Last updated:** [July 18, 2023, 11:28pm UTC](https://discourse.julialang.org/t/error-only-while-using-debugger-in-vscode/101707 "2023-07-18T23:28:06Z")

</div>

Hello - I’m unable to use the debugger in VSCode while using the KernelAbstractions.jl library. I have shared details along with a minimal reproducer here: essentially - I’m able to run the script fine in VS Code, b…

---

## [Make fixing tests easier](https://discourse.julialang.org/t/make-fixing-tests-easier/101610)

<div class="topic-metadata">

**Author:** [@Impressium](https://discourse.julialang.org/u/Impressium)\
**Replies:** 6\
**Last updated:** [July 16, 2023, 7:11am UTC](https://discourse.julialang.org/t/make-fixing-tests-easier/101610 "2023-07-16T07:11:06Z")

</div>

Hi all :slight\_smile: I’m currently fixing lot’s of tests. It’s quite annoying xD To questions: is there any UI to polish and sort the stack traces is there a setting in the test PKG to enable debug mode. So that at …

---

## [Consistent documentation of an API using Julia and further programming languages](https://discourse.julialang.org/t/consistent-documentation-of-an-api-using-julia-and-further-programming-languages/101629)

<div class="topic-metadata">

**Author:** [@Benedict](https://discourse.julialang.org/u/Benedict)\
**Replies:** 0\
**Last updated:** [July 14, 2023, 4:08pm UTC](https://discourse.julialang.org/t/consistent-documentation-of-an-api-using-julia-and-further-programming-languages/101629 "2023-07-14T16:08:58Z")

</div>

I am working on a C / Fortan interface (libtrixi) to the Julia-based flow solver Trixi.jl. We would like to provide a pleasing documentation for our users and have started with Documenter.jl as done for Trixi.jl. However…

---

## [Constant out of memory error of VSCode extension](https://discourse.julialang.org/t/constant-out-of-memory-error-of-vscode-extension/101323)

<div class="topic-metadata">

**Author:** [@wujinq](https://discourse.julialang.org/u/wujinq)\
**Replies:** 8\
**Last updated:** [July 13, 2023, 11:49pm UTC](https://discourse.julialang.org/t/constant-out-of-memory-error-of-vscode-extension/101323 "2023-07-13T23:49:10Z")

</div>

So I use VSCode to login in to the supercomputer I’m working with, and I installed the Julia extension on it. It works well, but recently I noticed that the following error appears frequently: \[ Info: Loading GPUArraysC…

---

## [Best practice for creating and managing dependancies of folders that are not needed by the package itself](https://discourse.julialang.org/t/best-practice-for-creating-and-managing-dependancies-of-folders-that-are-not-needed-by-the-package-itself/101559)

<div class="topic-metadata">

**Author:** [@alex-s-gardner](https://discourse.julialang.org/u/alex-s-gardner)\
**Replies:** 4\
**Last updated:** [July 13, 2023, 5:51pm UTC](https://discourse.julialang.org/t/best-practice-for-creating-and-managing-dependancies-of-folders-that-are-not-needed-by-the-package-itself/101559 "2023-07-13T17:51:47Z")

</div>

Say I have a package “MyPkg.jl” with the following structure: MyPkg.jl/Manifest.toml MyPkg.jl/Project.toml MyPkg.jl/src/MyPkg.jl MyPkg.jl/benchmark/benchmark.jl where benchmark.jl is a script that produces benchmark st…

---

## [VS Code: Julia Language Server crash - Julia 1.9.1](https://discourse.julialang.org/t/vs-code-julia-language-server-crash-julia-1-9-1/101165)

<div class="topic-metadata">

**Author:** [@Audrius-St](https://discourse.julialang.org/u/Audrius-St)\
**Replies:** 4\
**Last updated:** [July 12, 2023, 5:23am UTC](https://discourse.julialang.org/t/vs-code-julia-language-server-crash-julia-1-9-1/101165 "2023-07-12T05:23:50Z")

</div>

Hello, First time I’ve encountered this issue running Julia on WSL2. Julia Version 1.9.1 Commit 147bdf428cd (2023-06-07 08:27 UTC) Platform Info: OS: Linux (x86\_64-linux-gnu) CPU: 12 × Intel(R) Core(TM) i7-8750H CP…

---

## [Host Pluto server in the cloud, eg, Digital Ocean?](https://discourse.julialang.org/t/host-pluto-server-in-the-cloud-eg-digital-ocean/92737)

<div class="topic-metadata">

**Author:** [@mpf01](https://discourse.julialang.org/u/mpf01)\
**Replies:** 13\
**Last updated:** [July 11, 2023, 10:53am UTC](https://discourse.julialang.org/t/host-pluto-server-in-the-cloud-eg-digital-ocean/92737 "2023-07-11T10:53:52Z")

</div>

Does anyone have pointers for hosting Pluto on a cloud-based server, such as Digital Ocean? I’m interested in a regular Pluto server for developing notebooks, but not interested in PlutoSliderServer.

---

## [Is MonteCarloProblem() still working at present?](https://discourse.julialang.org/t/is-montecarloproblem-still-working-at-present/101292)

<div class="topic-metadata">

**Author:** [@maurice\_lin](https://discourse.julialang.org/u/maurice_lin)\
**Replies:** 2\
**Last updated:** [July 7, 2023, 10:31am UTC](https://discourse.julialang.org/t/is-montecarloproblem-still-working-at-present/101292 "2023-07-07T10:31:26Z")

</div>

From mathematical optimization - Parameter estimation of multiple datasets in julia DifferentialEquations - Stack Overflow, I tried the example in Julia. But Julia told me that MonteCarlo function have not been defined. …

---

## [Extracting Documenter.jl examples for precompilation](https://discourse.julialang.org/t/extracting-documenter-jl-examples-for-precompilation/101234)

<div class="topic-metadata">

**Author:** [@juliohm](https://discourse.julialang.org/u/juliohm)\
**Replies:** 2\
**Last updated:** [July 6, 2023, 11:00am UTC](https://discourse.julialang.org/t/extracting-documenter-jl-examples-for-precompilation/101234 "2023-07-06T11:00:49Z")

</div>

Is there any method to go through all @example blocks in the documentation of a package, extract self-contained scripts that were written by the author, and then use these scripts for precompilation of the package? I am…

---

## [VS Code - Broken/Lacking intellisense for propertynames](https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231)

<div class="topic-metadata">

**Author:** [@algunion](https://discourse.julialang.org/u/algunion)\
**Replies:** 1\
**Last updated:** [July 6, 2023, 1:23am UTC](https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231 "2023-07-06T01:23:46Z")

</div>

Is there a known reason why propertynames related auto-completion doesn’t work in Julia VS Code? I tested things on Pluto, and it works fine (see video). You should be able to reproduce the thing with the C…

---

## [Errorbar plot with AoG](https://discourse.julialang.org/t/errorbar-plot-with-aog/101221)

<div class="topic-metadata">

**Author:** [@martinmestre](https://discourse.julialang.org/u/martinmestre)\
**Replies:** 5\
**Last updated:** [July 5, 2023, 7:53pm UTC](https://discourse.julialang.org/t/errorbar-plot-with-aog/101221 "2023-07-05T19:53:17Z")

</div>

Hello all, I would like to know which a way to build errobar plot in AoG. For example if I have a dataframe with columns r, v, dr, dv where dr and dv are the corresponding errors. And also with columns r, v, dr, dv\_…

---

## [Github contingency planning — should Julia be backing up issues/PRs?](https://discourse.julialang.org/t/github-contingency-planning-should-julia-be-backing-up-issues-prs/101086)

<div class="topic-metadata">

**Author:** [@stevengj](https://discourse.julialang.org/u/stevengj)\
**Replies:** 20\
**Last updated:** [July 5, 2023, 3:49pm UTC](https://discourse.julialang.org/t/github-contingency-planning-should-julia-be-backing-up-issues-prs/101086 "2023-07-05T15:49:53Z")

</div>

Reading Cory Doctorow’s article on the inevitable en-:poop:-ification of for-profit websites made me think about how closely the development of Julia (and many other free/open-source projects) is currently tied to github…

---

## [Timeout for in.pkg.julialang.org](https://discourse.julialang.org/t/timeout-for-in-pkg-julialang-org/101199)

<div class="topic-metadata">

**Author:** [@msravi](https://discourse.julialang.org/u/msravi)\
**Replies:** 0\
**Last updated:** [July 5, 2023, 7:58am UTC](https://discourse.julialang.org/t/timeout-for-in-pkg-julialang-org/101199 "2023-07-05T07:58:08Z")

</div>

Hi, I just did a fresh compile of the v1.9.1 tag of julia, and attempted to add the PyCall package. I get the following warnings: (@v1.9) pkg\> add PyCall Installing known registries into \`~/.julia\` ┌ Warning: could n…

---

## [Distributing a julia package that contains Fortran and C code](https://discourse.julialang.org/t/distributing-a-julia-package-that-contains-fortran-and-c-code/101024)

<div class="topic-metadata">

**Author:** [@mesonepigreco](https://discourse.julialang.org/u/mesonepigreco)\
**Replies:** 4\
**Last updated:** [July 1, 2023, 3:05pm UTC](https://discourse.julialang.org/t/distributing-a-julia-package-that-contains-fortran-and-c-code/101024 "2023-07-01T15:05:40Z")

</div>

Dear julia experts I am developing a package that requires a lot of fortran code with Lapack and Blas dependencies developed long time ago. While it should be straightforward to compile it manually for myself as a shar…

---

## [Issues with JuliaCall, JuliaPkg versioning, and mysterious JuliaCall crashes](https://discourse.julialang.org/t/issues-with-juliacall-juliapkg-versioning-and-mysterious-juliacall-crashes/101030)

<div class="topic-metadata">

**Author:** [@kydonian](https://discourse.julialang.org/u/kydonian)\
**Replies:** 0\
**Last updated:** [June 30, 2023, 6:27pm UTC](https://discourse.julialang.org/t/issues-with-juliacall-juliapkg-versioning-and-mysterious-juliacall-crashes/101030 "2023-06-30T18:27:25Z")

</div>

Hi @cjdoris , I’m having issues with several items around JuliaCall / JuliaPkg and hoping you might have some pointers. High level summary: Mysterious process terminations when using JuliaCall. Tried to resovle by try…

---

## [How can I force Pluto's "display" command to make better use of available screen real estate?](https://discourse.julialang.org/t/how-can-i-force-plutos-display-command-to-make-better-use-of-available-screen-real-estate/100963)

<div class="topic-metadata">

**Author:** [@adannenberg](https://discourse.julialang.org/u/adannenberg)\
**Replies:** 5\
**Last updated:** [June 30, 2023, 12:47am UTC](https://discourse.julialang.org/t/how-can-i-force-plutos-display-command-to-make-better-use-of-available-screen-real-estate/100963 "2023-06-30T00:47:40Z")

</div>

How can I direct the the terminal stream using the display command in such a way that the available width is utilized? I’ve made the Julia cells in my browser wide by using html"""\<style\> main { max-width: 1500px…

---

## [Post-installation step when installing via MacPorts](https://discourse.julialang.org/t/post-installation-step-when-installing-via-macports/85995)

<div class="topic-metadata">

**Author:** [@benz0li](https://discourse.julialang.org/u/benz0li)\
**Replies:** 1\
**Last updated:** [June 28, 2023, 10:39am UTC](https://discourse.julialang.org/t/post-installation-step-when-installing-via-macports/85995 "2023-06-28T10:39:06Z")

</div>

For everyone getting ╰─ julia \[1\] 89444 killed julia on macOS (Big Sur/Monterey). :point\_right: This is due to /opt/local/lib/libjulia.1.8.dylib not being properly signed. :information\_source: Resolution: sudo…

---

## [Set table display font size](https://discourse.julialang.org/t/set-table-display-font-size/100870)

<div class="topic-metadata">

**Author:** [@jar1](https://discourse.julialang.org/u/jar1)\
**Replies:** 0\
**Last updated:** [June 27, 2023, 3:47am UTC](https://discourse.julialang.org/t/set-table-display-font-size/100870 "2023-06-27T03:47:25Z")

</div>

How can I set the font size of the vscodedisplay table text?

---

## [Failing precompilation for DecisionTree](https://discourse.julialang.org/t/failing-precompilation-for-decisiontree/100822)

<div class="topic-metadata">

**Author:** [@alexdmeyer](https://discourse.julialang.org/u/alexdmeyer)\
**Replies:** 2\
**Last updated:** [June 26, 2023, 2:03pm UTC](https://discourse.julialang.org/t/failing-precompilation-for-decisiontree/100822 "2023-06-26T14:03:03Z")

</div>

Hey Julia community, For the past few months, the command using DecisionTree (as well as using MLJDecisionTreeInterface) has been met with the error message below on my machine. These packages previously worked fine for…

---

## [Gitea package registry?](https://discourse.julialang.org/t/gitea-package-registry/100827)

<div class="topic-metadata">

**Author:** [@tecosaur](https://discourse.julialang.org/u/tecosaur)\
**Replies:** 5\
**Last updated:** [June 26, 2023, 8:47am UTC](https://discourse.julialang.org/t/gitea-package-registry/100827 "2023-06-26T08:47:26Z")

</div>

LocalRegistry.jl is nice, but I’m wondering if the effort required to maintain a local registry could be reduced even further by using Gitea’s Package Registry. You can see the currently supported registries (npm, PyPi,…

---

## [How to get restartable/interruptible kernels in VSCode (when using juliaup?)](https://discourse.julialang.org/t/how-to-get-restartable-interruptible-kernels-in-vscode-when-using-juliaup/100769)

<div class="topic-metadata">

**Author:** [@chipbuster](https://discourse.julialang.org/u/chipbuster)\
**Replies:** 1\
**Last updated:** [June 26, 2023, 6:54am UTC](https://discourse.julialang.org/t/how-to-get-restartable-interruptible-kernels-in-vscode-when-using-juliaup/100769 "2023-06-26T06:54:16Z")

</div>

As the title suggests, I’m unable to interrupt or restart kernels in VSCode. When I try to do so, one of two things happens: Most of the time, the command doesn’t go through until the cell is finished executing. Someti…

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

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