-
When using Virtus.model we are able to set default values for attributes using procs which are currently missing from the properties hash.
Example usage:
```
property :id, default -> { SecureRa…
-
I'm trying to import the `drainer` package into my Go project. But, I got errors. Did I miss something?
```
go get github.com/VirtusLab/kubedrainer/pkg/drainer
go: downloading github.com/VirtusLa…
-
### Cody Version
6.0.3-nightly
### IDE Information
CLion 2024.1.2
Build #CL-241.17011.124, built on May 28, 2024
Licensed to Virtus Lab sp. z o.o. / Myroslav Golub
You have a perpetual fallback …
-
Dear @yyoshiaki
I'm trying to run `VIRTUS_wrapper.py `, but I'm getting the following error, how can I fix it?
```
.....
}
}INFO Final process status is success
Traceback (most recent call …
-
The following items are not able to be disassembled but similar items are so these are just missing. A couple note that the bot expects an unobtainable id and as such no one is able to disassemble sai…
-
You could easy reproduce this error by following this example:
``` ruby
::Virtus::Attribute.build(String) != nil
# => NoMethodError: undefined method `first' for nil:NilClass
from /Users/ernest.bursa…
-
Hey,
I'd like to be able to write
```
attributes :foo, :bar
```
instead of being forced to write
```
attribute :foo
attribute :bar
```
What steps would I need to take to add this to Imperator, @k…
-
MindBody, in all of their wisdom, does not ship timezone offset information with their timestamps. Sometimes their timestamps are in Pacific time, other times they are in whatever the local timezone i…
-
Hi!
It doesn't seems like bug or something. But it's look pretty weird for me.
Here is my code:
``` ruby
class Foo
include Virtus.model(nulify_blank: true)
attribute :int_array, Array[Integer]
en…
anoam updated
7 years ago
-
This is so that [MAR](https://github.com/franzejr/micro-activerecord) is able to load data from files in the same type they were inserted.
E.g:
`columns :name, :age`
could be
```
column :name, typ…