Robby Zambito
Robby Zambito
```scheme (import (scheme base) (scheme eval)) (eval (list + 1 2) (environment)) ``` The above `eval` should (and does) return 3. It is essentially the same as `(apply + (list...
```scheme > (http-get "http://httpbin.org") # > (http-get "https://httpbin.org") ERROR: couldn't retrieve url "https://httpbin.org" ("HTTP/1.1" 400 "Bad Request") ``` For any HTTP URL this seems to work, but for any HTTPS...
**Is your feature request related to a problem? Please describe.** I want to be able to use revset aliases that can handle different numbers of arguments. I think pattern matching...
## Description I am trying to use `jj git` commands that deal with remotes, such as `jj git clone` and `jj git fetch`. After digging into some other issues (#1970,...
Given the following two programs: ```scheme (import (scheme base) (scheme write)) (define |.| 'hello) (display |.|) (newline) ``` ```scheme (import (scheme base) (scheme write)) ;; hex code for . (define...
In R7RS, `syntax-rules` has an optional extra argument to specify the term to use for the ellipsis. https://index.scheme.org/filterset/r7rs_small/%28scheme%2520base%29/syntax-rules This does not seem to be handled correctly by Gerbil. ```scheme $...
Thank you for this great package :) I think I noticed a fairly simple bug: the iterator of a C# foreach loop is not returned as a definition. Consider the...
I am running GNU Guix with the following ROCm packages installed: ``` $ guix package -I rocm rocm-device-libs 5.6.0 out /gnu/store/jrkc3924g178yfvqlwqzq9d3pmxc9jlg-rocm-device-libs-5.6.0 rocm-opencl-runtime 5.6.0 out /gnu/store/wnq6v9cqfsbrm7w0y3c610vifbdbdb8x-rocm-opencl-runtime-5.6.0 rocm-comgr 5.6.0 out /gnu/store/p5cnvrb78d6pmxh1fzh5wz1pw18rcism-rocm-comgr-5.6.0 rocminfo...
### Brief Abstract Right now, links that are inside of an entry encrypted using org-crypt are not processed for things like backlinking. I think it would be useful to be...
### Description This is a near (apologies if complete) duplicate of #1783. I am unable to add properties to my templates, as `org-roam` is prefixing my template, including the contained...