Brian Gillis

Results 8 issues of Brian Gillis

Closes Issue #58 Build errors when warnings are treated as errors (default build settings).

OS: Pop!_OS 22.04 LTS Build Log ``` scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -o src/bloomd/conn_handler.o -c -std=c99 -D_GNU_SOURCE -Wall -Wextra -Werror...

Fixes #3 This format now works on my machine. Not sure how to test this in Erlang.

I'm technically using this in Elixir, so it's possible that there's something unique to my system. In either case, the following rebar.conf format appears to be equivalent, but now works...

Fixes #1 crypto:sha has been deprecated in favor of crypto:hash. They should be functionally equivalent.

Not sure when it happened, but instead of calling `crypto:sha(Key)`, it has been deprecated in favor of `crypto:hash(sha, Key)`. Functionally they appear to be identical.

As described in issue #268, requirejs-rails broke during our production assets:precompile. Our working environment was: - rails (4.2.4) - sprockets (3.4.0) - sprockets-rails (2.3.3) Unfortunately when we did a major...

The mechanism for lookup up precompiled assets and logical names appears to have changed significantly in Sprockets 3. Calls such as each_logical_path do not even exist any more. I'll attempt...