Michael Pollmeier

Results 28 issues of Michael Pollmeier

via `-Vrepl-max-print-elements`. The default behaviour is unchanged: ``` scala> 1.to(300).toList val res0: List[Int] = List(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,...

## Compiler version 3.2.0 ## Minimized code fun.sc: ```scala @main def fun(i: Int): Unit = { println("foo") } ``` ```bash scala fun.sc echo $? ``` ## Output ``` Illegal command...

itype:bug
area:scripting

Autocompletion for Scala 3 extension methods currently has many shortcomings. Here's the status quo of what works and doesn't work with Scala 3.2.0. Starting with the good: the following works,...

With this option it is possible to choose whether checkstyle warnings should fail the build or just be logged.

... so that we don't need to escape it and it can be easily copy-pasted. Old behaviour: ```scala scala> """foo\bar""" val res0: String = "foo\\bar" ``` New behaviour: ```scala scala>...

Implements https://github.com/com-lihaoyi/os-lib/discussions/140 `TempPath` implements `AutoCloseable` so we can use automatic resource management (e.g. `Using`) to automatically remove these temporary resources once they're not needed any longer. We no longer rely...

I've added paymentaction to the payment form so that one can use the authorization/capture mode that paypal offers. Simply set 'paymentaction' : 'authorization' in the form's context. Cheers Michael

Moving the whole discussion onto github - here's the email summary so far between @velo @mikkelspring @lvca and myself On 11/23/2015 10:22 AM, Marvin Froeder wrote: > But then how...

I just wanted to send you a PR, but since I'm an elisp newbie I ran into a problem, maybe you can help me fix it: I wanted to change...

We took over https://github.com/joernio/joern/pull/4227 to discuss CpgPass memory usage - I'd like to consolidate and continue the discussion in a separate ticket, this one. ## The status quo, how I...