Littlejd1997 (Jon David Schober)
- Login: Littlejd1997
- Registered on: 11/19/2020
- Last sign in: 01/28/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/20/2020
-
12:35 AM Ruby Bug #17334: Marshal cannot dump instance of Monitor
- Alright. Sounds like the bug then lives in the http-cookie (HTTP::CookieJar) gem. It should have some way of representing the state when its being dumped or ignore the Monitor.
11/19/2020
-
11:54 PM Ruby Bug #17334 (Rejected): Marshal cannot dump instance of Monitor
- I'm not really sure why, but I hope someone else know whats going on.
I was digging into an error I had with Rails caching. Long story short, I was caching a HTTP::CookieJar object which has an instance variable of type Monitor.
Th...