Nicklas

Results 9 comments of Nicklas

This is related to https://github.com/alanhoff/node-portastic/issues/9

It was last updated 4 years ago, I doubt it will be merged any time soon. A different thing I noticed is that the node_modules folder is published in the...

> I imagine this might also be desirable when connecting or requests sent to steam through the bot (-manager). Steam doesn’t like it if you run 10 bots from the...

About this issue. Do you think the proxy should be set when you register an agent, similar to how you can set the user agent header? https://github.com/tf2-automatic/tf2-automatic/blob/bda027f53c87e77e6c1f69f7932e4f2f76e6b1e2/libs/bptf-manager-data/src/lib/agents.ts#L18-L27 It can then...

One way to fix this could be to make the bot check the state of an offer before confirming it, but this would slow down accepting confirmations. A better solution...

We can add config options to adjust the locking timings to maybe fix the issue. The the locking errors are not that big of a problem when they happen during...

I don’t want to add API methods to the item-service to parse. If you want to parse, you should use the [tf2-format library](https://github.com/tf2-automatic/tf2-automatic/tree/main/libs/tf2-format). I do understand that if you are...

I just realized that the parsing API could be made using gRPC. I was mostly worried about the overhead and latency from the network and input validation og adding the...

This is a good idea. But I have been working on replacing the bptf-manager with something more reliable. I don't want to add it to the bptf-manager because it will...