Rob Loach

Results 339 issues of Rob Loach

node-raylib 0.9.1 is much improved over the previous versions. Tested and working! Thanks so much for pushing this forwards. Added it to the project's README :+1:

This brings in the latest from Drupal 8 to make sure running PHPUnit tests work.

Ruby complains... ``` Installing the 'vagrant-hostmanager' plugin. This can take a few minutes... /usr/lib/ruby/2.3.0/rubygems/specification.rb:946:in `all=': undefined method `group_by' for nil:NilClass (NoMethodError) from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:275:in `with_isolated_gem' from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:231:in `internal_install' from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:102:in `install'...

more information needed
help wanted

When compiling with `-Wall -Wextra`, there are a few unused-parameter warnings. See the [entire list of unused parameter warnings](https://gist.github.com/RobLoach/213ff873b52b11334235d4ed70003a16). While we don't really need to fix these up, it would...

Found some premake project updates with the latest premake 5.0.0-alpha16.

This adds a [CMake](https://cmake.org/) project to make it easy to embed Wren in other applications using CMake... ``` cmake add_subdirectory(wren/projects/cmake) target_link_libraries(myproject PUBLIC wren) ```

I've found I've been missing a few string methods, so would like to clean it up to give Strings a bit more power. This is a small start, with `.lower`,...

Allow for backwards searching with `.indexOf(search, start)` by passing a negative number. - https://wren.io/modules/core/string.html#indexof(search,-start) - https://github.com/wren-lang/wren/blob/main/src/vm/wren_core.c#L1086-L1089 Alternatively, we could take JavaScript's approach of [`lastIndexOf`](https://www.w3schools.com/jsref/jsref_lastindexof.asp) instead.

Can haz composer require Raylib???

In PHP Twig, the `debug` option enables some useful debugging utilities, including embedded filenames in the markup itself. Would be neat if Twig.js had something similar.

priority - low
type - feature request / submission
triaged
pending - needs milestone