Matthieu S.
Matthieu S.
OS: Windows 10 Launch command used: ./destreamer.ps1 -i "https://web.microsoftstream.com/channel/some-channel-id" -k Is it possible to download all the videos of an MS Stream channel? I tried just giving the URL as...
## Describe the bug There is no way to see the table of contents on mobile. ## Expected behavior There is either a button or a section where I can...
Hello, as a JVM (but not Android) Kotlin developer, the amount of Android-specific libraries that are inbetween every other regular library (either non-Android or compatible with both) makes this list...
How can I get where the golo file containing the "main" function is? In Java, you can find where the JAR file is using one of the solutions posted here...
The Java interface java.util.Comparator has, for some reason, the equals method as an abstract method. Even though it is implemented by java.lang.Object for every object, this seems to confuse Golo...
This is a feature request to add the possibility to put comments in data structure, like so : ``` var example = [ # This is a tuple of things...
This title probably isn't clear enough, so here is the code that is problematic ``` function myFunction = { label("My label is awesome!") label(someIcon) # note : someIcon oftype javax.swing.Icon...
One thing that could be very useful is to dynamically list a group of modules or functions. In Java, there are multiple libraries that can give you a list of...
Cette traduction sort tout droit de Wikipédia
How can I configure this plugin using the Kotlin DSL? using `configure` does not work.