Andreas Rozek

Results 82 issues of Andreas Rozek

It would surprise me if the following behaviour would have been intended: * `set $x to ...`creates a global JavaScript variable called `$x` (which is a good idea as this...

the following code ``` put '' into #Output put 0 after Output repeat for x in [1,2,3,4,5] put x after #Output end ``` referring to the following `` ``` ```...

The following code ``` set Test to '' put 0 after Test ``` (e.g., placed in an `on click` handler) leads to an "Illegal invocation" error. ``` _hyperscript.min.js:1 Illegal invocation...

I must have missed s.th. - or I am blind - but **how do I implement "classical" for-loops** such as `for i from to by ` e.g., `for i from...

"svelte-viewport-info" informs about viewport size and orientation (not only in Svelte)

"svelte-system-info" determines name and version of underlying browser and operating system (not only for Svelte)

"svelte-device-info" informs about a device's form factor and pointing accuracy (not only in Svelte)

"svelte-coordinate-conversion" converts coordinates between viewport, document and element coordinate systems (not only in Svelte)

I just wanted to start a new Wyldcard instance by building it using Gradle - but failed with the following error message `Plugin with id 'io.github.fvarrui.javapackager.plugin' not found` The original...

I cannot `./gradlew run` any longer, because the POMs for MaryTTS seem to have vanished ``` Execution failed for task ':compileJava'. > Could not resolve all files for configuration ':compileClasspath'....