Alexander Nickol

Results 13 issues of Alexander Nickol

It would be nice if it would be a possibility for passing the STDIN to the application to profile. e.g. cat test.txt | cargo profiler callgrind cargo profiler callgrind <...

We are seeing similar issues like in #60. When `mvn generate-sources` is called twice without any clean in between the NPE from #60 occurs, similar to the last comment of...

When building the docker image the Bundler Version gets wrong. The following error is shown: ``` Step 14/18 : RUN gem install bundler --no-rdoc --no-ri ---> Running in 9da643e9d66f ERROR:...

**Describe the bug** When `rust-s3` is used with `tokio` and in a concurrent setup, refreshing the credentials will result in a read or write race condition for the corresponding lock....

bug

To make `inherited_resources` work with the current version of rails out of the box, it is not allowed to not redirect if status code is 200 on a submitted form....

Update responder class to the current defaults for responder gem. Fixes #862

This gem uses `Dir.exists?` which is deprecated and not available in ruby 3. ``` ~/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/jekyll-multiple-languages-plugin-cba063ff3a90/lib/jekyll-multiple-languages-plugin.rb:51:in `block (3 levels) in ': undefined method `exists?' for Dir:Class (NoMethodError) ```

Fixes #20. API is still not very clear: `set_chars` vs `add_chars`