Bruce D'Arcus
Bruce D'Arcus
> It's probably the most common case, but I think I've seen something similar in author date styles already. I can see that. It doesn't really matter in terms of...
> Can you check if `material` points to `https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/%s.svg` ... ```console ❯ curl https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/note.svg ⏎ ``` So that one works, but I get 404s for other names I try from...
The example I have at the top still don't work. ```elisp ELISP> (insert-image (svg-lib-icon "notes" nil :collection "opticon" :stroke 0 :scale .75 :padding 0)) *** Eval error *** Wrong type...
Oh yeah, that was a typo. But I had initially tried with the examples at top. I'll experiment more later. PS - either way, you might add error handing to...
OK, a backtrace; it's returning `nil`. ```elisp svg-lib--icon-get-data("octicon" "note") svg-lib-icon("note" nil :collection "octicon" :stroke 0 :scale 0.75 :padding 0) eval((svg-lib-icon "note" nil :collection "octicon" :stroke 0 :scale 0.75 :padding 0)...
The schema generator landscape is in a bit of a weird spot ATM. I tried to switch to this project, as the other is in maintenance mode and recommends this,...
Preface: maybe I should have added this to the js repo instead? Feel free to move it of course. In looking at the generated schema, I'm not sure all of...
Maybe someone should report it as a bug to emacs?
@einsiedlerspiel - sorry I've dropped the ball on this. I probably looked at this initially and forgot to come back to it. Any update on your end?
I'm not sure if this is related, but a few days ago, I was able to get [this](https://github.com/bdarcus/csl-next.js/blob/099dda8cd27a8bc0863cc22d3adff2272bfd4103/src/reference.ts#L45) to work, but I now get a similar `ts1240` error. https://github.com/bdarcus/csl-next.js/pull/59