Steven Barnett

Results 16 issues of Steven Barnett

I have the following XML: ```xml ... ... ... ... ``` This worked fine until I add a book with a great-than symbol in the name: ```xml Mathematics ... ```...

I wanted to play around with Eve a bit for fun since the language sounded interesting and if nothing else it's one of the most impressive esoteric programming languages I've...

I have data being returned from my API in the following format: ```json { "total": 1000, "per_page": 5, "current_page": 1, "last_page": 200, "next_page_url": "....", "prev_page_url": null, "from": 1, "to": 5,...

question

Please complete the information below: # Where is the problem? ["Classes: Inheritance"](https://docs.hhvm.com/hack/classes/inheritance) # What is the problem? It does not provide an example of an overridden method with parameters. Specifically...

guides-content

After a lot of searching I couldn't find a library or tool that did what I wanted, so I started to build it myself when I realized that 90% of...

Testing on Windows 7 SP 1 with Chrome v46.0.2490.86 I was messing around with the Polymer Designer for the first time ever after watching the Google I/O 2014 video about...

designer1

I'm interested in creating a macro that presses a key, waits a few seconds, then presses another key. Reading through the source for the G910 key tool you created it...

Per the README file: > - `value` is the value of the data in the element, represented as a number or a string. Integers stored in 6 bytes or less...

enhancement

Looking through the source for this library, I found a few places that (at least in Chrome 66) you could improve the performance. I haven't done a full audit looking...

``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │...