sandstrom

Results 134 issues of sandstrom

When running macOS with an ARM processor, our `Gemfile.lock` looks like this: ``` PLATFORMS aarch64-linux arm64-darwin-21 arm64-darwin-22 arm64-darwin-23 arm64-linux x86_64-darwin-21 x86_64-darwin-22 x86_64-linux ``` This doesn't make sense to me, there...

This is an awesome and mature project! 🏅 Maybe we should signal that, by releasing 1.0?

feature

It would be great if the "version x.y.z is not installed" message could be extended, explaining how to install the required version. AFAIK running `rbenv install` should solve the problem....

A few smaller suggestions to make this excellent library easier to maintain. ### Github repo suggestions - Disable the wiki tab, not used - Disable the projects tab, not used...

For example a file at `src/_pages/features/security.multi.erb` will return the following for these `Resource` methods: - `#relative_path_basename_without_prefix` => `"features/cards.multi"` - `#relative_path` => `"_pages/features/cards.multi.erb"` Would it make more sense if `relative_path_basename_without_prefix` returned...

bug

Great project! 🏅 A few small thoughts (and questions): - Open the discussions tab (good for questions, to get fewer issues) - Remove projects tab if it isn't used -...

Would it make sense for this gem and json-schema (https://github.com/voxpupuli/json-schema/) to merge the two projects? That way, efforts could be concentrated on a single gem. Maybe this doesn't make any...

I really like Good Job! 🏅 But I think it would be helpful to newcomers to explain some of the main differences between Good Job and Solid Job, perhaps in...

Thanks for a great library! 🏅 The Python library high-level API has been modified somewhat. It's now generally invoked with `run` and an instance of `CompletedProcess` is returned. On this...

To reduce the scope of this package (easier to maintain), how about this: - Remove the `walker` interface. Instead, the AST parser builds into a real DOM directly. - On...