-
# Description of the problem
`AsdfFile` instances are not pickleable.
# Example of the problem
```python
import asdf, pickle
af = asdf.AsdfFile({'a': 1})
pickle.dumps(af)
```
Fails wit…
-
Hello,
I think asdf is a really great idea and I'm trying to package it for my favorite Linux distribution, [Solus](https://getsol.us). It has already been accepted for inclusion into the official …
-
#### Description
`asdf` is a package manager much like `nvm`, but has some very useful features. One of which being the terminal startup time, another being compatible with multiple languages and p…
-
On Raspberry PI4 with Raspbian i get
error: no override and no default toolchain set
no matter what rust version installed
I got asdf installed system wide on /opt/asdf
with
ASDF_DATA_DIR=/op…
-
I found that crossplane will not attempt to apply the `VirtualMachineExtension` to a `WindowsVirtualMachine` because it is only looking for `LinuxVirtualMachines` when it does the Virtual Machine sele…
-
When attempting to install Erlang/OTP 25.0.2 using this plugin on my M1, I get this error relating to segmentation faults:
```
server git:(master) asdf update
HEAD is now at 7e7a1fa chore: relea…
-
For example, entering `add_task "some task"--tag "asdf asdf"` will add a task with name `some task"--tag "asdf asdf` while entering `add_task "some task" --tag"asdf asdf"` will add task with name `som…
-
I see that in the roadmap for 2.0 you are planning on dropping the `tag:` scheme for `http://`. It's always somewhat confused me that `http://` is used as a scheme for asdf given that the vast majorit…
-
## Minimized code
```Scala
import munit.FunSuite
class Example extends FunSuite {
1.asdf
}
```
## Output
```scala
[error] 4 | 1.asdf
[error] | ^^^^^^
[error] |value asdf is …
-
Should a tuple-like immuntable sequence be added to the ASDF standard?
See:
- https://github.com/asdf-format/asdf/issues/1588
- https://github.com/asdf-format/asdf/pull/1589