David Vázquez Púa

Results 144 comments of David Vázquez Púa

Is it done? I'm still getting the same error.

Sure but then `(typep #(1 2) '(simple-vector 2))` should return `T` instead of throwing the error?

Yes. This has been an inconvenient for me already as well. I think it would be very nice to be the less intrusive as possible on how the actual queries...

I think requiring a single thread in host is okay in this context. Especially because JS is also single threaded. It's true that it would make easier to exploit async...

What is your use case for multithreading with compiling JSCL?

Yes, this is a known limitation because in Javascript all numbers are floats. Or they used to be, now support for bignums [is common](https://caniuse.com/bigint) and it would be great to...

Hi @j3pic , thanks for sharing your impressions with it. I'm not very actively using this package now, but hopefully someone is willing to open a pull request to solve...

The problem seem to be indenting lines that are outside of the `{..}`. For example ``` query |Name { } ``` where | is the cursor, it'll throw that error....

Oh, it seems `pos-bol` is a new function that will be available >= 29. ``` Probably introduced at or before Emacs version 29.1. ``` I replaced with `line-beginning-position` at 0ad4ae0160cabad46109dfbb394297a185eb2525

A bit late, but I am fine with assigning copyright for my changes to erc-image.el to the FSF.