-
So I and others have been advocating reviving OpenTK several times and I'm happy to hear that the MonoGame core team is making good progress on that front (https://github.com/mono/MonoGame/issues/1528…
-
Hey Conrad
We had to remove pry-rescue from our Rails project as it seemed to lead to a memory leak: as soon as a `binding.pry` statement was in the code, the `rails server` Ruby process grew bigger …
-
Hello friends! I've got what I think is a bug, and Evan asked me to open a ticket. Consider this gemfile:
```
gem 'chef', '0.10.8'
gem 'knife-solo', '0.0.5'
gem 'knife-rackspace', '0.5.12'
```
`bund…
-
Error during failsafe response: can't modify frozen String
~/.rvm/gems/ruby-1.9.3-rc1/bundler/gems/rails-7eaa2ee07b60/actionpack/lib/action_dispatch/http/parameters.rb:47:in `force_encoding'
~/.r…
slbug updated
11 years ago
-
We recently encountered a huge memory leak in our application and tracked it down to typhoeus. This problem does not appear in version 0.3.3, to which we downgraded to.
Here's a way to reproduce the …
psyho updated
11 years ago
-
Hey there,
I use beanstalk in rails and within an external daemon which processes jobs in a queue. I use
```
job.stats["tube"]
```
to determine which tube a job came from. Is this a valid operati…
dkam updated
12 years ago
-
I just tried running digital-cinema-tools-setup in Ubuntu 12.10 and got the following errors:
There were errors:
Error: Ruby: Failed to install requested version
Error: Nokogiri: Failed to install re…
-
Hello.
I am starting and stopping init.d/trinidad from inside bundle exec as I have trinidad installed using 'bundle install --deployment'. For example: `bundle exec /opt/jux/apps/trinidad/init.d/tr…
-
![Zwischenablage02](https://f.cloud.github.com/assets/393286/50534/5b292dda-59a9-11e2-9073-d7adb5de2138.png)
If i enter any value on "Pleayse specify your current task" system aks to api authenticate.…
-
I maintain several multiple-gem in a single git-repo projects. Introducing Bundler in these projects was of great utility for:
1. Better controlling per-gem dependencies, for example when running test…