Daniel Tinoco
Daniel Tinoco
After seeing the [spec file](https://github.com/shioyama/friendly_id-mobility/blob/c2ecd7639f196a9295ff09ff0550d9d7ab759c63/spec/friendly_id/mobility_spec.rb#L200), maybe the behaviour I was expecting was not the intended. Nonetheless the failing test is: ```ruby begin require 'bundler/inline' rescue LoadError => e $stderr.puts 'Bundler...
Don't know about others but I'm using this ``` copyartifacts: extensions: .cue .log .jpg .png */* print_ignored: yes ``` Note the `*/*` catches all folders, change it to suit your...
For the time being I think we should use "full admins" and in a different PR separete this, or not. We shouldn't do this in a PR that as little...
@nelsonmestevao I was thinking of simply adding some kind of pagination, so you could do that. You could even use the same format as is now.
> Feedback: I've since we spoke about this, learned a few things about our code-base. We are meant to provide both FromRobj and TryFrom. The "main" implementation should be on...
> We also have a section for optional crate integrations. if it is possible to move it to there, and then have the `cfg(feature = "faer")` attached to the module...
Regarding [this comment](https://github.com/extendr/extendr/pull/706#issuecomment-1975239242), [faer currently only supports](https://docs.rs/faer-core/0.17.1/faer_core/trait.Entity.html) `f32`, `f64`, `c32` and `c64`. The reason for only f64 being supported is because R doesn't support single precision, as for integer types,...
The comments from https://github.com/extendr/extendr/pull/706#issuecomment-1984120974 are mostly address by https://github.com/extendr/extendr/pull/706/commits/fb24d037ad5e053aa00dd06448163d0ce411cf58, and in addition it also adds a way for `cargo extendr devtools-test` to compile the R test project, for better development...