Daniel Azuma

Results 43 issues of Daniel Azuma

The `libjemalloc` library is being added to the base image in https://github.com/GoogleCloudPlatform/ruby-docker/pull/142 To provide full support for jemalloc, we'd need to do the following: * Set `RUBY_CONFIGURE_OPTS=--with-jemalloc` when installing Ruby...

on hold

Received a customer report that a deployed application could not load its bundled gems. Bundler appeared to succeed in installing the gems, but the application could not find them during...

This is a placeholder feature request for direct exporters to these two services. This may be moved to a different repo if we end up doing the development separately, but...

enhancement

If you pass a single string argument to `Process.spawn`, it should interpret it as a command line to pass to the standard shell (see e.g. the documentation at https://ruby-doc.org/core-2.7.5/Process.html#method-c-spawn). Only...

compatibility

Create the following file `foo.rb`: ```ruby module Foo a = {} # Earlier assignment a[:b] = 1 # This constant fails to parse correctly X = a[:b] end ``` Run...

MacOS now defaults to zsh. It is possible to use `bashcompinit` to get bash completion _mostly_ working in zsh, but we should also implement native zsh completion.

enhancement

Toys can now be run in a Ruby VM that does not have Rubygems loaded up-front. So there's the potential of about 50ms faster startup if we can disable Rubygems....

enhancement