Ranie Jade Ramiso

Results 43 issues of Ranie Jade Ramiso

# UNDER CONSTRUCTION (NOT FINAL) ## Motivation Earlier versions of Spek had support for focused versions of the built-in scopes (prefixed with an `f`), when used Spek will only execute...

is: feature

We only have this there: Maven ===== JUnit provides support for Maven. ``` ... org.jetbrains.spek spek-api 1.1.5 pom ```

is: improvement

![common](https://user-images.githubusercontent.com/1041919/43041462-c5aad82c-8da4-11e8-9f78-e88de285f320.PNG) Weirdly enough, it works for common platform tests in the spek repo. ![common-spekrepo](https://user-images.githubusercontent.com/1041919/43041467-df781404-8da4-11e8-8054-70a5c49ed726.PNG) The snippet below determines whether a line gets the `run` gutter icon. Basically the plugin will...

is: bug

GDNative's `api.json` doesn't give any information if a method would return null or not, the binding at the moment assumes that null will never returned hence why we always return...

I'm not a fan of the current `Dictionary` implementation mainly because of: (1) It's not idiomatic, in Kotlin parlance `Dictionary` is essentially a `MutableMap`. (2) Written code is long as...

TBD

tools:gradle-plugin
merge

One common use case is using plugins that are implemented in GDScript. Interacting with classes exposed by those plugin in Kotlin requires using `call` which is not type safe. I'd...

enhancement
topic:entry-gen

I imagine at some point, people would start writing third party libraries that contain script classes that can be used by other users. With our current setup, it's not possible...

enhancement
topic:entry-gen

In windows it will give this warning: ![sign](https://user-images.githubusercontent.com/1041919/115009170-54158180-9eef-11eb-8bb8-2a1b08cecd3f.PNG) I think something similar will happen in OSX.