mseneadza (Michael Seneadza)
- Login: mseneadza
- Registered on: 12/27/2018
- Last sign in: 12/27/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/27/2018
-
06:58 PM Ruby Bug #15472 (Closed): Invalid JSON data being sent from Net::HTTP in some cases with Ruby 2.6.0
- It seems that invalid (JSON) data is being sent once the request's body passes a size threshold. I'm sending emails via the sparkpost.com API using the sparkpost_rails gem ( https://github.com/the-refinery/sparkpost_rails ). That gem us...
-
05:53 PM Ruby Bug #15470: Getting Jemalloc to work with 2.6.0
- I ran into this the other day. Try:
~~~
irb(main):002:0> puts RbConfig::CONFIG['MAINLIBS']
-lpthread -ljemalloc -ldl -lobjc
~~~