Simon Parten

Results 79 comments of Simon Parten

Um... whoops. I left in a + when trying to change to the suggested string literal syntax. Praise be for testing :-) ... new PR incoming.

Thanks for writing back - no worries. It's not something you should feel obligated to do. I'll also do a little digging. I did find this at some point during...

Note; this does something promising; ``` ui5-shellbar::part(root) { height: 4vh; --_ui5_shellbar_menu_button_title_font_size: 2em; --sapFontSmallSize: 2em; } ``` A couple of points; it would appear to allow us to select sutf out...

I narrowed this slightly to run in pure scala; vec.scala ```scala import jdk.incubator.vector.DoubleVector; import jdk.incubator.vector.VectorSpecies; def vecMe(v1: Array[Double], v2: Array[Double]): Array[Double] = var i = 0 var out = new...

@Daenyth - At length, MS fixed this upstream - thanks for the help 18 months ago :-).

@willowell Hi, I'd recommend 0.1, it's the latest. The docs should also point you at 0.1. I believe that line of code, to be outdated. Versioning is governed by the...

@dragonfly-ai hey, for now, we disabled MIMA, and the `appVersion` line appears potentially confusing. If you agree, I'll put up a PR to move the `tlBaseVersion` to 0.1, and remove...

Bumped into this whilst trying to smithy-translate an API...

I think I do mean, exactly this; > If you mean that the BSP server should use the same JVM as the cli, now, it should. Your commentary on the...

For example; could settings in `.mill-jvm-opts` trigger this if trigger by CLI but not metals? https://mill-build.com/mill/Builtin_Commands.html#_running_mill_with_custom_jvm_options