-
So I initially came across this problem when I found this.
```
julia> using Logging
WARNING: Method definition info(Any...) in module Base at util.jl:334 overwritten in module Logging at /Users/rory/…
-
In response to a [Zulip conversation](https://julialang.zulipchat.com/#narrow/stream/225542-helpdesk/topic/Plotting.20package.20for.20academia/near/231988217)
```julia
julia> using Gaston
julia…
-
I just install julia 0.5.1 on my Mac and did the following:
Pkg.add("Quandl")
using Quandl
quandl("GOOG/NASDAQ_QQQ")
This causes julia to crash with the following error message:
julia> q…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50773](https://bugs.llvm.org/show_bug.cgi?id=50773) |
| Status | NEW |
| Importance | P enhancemen…
-
**Describe the bug**
The CI runs by default with --cuda --hip configuration which hides some bugs when not compiling with these options.
https://github.com/intel/llvm/actions/runs/7107844414/job/1…
-
Part of making making system-provided depots useable (#763, #669). `Pkg.build()` will attempt to rebuild packages in _all_ depots, and error if any of them are read-only.
Example from https://githu…
-
The following code works fine, as long as only one worker is spawned. I'm using version 0.5.5 and Julia 0.6.3 on Windows.
```julia
@everywhere using ProgressMeter
@everywhere n = 10^8
@everywhere …
-
In some settings, we only want to show the builds to users with access to the repos.
Is it possible to map the repo access control to the authenticated users?
If not, create a "private" mode whe…
-
We were getting:
```
Pip failed to execute properly:
Output:
Error: Could not import setuptools which is required to install from a source distribution.
Traceback (most recent call last):
File "/h…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7441 |
|Radar | None |
|Original Reporter | asowani (JIRA…