-
### Your question:
# Question
How should Julia packages be named within conda-forge?
# Introduction
The [julia-feedstock](https://github.com/conda-forge/julia-feedstock) is now current wit…
-
The FAQ: [docs/src/faq.md](https://github.com/julia-vscode/docs/blob/master/docs/src/faq.md) does not say what to do. This folder has normal write permissions - the extension made it itself. So does n…
-
Building the docs currently emits the following two warnings:
```
Installed Parsers ──── v2.2.0
Installed Documenter ─ v0.27.12
Precompiling project...
6 dependencies successfully preco…
-
The prompt pasting support now in base is great, but it would be even better if it could recognise REPL modes. In particular where you have an example of language switching, such as after loading `RCa…
-
## Behavior, as shown in docs
https://github.com/julia-vscode/julia-vscode/wiki/Information#linter:
![image](https://user-images.githubusercontent.com/104969766/166878141-028ccb15-9f00-471f-b75f-…
-
Hello,
i could imagine writing a binding for the Julia language which would make the QP solver usable from the JuMP modeling language.
Is that something you would like to see?
I'm not unaware tha…
-
When trying to debug the following piece of code,
`using OpenAIGym`
`env = GymEnv("MountainCar-v0") # offending line`
the debugger crashes all the time. I have tried it both in Linux(Ubuntu) an…
-
While having two badges works, the ideal case would be to have the ability to switch between versions of documentation via a menu. By allowing a full menu, this would allow choices beyond `Stable` and…
-
This is a follow up on the discussion in https://github.com/JuliaLang/julia/pull/32126. Currently, `\` and `inv` truncate the smaller singular values, i.e. it actually computes a pseudo-inverse (or ap…
-
I'm running Julia on a headless server, with X11 forwarding, using GLFW 3.4.1. When using either a Linux or Windows client, I get this error:
```
julia> window = GLFW.CreateWindow(640, 480, "GLFW.…