Lexi Robinson

Results 20 issues of Lexi Robinson

I'm working on a modified version of lua that added the `continue` keyword and I want to format files that contain it. Either a config option to add new keywords...

Code copied from 6485daa50a2faf898a16e5e17a3f05ff7005884e Related to Facepunch/garrysmod-issues#4781

Enhancement

Mainly this is because I want to be able to duplicate doors in code without letting players do it, but I'm sure there are other uses around blocking entities introduced...

Addition

This PR fixes #2 to resolve #1. I left @NZSmartie's commits untouched, but I can rebase and squash if you like.

![image](https://user-images.githubusercontent.com/847422/186910530-d4ea23f3-96da-4992-be31-bc23f558158e.png) ``` info: downloading installer $ Welcome to Rust! $ This will download and install the official compiler for the Rust programming language, and its package manager, Cargo. Rustup metadata...

bug
wontfix

I have a schema like this: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "orderValue": { "type": "number", "minimum": 0 }, "commission": { "type": "number", "minimum": 0 } } }...

enhancement

# Brief description of your issue This is very similar to #326, however I have TLS 1.2 enabled and I can access the cache fine outside `winget`. # Steps to...

Issue-Docs

Hi. I think this issue is somehow related to mozilla/source-map#138 and may _possibly_ be grunt-contrib-uglify's fault, but given sourcemaps from Babel seem to pass muster I'm going to report it...

concatting pre-processed files work, but the comments that used to hold the sourcemap line are not removed. ``` coffeescript concat: two: src: [ 'a.min.js' 'b.min.js' ] dest: 'stubs.js' options: sourceMap:...

First off thank you for this extension, it's very fun. My problem is with the 4th graph, "Minutes taken per star". With timezones being what they are, people on my...

enhancement