M. E. Patterson

Results 19 comments of M. E. Patterson
trafficstars

ok.... weird... so I got around this by adding a 'mount_path' config option to my `add_swagger_documentation` line... but I don't fully understand why this fixes things: ``` ruby add_swagger_documentation hide_documentation_path:...

+1 SciRuby's rb-gsl installs for me, but rsemantic does not.

i'm seeing the same thing

Followup: Not sure if the documentation is incorrect, or this is unrelated, but I did find that I can undo a destroy with ``` ruby p = Person.destroy p.history_tracks.last.undo! ```...

Any ideas on this? I'm seeing the Ruby/GSL-derived exception in `SV_decomp` whenever I try to build an index on more than around 2,000 sentences. I have 4,007 sentences I'd like...

Actually I can confirm @timcraft repro also. Just those three add item lines will cause the gsl crash every time on my machine using very latest gsl and rb-gsl On...

Yeah, I had considered that a sledgehammer approach like I did would maybe not be the best. Your idea about returning it as HTML with some classes that can be...

That would work... On Jul 7, 2020, 8:59 AM -0500, leastbad , wrote: > We could create a configurable property for that class... > — > You are receiving this...

I hacked around it for now. I need to investigate how it plays with i18n also. That might be a better solution to rewriting the messages anyway On Jul 22,...

This makes a lot of sense to me. @leastbad ?