Roger Pack
Roger Pack
Seems it's still showing the "old" style FWIW... :)
C:\dev\ruby\temp_rails>ruby script/performance/profiler --help Loading Rails... Using the standard Ruby profiler. (eval):1:in `profile_me': undefined local variable or method`help' for main:Object (NameError) from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/performance/profiler.rb:47 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in`require' from script/performance/profiler:3 don't...
This code: ``` puts '%.0f ms, %d requests, %d req/sec' % [elapsed, sandbox.request_count, 1000 * sandbox.request_count / elapsed] ``` can throw if elapsed == 0
Could we get a release so that I could not have bug #6 ? Or is this project really just dead?
As a note, with beta 3, if I ran this: $ mvn clean cm-package:package everything worked (sorry cm-package is a local plugin :| ) However with beta 7, I get...
thanks for the libdc recipe! :) Also I notice in the readme it refers to a "build_script" is that an older name for the script to run perhaps?
``` `` ```/home/rdp/ffmpeg-windows-build-helpers/sandbox/cross_compilers/pkgs/binutils/source/binutils-2.36.1/libiberty/configure: fork: Invalid argument checking for strsignal... yes checking for sysconf... yes checking for sysctl... no checking for sysmp... no checking for table... no checking for times... yes...
On this page: https://crystal-lang.org/api/1.4.0/File.html The link to `Crystal::System::File` methods (ex: #open) seems to go to a 404. Thanks.
- [x ] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **Is your feature request related to a problem? Please describe.** I'm always frustrated when I...