Simon W. Jackson

Results 11 issues of Simon W. Jackson

im new to graphql, so maybe im missing something here ``` mutation { upsertHuman(input: {id: "lskywalker", name: "L. Skywalker", homePlanet: "Tatooine"}) } ``` results in... ``` { "data": { "upsertHuman":...

I'd like to setup a build script / githook that stops me from committing a change if there is any missing documentation. Is there a way to trigger this with...

help wanted
request for comments
intend to implement

I'd like to contribute to getting this working on windows. What do you think the biggest hurdles will be for getting this to work cross platform?

Type: help-wanted 💁‍♂️

I'd like to contribute to the project by updating the NIB homepage/documentation. It could use a little bit of flare and it would be nice if it was a bit...

docs

I am attempting to translate this `am` command into a `react-native-send-intent` call: ```bash am start --user 0 -n com.retroarch.aarch64/com.retroarch.browser.retroactivity.RetroActivityFuture -e ROM {file.path} -e LIBRETRO /data/data/com.retroarch.aarch64/cores/fceumm_libretro_android.so -e CONFIGFILE /storage/emulated/0/Android/data/com.retroarch.aarch64/files/retroarch.cfg -e QUITFOCUS...

It would be nice to add one task after another when entering a large number of tasks. Keyboard shortcut ideas: When inside the "Add task" modal, we could: * press...

enhancement

Just seeing if there is any interest.

``` python from goose import Goose url = "https://savannah.gnu.org/forum/forum.php?forum_id=8420" g = Goose() article = g.extract(url=url) ``` ### Output: ``` /usr/lib/python2.7/site-packages/bs4/__init__.py:166: UserWarning: No parser was explicitly specified, so I'm using the...

I'm having an issue connecting to mosh (Laptop -> nix-on-droid) but ssh works without issue. Here is what I've tried so far. # Investigation ### SSH connects: ```sh ssh nix-on-droid@usu...