-
**Is your feature request related to a problem? Please describe.**
When working in VSCode with Python, Jupyter, F#, Clojure, I can hit a keyboard combo (usually CMD + Enter on Mac)
and the code is…
-
I am on Enzyme main (b63f36f6) and Julia 1.10.6. The following used to work.
```julia
using Enzyme
f_nest(x) = 2 * x^4
deriv(f, x) = first(first(autodiff(Reverse, f, Active(x))))
f′(x) = deriv(f_nest,…
-
I'm not sure if I'm missing something, but I cannot find an option to restart the native REPL. If I just close the pane and then send another Python statement (Shift-Enter), it gets executed in the pr…
cbrnr updated
3 weeks ago
-
I'm running into an issue trying to access Tigerbeetle via the SDK or Repl when the server is not directly on the same host.
I've created a VM of Ubuntu 22.04.5 Live Server arm64.
I have confirmed t…
-
I am trying to write an interactive fiction game in Ribbit. Right now I am able to load arbitrary Scheme code as shown in the web repl examples, using this function after successfully fetching the so…
-
### Describe the bug
The `pkgsBuildHost.` and `pkgsBuildBuild.` derivations evaluate differently when using a cross-compiling nixpkgs instance (darwin -> linux). This is expected for packages like …
-
```julia-repl
$julia -q --warn-overwrite=yes
julia> f() = 1
f (generic function with 1 method)
julia> g() = @eval f() = 1
g (generic function with 1 method)
julia> g()
WARNING: Method definition f()…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Apparently Zed REPL currently only supports plots with matplotlib. I'm using [Polars](https://pola.rs) data frames library (al…
-
`[nix-shell:~/code/roc]$ cargo run repl
Finished dev [unoptimized + debuginfo] target(s) in 0.29s
Running `target/debug/roc repl`
The rockin’ roc repl
────────────────────────
Ente…
-
As a file, the following runs fine; pasted into the REPL en masse it runs fine; entered into the REPL line by line it generates the indicated errors.
```
use v6.d;
use Test;
plan 3;
sub infix:(…