Adam Jones
Adam Jones
Another vote for JSON1 (https://www.sqlite.org/json1.html) wrappers.
Same. I have 4 "empty" books that it tries to sync every time. All of which I had borrowed, so I can't add highlights to them anymore (easily).
Upvoting this one. For future reference, I found the offending code in `zotero/pdf.js`. I think that it's either `/web/viewer.html` or `/web/viewer.css`. The problem is, my HTML is very rusty, and...
I noticed the upstream library after I submitted this, and have already heard back from the developer that they won't allow these sorts of compromises. I guess they haven't heard...
Unfortunately, I don't see a way around altering the C code (which I have experience with). Looking at the teuniz's C and Python code closer, and testing it against my...
> Then the loading will continue and the data will still be all 0. > > In most of the cases these channels probably contain 0's anyway? (reason for faulty...
@DietBru You had suggested in https://github.com/scipy/scipy/pull/21277#discussion_r1694270980 that I could use `_rename_parameter()` to rename the misleading `x` parameter to `t` in the function. Since I'm going for broke on refinements at...
@tylerjereddy Not sure when the cutoff date is, but this might also be worthwhile to get into 1.15.0.
> Would you be able to tackle [#8787 (comment)](https://github.com/scipy/scipy/issues/8787#issuecomment-2421424091) here too? I'll take a look at it today. > I think because it's important to get these changes merged it...
I can reproduce the error in https://github.com/scipy/scipy/issues/8787 , but I haven't yet figured out the solution.