Pablo Rivero
Pablo Rivero
Hello, I'm considering using this gem but I don't know if this is possible to do: ```ruby class Person include ActiveAttr::Attributes attribute :first_name attribute :last_name # we retreive data from...
Hello! I've been using this Gem for a while and it works like a charm, good job! However, I'm trying to use the [SimpleCov gem](https://github.com/simplecov-ruby/simplecov) to get the Coverage of...
Hello! [I've been trying](https://github.com/willbryant/parallel_rspec/issues/9) to make `simplecov` working with [**parallel_rspec**](https://github.com/willbryant/parallel_rspec), an alternative to `parallel_test`, but if I'm not mistaken, this is highly acoplated because of this [require](https://github.com/simplecov-ruby/simplecov/blob/53ad283ae36b375777e385c10929d2753add65e4/lib/simplecov.rb#L429) and probably other...
## Is your feature request related to a problem? Please describe. In my company, we need to hide certain requests for non-auth users. Right now the only option is to...
After installing this module I get this error in the console: "Uncaught SyntaxError: Identifier 'w' has already been declared". I feel like it's trying to add the head script twice....
Hello, I'm trying to create a Vite Library with Vue-Demi to work in Nuxt 2 and Nuxt 3. I guess I'm missing something. I've seen a lot of examples but...
After using [this tutorial](https://github.com/nuxt/components#library-authors) to make a small UI library on my own, I've found that scss variables are not exported at all. So my main project needs to re-import...
It would be helpful to have a method in DataReader to read bytes until a token/byte is found. So we can avoid to do this on our programs: ```csharp long...
Hello! Thank you for the extension, it's quite useful. Lately I've wanted to have a new command to disable/enable the whole extension (I attach an example of another VS Extension)....