Jolan Rensen

Results 441 comments of Jolan Rensen

@asm0dey I agree! Is there an annotation that can give tips to users aside from `@Deprecated`? The standard library uses it for instance when you type `listOf(1, 2, 3).filter {...

@asm0dey Yes I think you're right... Inspections need an IntelliJ plugin, don't they?

@asm0dey I found this indeed: https://www.jetbrains.com/help/idea/creating-custom-inspections.html But it's also possible to make a small plugin https://plugins.jetbrains.com/docs/intellij/code-inspections.html Might also be handy to point users to `reduceK {}` from `reduce {}` etc....

![image](https://user-images.githubusercontent.com/17594275/127057568-185a94a3-c0ed-4998-9fa8-af6a1be8d217.png) This is actually quite interesting. It's a bit hard due to lack of documentation, but by using samples from SimplifiableCallInspection.kt, for example, I do manage to create simple hints...

Yes, the termux package does seem to work on Android 10 indeed!

I agree. In theory an SVG is nothing more than a string, so no platformspecific code is needed, although having a SVG building library could save us some time. I...

> I created a branch with a first commit to initiate the work: https://github.com/data2viz/data2viz/compare/svg-export Small question: How efficient should it be? It might be a lot less error-prone to use...

I started working on it here https://github.com/Jolanrensen/data2viz/tree/svg-export It's a first draft, but some basic things seem to work already! Gradients don't work yet, images probably never will work and I've...

Also willing to test on my locktech desk! I don't have an upsy desky yet, but I'm on the waiting list

I still get the error on version 1.0.1