Spyingwind

Results 9 comments of Spyingwind

I'm just throwing out ideas and seeing what sticks. Maybe a template-engine based on a subset of the lua syntax, limited to string manipulation or only string output? Let the...

After sleeping on this for a while. What about some kind of string builder that takes a variable, number, and delimiter `(":a",1,3,"+")` that then builds up the following example `:a1+:a2+:a3`...

Maybe someone will find this useful or not. [Here](https://gist.github.com/quonic/ebadf3537500d174e8d4c1b4ee76e112) is what I'm using as a stop gap. It's looking for something formatted like this `// %Bat,1,20,:Bat,+` and outputs this: ```...

@devblackops Installed from powershell gallery, v0.4.0.

Once I get off work I'll take a look at it. It is interesting that this would happen in the sim. I'll have to do some testing and see if...

I don't see a problem with cpu usage in production. I average around 3 cpu units per call for everything. I think it might be due to a bug in...

Maybe key off of Scroll lock or Caps lock? Another thing to add, that would be nice, is when you press Escape to pause or something.

The response is empty leading me to think that this is a credential problem. What format of username are you using(username, username@pam, or username@pve)? Other issues could be that if...

Just in case someone happens upon this problem . Add [_references.js](https://gist.github.com/quonic/d7a7d385c85846027a7ca3dd03a0e985) to the ScreepsAutocomplete folder and VScode's intelisense works. Also add jsconfig.json with the following to the root folder if...