-
Create a script that extracts package readme from https://github.com/nandlabs/golly. This needs to happen for every release.
We also need to maintain the golly docs link for old releases.
-
I modified a working definition file's solved state to have some identical pieces but get this error:
> _11: ! values are not contiguous_
Why must values be contintiguous here? Isn't it just to id…
-
### Description
My typst code is very complicated so I have both a main document and a unit-test-like document.
I would like to be able to run `typst watch main.typ tests.typ`
### Use Case
This…
-
Consistently getting a segmentation fault when I try to use rubydeps with a project I'm working on.
Here's the error log, hope it's useful.
``` text
/home/golly/projects/sharex/Code/services/notifica…
-
I've got this in my SBT:
```scala
jsEnv := new JSDOMNodeJSEnv(JSDOMNodeJSEnv.Config().withArgs("--experimental-worker" :: Nil)),
jsDependencies ++= Seq(
(ProvidedJS / "polyfill.js" dependsOn R…
-
I notice that without additonal options, it usually prints a single (and I assume optimal) solution but sometimes it prints 2 or more solutions at the same depth (curious when and why it does this). B…
-
### Description
I am trying to build golly 4.2 (https://golly.sourceforge.net/) and it seems it now needs wxGTK 3.2. Previously it was happy with version 3.0.
But I see a problem with golly …
-
Icon Requests! Roughly in order of importance. I'd be thrilled if you did even one of these.
1. Tox
Info: Tox is a messaging protocol made as a free alternative to Skype. It's native on several di…
-
`
get("/say/*/to/*", (request, response) ->
request.splat()[0] + " " + request.splat()[1]);
`
if you pass `/say/good/golly/miss/molly/to/luka` it doesn't work. Instead of `request.s…
-
The roadmap for rule table functionality contains an 8-cell neighbourhood called a range 2 von Neumann neighbourhood and a 12-cell neighbourhood called a range 2 diamond neighbourhood. This specificat…