Skip to content

Instantly share code, notes, and snippets.

View joepio's full-sized avatar
🤯
building stuff

Joep Meindertsma joepio

🤯
building stuff
View GitHub Profile
/var/folders/mg/d85x9ljn34361y6swsvhlj580000gn/T/ruby-build.20200817115512.70169.6WHclW ~/dev/src/gitlab.com/ontola/dexpod
/var/folders/mg/d85x9ljn34361y6swsvhlj580000gn/T/ruby-build.20200817115512.70169.6WHclW/ruby-2.6.0 /var/folders/mg/d85x9ljn34361y6swsvhlj580000gn/T/ruby-build.20200817115512.70169.6WHclW ~/dev/src/gitlab.com/ontola/dexpod
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-apple-darwin19.5.0
checking host system type... x86_64-apple-darwin19.5.0
checking target system type... x86_64-apple-darwin19.5.0
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
@joepio
joepio / wip.md
Last active November 13, 2019 14:49
rdflib.js Typescript Work in Progress notes

Builds upon the approved #363 PR for typescript migration:

Changes included in PR #363

  • Converted some of the most fundamental classes to typescript, including Node, Literal, BlankNode, NamedNode, Collection, Statement.
  • Introduced a .types file for shared types.
  • Included a temporary types-temp.ts file in project root as a reference file for documentation and keeping track of the ts migration process.
  • The .isVar method is set to boolean values, instead of 0 or 1. This seemed reasonable, as it's only used for boolean type checks, and the existing types already define it as a boolean value. Timbl confirmed that isVar is only used for boolean operations.
  • JSDoc is replaced with Typedoc. Combined with types and comments from @types/rdflib, this makes the documentation far more complete.
  • I used many of the types and comments from @types/rdflib by Cénotélie. Added credits in `package.json

Keybase proof

I hereby claim:

  • I am joepio on github.

  • I am joepio (https://keybase.io/joepio) on keybase.

  • I have a public key ASCyE9LmhfGDr0Ix0EpDAu1PCdo1fQ8NrRALLWMVlZiguQo

@joepio
joepio / Keybase
Created September 28, 2019 20:52
### Keybase proof
I hereby claim:
* I am joepio on github.
* I am joepio (https://keybase.io/joepio) on keybase.
* I have a public key ASCyE9LmhfGDr0Ix0EpDAu1PCdo1fQ8NrRALLWMVlZiguQo
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix meeting: <https://gist.github.com/deze> .
meeting:Meeting
a rdfs:Class ;
rdfs:label "Meeting"@en .