Results 37 issues of BlueRaja

According to the documentation, I should be able to specify a rule like this: ``` rules: { 'no-bare-strings': 'warn' } ``` however, when I do that, all my files fail...

Using the prebuilt Mockolate v0.12.4 from [here](https://github.com/drewbourne/mockolate/downloads), and the latest version of FlexUnit that comes with FlashBuilder Professional _(FlexUnit 4.1 I think)_. My code looks like this: ``` package MyTestPackage...

SteamBot users have been having issues using SteamAuth as a submodule, so I created a NuGet package for it [here](https://www.nuget.org/packages/SteamAuth/). This PR updates this repo with the NuGet information, as...

* Updating SteamAuth, SteamKit, and Json.net versions * (not using the latest SteamKit because there was a major version bump! We should update for that) * Fix bug causing trade...

Alright, I think it's time to finally sit down and rewrite the inventory system. The current one has a lot of issues. Here's a list of goals I'd like to...

Enhancement

This would make it possible for users to create their own UserHandlers in a separate project, and still be able to use the example console application (as it stands, this...

Enhancement

Take a look at the response from http://steamcommunity.com/id/bluerajabot/inventory/json/753/6/. Notice how it ends with `"more":true`? To get the rest of the inventory, we need to call http://steamcommunity.com/id/bluerajabot/inventory/json/753/6/?start=2500. We're not currently doing...

Bug

I haven't checked if gem-trading already works, but I assume it doesn't since IIRC we don't support item-amounts. I plan on hacking something in this weekend, but before I do,...

Enhancement

Currently we have a method of setting items on car loadouts, but no way of setting the anthem, banner, avatar border, or player title. As I understand it, these are...

As of next week, Xamarin is no longer supported. Soon Xamarin projects will fail to even run. Are there any plans to update this project to MAUI, or is it...