Skye Im
Skye Im
One downside of the current method is that any line or lines that count as an HTMLDiv do not have a wrapping set of \ tags. ```html : input hello...
The problem is that the quoted version still contains naked %, but it seems like Alembic expects them to be %% somewhere within its code. On Fri, May 29, 2020,...
> > > If you quote `'@#$%^&*'` > > ``` > >>> urllib.parse.quote_plus('@#$%^&*') > '%40%23%24%25%5E%26%2A' > ``` > > so there is not naked `%` As zzzeek said, because alembic...
Related, `compile` fails with the following error: ```NODE_ENV=production ts-node fuse 'NODE_ENV' is not recognized as an internal or external command, operable program or batch file. ``` Another Windows batch difference,...
`SET NODE_ENV=[whatever]`, I believe. I'm not sure how you would change the script to figure out when it's on windows vs a POSIX-y system, tho.
Just want to note that I've started working on implementing Zip64 reading and writing.
Interestingly, simply loading the csproj file into VS2013 and changing the target system to x86 from the default x64 and recompiling seems to make it work.
But no way to register a loose png file, right? I'll run the command with the daegu packs and hope it works out. Thanks for the prompt reply! On Sat,...
I don't actually know, I'm not a mapmaker myself. I think maps with custom assets are relatively rare in general On Sat, Nov 6, 2021, 18:56 Benjamin Schieder ***@***.***> wrote:...
Took a couple attempts, but I think this is a good approach. I refactored grid a bit to add GuiColor (either a single color, or a pair of colors corresponding...