-
Hey,
first of all, thanks for writing this great gem!
Are there any plans to replace the 'Virtus' dependency with the much better maintained [dry-types](https://github.com/dry-rb/dry-types) coerci…
-
initialization can fail with an opaque error message
```
ArgumentError:
struct size differs
# ~/.rvm/gems/ruby-2.2.2/gems/virtus-1.0.3/lib/virtus/attribute/embedded_value.rb:20:in `i…
-
it's me again :)
``` shell
An exception occurred running /Users/solnic/.rvm/gems/rbx-head@virtus/bin/mutate
wrong constant name Virtus::Coercion::String (NameError)
Backtrace:
Rubinius::Type.c…
-
Hi Yoshiaki,
While I was trying to run the VIRTUS.PE.cwl, it throw an error "EXITING because of FATAL ERROR: could not create output file: /media/ozy/Seagate/virtus143/Log.out Check if the path /medi…
-
```
class Asset
class
-
Hi,
to get singularity to run, I've had to go into almost all cwl scripts and put "#!/usr/bin/env -S cwltool --singularity" at the top.
Now, I STILL get a problem where it's trying to call Docke…
-
```
irb(main):016:0> Virtus::Attribute.build(true).is_a?(Virtus::Attribute::Boolean)
=> true
irb(main):017:0> Virtus::Attribute.build(false).is_a?(Virtus::Attribute::Boolean)
=> false
```
Found …
-
If a party has a note with attachments, then running `CapsuleCRM::Organization.find().histories` generates the following error:
```
NoMethodError: Expected [{"id"=>"31511119", "filename"=>"005_550.jp…
-
Hello! Sorry for all of my many questions
I was able to get a count for a single one of my 16 fastq files using VIRTUS.PE.cwl, but had to use cwltool --singularity to run it, and if I attempted to …
-
This isn't a bug, but I wanted to get some feedback on the viability of this being accepted if I open a PR for it. Basically, I want to replace the attribute definition stuff with Virtus: https://git…