Phil Hagelberg

Results 78 issues of Phil Hagelberg

In PUC Lua, the `package` table has many fields: ``` $ lua Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio > for k in pairs(package) do print(k) end config loaded preload...

Similar to https://github.com/tootsuite/mastodon/issues/5592 it would be great if this client supported showing textual representation of emoji instead of attempting to just emit these as tofu boxes.

enhancement

## Description There have been a lot of new languages and features added to Pygments; is there any chance we could see dpaste pull in a version that takes advantage...

It seems like right now monroe only supports connecting to a single nrepl instance at a time. Are you interested in adding support for more than one active `*monroe*` buffer,...

One common mistake when using bond is to mock the wrong function; we have had a lot of situations where we accidentally mocked a function which was doing spec checks,...

I have it working such that it can run the current file in a subprocess; this is basically cribbed from the `moonscript.lua` plugin and simplified since we don't have mobdebug...

I've got a project that would benefit from being able to pass a flag at compile-time in to embed it in the code. I would imagine it would be difficult...

For instance, on the [swank-clojure](http://clojuresphere.herokuapp.com/swank-clojure) page I see versions like [1.2.0) mentioned.

As discussed on the Matrix channel, I've added an FAQ for potential users so that we can try to set expectations to a little more realistic level. I feel that...

This code, as you might expect, prints "2": ```lua print(load("return (1 + 1)")()) ``` However, this code fails, even though it should work exactly the same: ```lua print(load("return (1 +...