justarandomgeek
justarandomgeek
Yeah, uploading the first version of a new mod isn't yet supported. Hopefully it will be eventually, but I can't really test it without spamming new mods on the portal!
This is at least partially caused by [getContent](https://github.com/stef-levesque/vscode-zipexplorer/blob/100c68adf9173f6c59caccf568e3139aba6e5818/src/ZipExplorer.ts#L125) never resolving or rejecting its promise if it does not find a match. I'm having trouble figuring out what I've done wrong...
I hacked the js in my extensions dir to this which at least reports the failure to match, but i'm confused why it does so in situations that look like...
Turns out I was making paths with separators the wrong way in some cases. I mangled it wrong consistently, so it looked the same but still failed. Now that I've...
> The request in this issue clashes with the request in issue #1298. if we had a `never` type (the type with no values) then this one becomes a subset...
done in 2.0.6
i've investigated this some and it does not seem to be any of the specific processing i'm doing that does this, but rather simply the act of passing it through...
okay so apparently the deal is: escaped characters in the URL are apparently correct under CommonMark spec (and [remark has closed it as not-a-bug previously](https://github.com/remarkjs/remark/issues/1196), and it may actually be...
next release will have this only-slightly-cursed fix to just stop escaping the `&` entirely https://github.com/justarandomgeek/vscode-factoriomod-debug/commit/43850bfbddd8a9c437847ce74bbdaff90c682a65
this is a show-stopper level problem for the Factorio api as well. it would be really great if this could get some attention...