lordmortis

Results 16 issues of lordmortis

When i try to prompt for input via "Read-Host" (or specifying parameters) I don't see the prompt displayed and the script hangs? example: ``` param ( [Parameter(Mandatory)] [string]$name = $(...

Example script references `fsAotCompilationManager.AvailableAotCompilations` and `fsAotCompilationManager.TryToPerformAotCompilation` - neither of which seem to be present anymore and i'm not entirely sure how to change the example code to work.

Heya, i'm trying to create a pull request to add support for the [Freetronics Leostick](https://www.freetronics.com.au/collections/arduino/products/leostick) I've got the boards file into [my fork of the atmelavr repo](https://github.com/lordmortis/platform-atmelavr/commit/c1fbb5455792fbb761d89badb8d9ef5c457d067a) and this seems...

board request

Thanks heaps for this library - it's been really useful in the tool we're working on ([Jacquard](https://github.com/StirfireStudios/Jacquard) - a yarn editor/debugger with (eventually) git integration to enable easier multi-writer collaboration...

feature request

This adds code to fetch the node status

Currently when generating event functions, Rider generates them all as private, I was wondering if an option could be added to set the default protection level of generated event functions?...

also modify syntax to be more ES6-y (as this obviates the need for `create-react-class` ) and fix proptypes for new react

Every time i try to push to a remote server in Version 0.8.2 (v0.8.2) I get an error but it commits fine. Pushes from the command line work fine. This...

If you load a json with no options key (example attached) - the compiler options default to "true" [timerTest.jqrd.zip](https://github.com/StirfireStudios/Jacquard/files/2148943/timerTest.jqrd.zip)

bug