F

Results 29 issues of F

I have Apple Silicon and installed Scala fine for the first time via Homebrew. See also https://github.com/scala/scala-lang/pull/1537

``` Downloading/unpacking pydkim==0.3 (from -r requirements.txt (line 24)) You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files. Downloading pydkim-0.3.tar.gz Running...

I have Apple Silicon and installed Scala fine for the first time via Homebrew. See also https://github.com/scala/docs.scala-lang/pull/2889

It would be cool to get the html frontend running on the website if / when it's ready, as a demo. Probably not compatible with GitHub Pages, though. ## ---...

enhancement

For legal reasons, we need to make sure we stick to "LimeText", not "Lime Text" or "Lime". --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38906680-standardize-to-limetext?utm_campaign=plugin&utm_content=tracker%2F510782&utm_medium=issues&utm_source=github)** We accept...

``` go _, err := py.Import("module_that_doesnt_exist") if err != nil { fmt.Println(err) panic(err) } ``` Results in: ``` builtins.ImportError: No module named 'module_that_doesnt_exist' panic: panic during panic ``` ## ---...

We now support boolean, null, and string values for some metrics (technically, they're not metrics, because you can't sum over them, but they're wired up the same and this is...