Andrew Owen

Results 9 issues of Andrew Owen

So, looking at os/spawn, it's under-tested in the test suite. Notably, we don't have tests for the piping example here: ```clojure (def p1 (os/spawn ["echo" "hello"] :p {:out :pipe})) (def...

So, for writing anno, I've been writing recursive file searching of a couple types, and one thing I've noticed is that os/stat doesn't detect junctions, which are the windows version...

enhancement

So, as I discussed in [IRC](https://irclogs.nim-lang.org/28-10-2019.html#21:53:12), I'd like to help build out a promotional website and API reference for Jester. At first, I was thinking about creating my own repo...

At the REPL, I'd like to be able to fire off the GDLisp compiler against files. `use` is the closest thing to this, but it complains if I try to...

Trying to get GDLisp up and running on my Windows 10 laptop, using Godot 3.5.1, and when I run GDLisp without a file argument, I get the following error: ```...

bug

The original `touch $SDIRS` command fails if a user has a path with spaces. This isn't super common, but has happened to me on one of my machines, found this...

I'm building a vector/line editor, and one of bits of functionality involved is setting the clipboard with the current contents of the given scene, and this doesn't work. I know...

bug

When I write moonscript functions that aren't `fn_name=->`, they aren't picked up by the outline on the 1.0.2164 build. Based on what I can see, it's specifically `=->` that tags...