Samuel Dillow

Results 35 comments of Samuel Dillow

Hey, guys. Can you add a pull request to [tarwich/js-xlsx]? To be honest, I haven't read this fully, but I see it's needed. I don't have a lot of time...

Can we play code golf? I used to do this: ```js const all = fetch( "https://raw.githubusercontent.com/pradt2/always-online-stun/master/valid_hosts.txt" ) .then((res) => res.text()) .then((text) => text.trim().split("\n")); const mapped = all.then((ipv4s) => ipv4s.map((ip) =>...

Can this please get re-opened @gschier? I don't see any resolution for this issue.

I was looking at opening an issue, but this one seems to describe what I'm after. When using TMUX, I use `:set mouse` which allows me to click tabs, drag...

☺️ Ahhh... That's nice. Thank you so much. That enables me to get around when terminal apps aren't behaving well. Thanks so much for this, guys!

Just trying to help: Came here from the forum and saw `(LINK REMOVED)`. Here's the link if you want it: https://forum.defold.com/t/make-it-possible-to-reference-single-tiles-in-a-tilesource-by-number-id-def-3213/18252/13 Thanks for looking into this issue as I am...

A little more info for the time being, in case it's helpful: I set an animation on my tilemap to "all" and set it to cover every tile. Added a...

Not urlencoding `~` sounds easy enough. I'm not sure I understand the edit you just did with the workaround, but I'll see if I can simply not strip the `~`.

After trying for an hour to reproduce your problem, I think there might be some confusion. I don't see anywhere in the markdown [reference](https://daringfireball.net/projects/markdown/syntax#link) that bare urls such as `http://www.google.com/`...