Joshua Asbury
Joshua Asbury
Some functions within Lua/ComputerCraft require variables in order to work (as I'm sure you know) and error when they are not provided... As such I think when the `Lua` button...
Lua is a weird language, it can actually return multiple values from functions as individual return values like so ``` Lua local function foo() local bar = 5 return bar,...
In Lua it is possible to have vararg functions, I'm sure you should know what they are as they're in multiple languages, I think blockly-lua having support would be good....
Is it possible for a block to have a drop down, that lets say says - all - other and when `other` is selected they can drag a variable and...
In regards to when specifying the return type of a block, for example ``` Javascript this.setOutput(true, 'Boolean') ``` is this enforced in anyway when it comes to Blockly-lua? The main...
Also rename the rule to `nslocalizedstring_requires_staticstring_arguments` to better match what it is now doing. This furthers the work done in #3373 and validates all parameters when provided in the call....
### Motivation Refer to proposal https://github.com/apple/swift-openapi-generator/pull/629 PR description prior to raising proposal ### Motivation Recently in a project I was using a spec which defined variables similar to below ```yaml...
### Motivation As requested by @czechboy0 in #618 I have created this proposal for community feedback. ### Modifications Added the proposal. Also fixed a typo in the document for the...
### Motivation Recently in a project I was using a spec which defined variables similar to below ```yaml servers: - url: https://{environment}.example.com/api/{version} description: Example service deployment. variables: environment: description: Server...