Fyren

Results 22 comments of Fyren

I kind of got the instructions in the previous comment to work, but had to take additional steps. I tried on 6.2.2.2 64-bit on Windows 7. When adding the changes...

Adding that to my env seems to stop bitlbee from segfaulting, so I'll see if get anything interesting when it happens again. I'm running my own compile of bitlbee 3.5.1,...

Here's a rough description of what I see in my logs: ``` Wed, 19 Jun 2019 20:21:26 GMT POST /ISteamWebUserPresenceOAuth/Poll/v0001 returns 200, good response Wed, 19 Jun 2019 20:21:26 GMT...

`-a` and `-l` were removed. For now, your easiest option for disassembly is using the disassembler in the tools directory of this repo. There isn't currently a way to do...

The limitation currently is initialization has to involve constants. So, besides the workaround in your first code block (which makes it assignment instead of initialization), you can initialize with consts:...

If you're asking if the behavior can be changed, then yes, it could be. I don't have any comment about the likelihood, though I agree it'd be nice to have....

This dies because the `CallExpr` has a null `sym`. https://github.com/alliedmodders/sourcepawn/blob/84adc2f3c518851496fd72aca9909510b9bc1370/compiler/code-generator.cpp#L1813-L1815 `CheckCallExpr` for this `CallExpr` does return false, but it's bubbled up to `CheckBlockStmt` which doesn't check it. https://github.com/alliedmodders/sourcepawn/commit/6ccea09a8dbb40cb89617e1f06fd3a956d76b767 is one...

Reporting stacks is not helping anything. We've always known SP doesn't support running concurrently.

I missed your issue issue earlier this year about this, but the problem is the code that generates the API pages doesn't parse and show the array sizes (among other...

Being the last value doesn't matter. I also mentioned I tested with 1.10.