Nikolai Vavilov
Nikolai Vavilov
I've added you on Steam. I would like to see how adding/removing currency looks like on the receiving side.
> The amount property of the item (both in offerChanged and themAssets) is always the total number the person offering the item has, not the number they offered (unless they...
> Do you know if a workaround would be possible? Not a workaround, no. If you meant a fix, then yes, it's possible, but I need your input on the...
So, there are a couple of issues you pointed out. - Unable to know the stackable amount the user has offered. I could tweak the `amount` property of the item...
Could you take a look at the [spirals branch](https://github.com/seishun/node-steam-trade/tree/spirals)?
@Exxion is this issue still relevant to you?
Yeah some protobufs got moved around. It should be a trivial fix.
This would be particularly useful to support deno. I would love to help with this, but since protobuf.js uses CommonJS, a design decision needs to be made on how to...
I think the solution to this problem will depend on the following questions: - Should deno allow accessing files with non-Unicode names? - Should deno allow _creating_ such files? I'd...
Setting `name_encoding` based on `stickies_encoding` seems wrong because they're kinda orthogonal. Setting both based on a "common" value (e.g. `encoding`) makes more sense, but it's tricky: in case of KanjiTalk,...