Fred Kilbourn

Results 8 issues of Fred Kilbourn

``` const source = toRegexRange( "0", "18446744073709551615" ); const regex = new RegExp(`^${source}$`); console.log( regex.test( "71847175378514" ) ); console.log( regex.test( "18446744073709551615" ) ); ``` //outputs true, then false

``` Error: Something went wrong. cron reached maximum iterations. Please open an issue (https://github.com/kelektiv/node-cron/issues/new) and provide the following string Time Zone: "" - Cron String: 0 * * * *...

### Which package is this bug report for? discord.js ### Issue description Message for the error is just "Object," appears to be a bug / incorrect cast instead of a...

bug
error handling
packages:discord.js

Minor issue of annoyance, but I have the following facilities that are referenced by `FacilityControl` events during continent locks. I cannot find any definition or reference to these facilities from...

Issue
Rest API
Streaming API

It appears that world-level events are not working reliably if you subscribe with `"worlds": [ "all" ]`, instead you must subscribe with `"worlds":["1","9","10","11","13","17","18","19","25","1000","1001"]`. I tested several variations and further testing...

Issue
Streaming API

Right now, one can only directly check continent lock/unlock status by checking ownership of all 3 warpgates on that respective continent. Unfortunately, this isn't even guaranteed in the cases of...

Rest API
Feature Request

This community review list I started is using slightly different labels from DA, should we port back to match them or keep the new? Also, should we use the old...

Sanctions

Feature requests, subject says it all for the most part: 1. Would love a HashSet implementation, seems like the most obvious missing collection here. 2. Would be nice to see...