-
An attacker could send ACK frames and never raise the `LowestAcked` value. Then we have to iterate over all packets between `LowestAcked` and `LargestAcked` in `SentPacketHandler.ReceivedAcked`.
This…
-
I propose we refactor the packet packer & framer for reducing allocations (#129) and general performance improvement.
The goals should be:
- Reduce the number of iterations over the streams map in th…
-
`/Applications/MAMP/htdocs/sonos-web/server.js:213
thePlayer.getState().then(([status, track, volume, isMuted, zone]) => {
^
SyntaxError: Unexpected token [
…
-
If a field has only 1 validation rule `max:40`, the Validator will interpret that depending on the format of the user input:
- scalar means max 40 characters
- non-scalar means max 40 elements
The sp…
-
Staktrace Pastebin: http://pastebin.com/R6sLbcj1
When performing /plot createroadschematic, this error comes up in console and then if /plot debugroadregen is performed, the road will not be generate…
-
Everything is working well but it seems after a while, it randomly will reset to your _actual_ location even sometimes catching pokemon or interacting with certain menu's it will reset to _actual_ loc…
l33t0 updated
8 years ago
-
I'm receiving about 2 SPAM messages a day, even though I've enabled the honeypot field. I'm not sure if I've implemented the feature wrong or not. When I try simulating it in my browser by filling i…
-
We're getting leading zeroes on hours for either of these:
> {{ dayHours.open|date('h:i a') }}
> {{ dayHours.open|date('H:i a') }}
-
Is there an easy way to get the global variables that are normally available to templates returned as JSON? I know I can figure this out myself but I thought I would ask first.
https://craftcms.co…
-
Hello guys,
my code is following:
``` html
$('#battery_ir_measured_at').val(moment($('#battery_ir_measured_at').val(), ['YYYY-MM-DD', 'DD.MM.YYYY']).format('L'));
$('#battery_ir_measured_at').da…