flamewave000

Results 25 comments of flamewave000

I have discovered where the files exist. You can find them in `/tmp/mozilla_root0/`. You will not be able to know when the files have finished downloading unfortunately, but you can...

I'm currently annoyed with having no option of using the proper tab character for tabbing in code blocks instead of the pita "N space" tab. This makes writing well formatted...

Being further investigated here: https://github.com/League-of-Foundry-Developers/fvtt-module-polyglot/issues/228

I don't know if I can do this one. Calculating those areas would be quite costly for each individual square, and my current script has a fair amount of expensive...

This is reasonable, and something I'd probably like to have as well. I'll see if I the Fuzzy Search library I use can perform this :+1:

Unfortunately the fuzzy-search library I use does not support exact word matching. I've opened a ticket with that project and hopefully they will improve the library at some point. Ticket:...

So the author of the Fuzzy Sort library has provided a work around for this. I can try to implement this in DFSC.

@dmrickey It does indeed return a score, and I am currently using a score threshold for it, but the scoring is very finicky and I had to use some trial...

I actually have though about the idea of improving the whisper interaction. I actually just tonight had a hard time getting the syntax correct so I could send a player...

This is most likely a system issue. It is probably making an additional roll in the background and throwing away the result. I can take a look, but I can...