Lukasz Taczuk

Results 25 issues of Lukasz Taczuk

The script currently says: > total dividend 19% tax pln (PIT-36 p. **387**) > total dividend 15% (*) tax withhold (PIT-36 p. **389**) I believe it should say 413 and...

A post-build script should be called that will (re)build the PBO, after building the dll successfully, so that the Intercept library is in a working state as soon as the...

Tools

Right now, when initializing Intercept with a faulty intercept.dll or no such file at all, there is no clear notification pointing to the cause of Intercept not working. Add a...

I've just taken part in UCSB iCTF 2016 but I cannot vote yet because the scoreboard is not available and CTFtime cannot verify that I've actually taken part in that...

People seem to expect sqfvm to run like other code interpreters, like python, ruby or nodejs - just call `python hello_world.py` and this will execute the code present in that...

enhancement

Make `IsServer` throw an exception that says "server/client not configured. To define if sqfvm should imitate a client or a server, use "

enhancement

```sqf player addEventHandler ["HandleDamage", { hint format ["You just sustained %1%2 damage!", ceil ((_this select 2) * 100), "%"]; }]; ``` Gives: ```sqf player.addeventhandler("HandleDamage", function() { hint($"You just sustained {ceil(_this[2]...

bug
sqc

Gives ```sqf _even = [1,2,3,4,5,6,7,8,9,0] select { _x % 2 == 0 }; ``` ```sqf _even = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0][function() { _x %...

bug
sqc

`read_bytes_term()` should raise EOFError instead of Exception to be consistent with `read_bytes()`. Btw. it's funny that found this issue 1h later than the person that has reported #40 Even if...

It looks like the only thing that was preventing 3.10 and 3.11 from working was vcrpy version which can be installed in the correct version using conditional dependencies.