Paul-Yves

Results 5 issues of Paul-Yves

I am trying to upgrade to psych 4 but there are breaking changes on yaml loading and all my expect().to be_delayed breaks. There are some examples of other library starting...

Uncaught exceptions in Rails are reported to rollbar with stacktrace and context such as request parameters. However if we replace : ```ruby may_raise_exception() ``` by ```ruby begin may_raise_exception() rescue TheExceptionClass...

I am currently investigating memory usage on my rails app. I ran a check (`bundle exec derailed bundle:mem`) to see memory at load time, and discovered that docusign was 46Mb...

question
responded
DCM-6162

**Jodit Version:** 4.2.25 **Browser:** firefox **OS:** linux **Is React App:** False **Reproduced on xdsoft.net:** False **Code** ```js import { Jodit } from 'jodit/esm/index.js' import 'jodit/esm/plugins/clean-html/clean-html.js' Jodit.make($('textarea'), { cleanHTML: { fillEmptyParagraph:...

bug

Just upgraded from 2.2.3 to 2.2.5 Previously we had a check doing `if (isLoading || isError) return null;`, it seems with a 401 error where we previously had isError to...

bug
RTK-Query
needs work