CJ
CJ
I absolutely agree that arbitrary regex (or any user submitted code) should not be blindly trusted! For computation, a timeout can be used. I know regex101.com uses this strategy. ...
YAML is definitely an option for my use case. I wouldn't consider it optimal over a simple text file or CSV file though. Would creating this or a similar badge...
I feel like this is general-purpose enough to be its own badge. That certainly is an option, but would require hosting the endpoint, which may be too much setup for...
I no longer need this, I forgot why I needed this to begin with. My motivation in implementing it is the simplicity and initial responses. If it would be more...
Removing the Procfile entirely did not make a difference. Here is the entire log: ``` c:\Users\Colton\Documents\GitHub\CJ-Fan-Server-2>git push heroku master Counting objects: 47, done. Delta compression using up to 4 threads....
I did some testing with the shell script, and found a solution (on my end). It works if I surround the name, in shard.yml, in double quotes (`name: "cj-fan-server"`). I...
``` name: "cj-fan-server" version: 0.1.0 authors: - cj dependencies: discordcr: github: meew0/discordcr ```
Have you tried adding `@module lnewt` to the first LDoc comment? I commonly get this error if I don't do the same.
@tuxd3v Seemed to only be the case for C comments. Regular Lua comments from what I recall work fine without.
These changes require node 1.2.0.