Andrew Lee
Andrew Lee
I figured out that my project wasn't building because Java wasn't installed. I think we should add to the documentation somewhere that Java is a requirement for building this library....
I got this running the basic `face_mesh` demo. But I realized that this was only happening in Firefox, which is not supported. Chrome works. Are there any plans to make...
Getting the same issue. Seems to be something in `bn.js`, right? Possibly a dupe of #150 but I saw no resolution there either. Here's my stack trace: ```js Error: Assertion...
I believe that in order to use typed definitions, you need to open a PR at `https://github.com/DefinitelyTyped/DefinitelyTyped`. That will allow users to import `@types/html-to-docx`. These definitions looks alright to me,...
Sorry, I'm having some difficulty reproducing this bug. Could you tell me which section of the original site I should edit I should add to to make this happen, and...
Sure! I'd love to review a PR. Unfortunately my work on this project is somewhat limited right now, but I'll do my best to get around to it.
Getting the same issue here
Hi @feelepxyz are there any updates on this? There is clearly demand for this feature as seen [here](https://github.com/avalonmediasystem/avalon/issues/4466#issuecomment-854734830), in the issue @Gicminos mentioned, and in the reply to [this StackOverflow...
> > > solana has no support for the hashmap type, so anchor doesn't either > > > It has a hash function though so maybe we could roll our...
@camsteffen the intention here is to have `null` be the one intended 'filter' value and only check for that, because other falsy values, such as `''`, `0`, etc. can be...