Dominik Goltermann
Dominik Goltermann
``` SchemaA = Dry::Schema.JSON do config.types = Types::TypeContainer required(:type).value(eql?: "typeA") required(:attributes).value(:hash) do required(:foo).filled(:string) end end SchemaB = Dry::Schema.JSON do config.types = Types::TypeContainer required(:type).value(eql?: "typeB") required(:attributes).value(:hash) do required(:bar).filled(:string) end end class...
I have the toggle switch working as expected im my browser and on android 4.4. However on a android 4.2.2 or 4.3 device the switch jumps back to its previous...
I have the following config: ``` js { options: { plugins: [ new (require('less-plugin-autoprefix'))({browsers: ["> 1%"]}) ], paths: [ 'bower_components' ] }, main: { options: { sourceMap: configuration.cssSourceMap, // enable...
Hi I'm getting this error on ubuntu Ubuntu 22.04.1 LTS running the 5.15.0-53-generic kernel. Seems like something changed here? ``` sudo make make -C /lib/modules/5.15.0-53-generic/build M=/home/dominik/CH341SER_LINUX make[1]: Entering directory '/usr/src/linux-headers-5.15.0-53-generic'...
### Operating System mac os sonoma 14.3 (23D56) ### Ruby version 3.3.0 ### Project has a bundle - [X] Has bundle ### Ruby version manager being used rbenv ### Description...
I often have the problem that there are minor differences between the output of an approval test in jruby and mri. We run our tests in both rubies so the...