Max White
Max White
Adding System.Data manually still seems to need to be done
Sorry to disappoint you again, but I also don't know how to write a test for this either. As far as I can tell, there is no previously written test...
Don't know what's going on CI. Tried to set a more recent `node` version to see if that would use a more recent version of `npm`, however changing the `nodejs_version`...
~~Am I the only one confused that it say it's fixed in 0.19.3 but the latest release of this is 0.18.5?~~ Ah I can see your meant to do `yarn...
It works with GitHub's API, so you'd have to swap that out for BitBucket's and they might do things slightly differently. It's certainly feasible, but you'd have to do a...
If you want to serve it from the root, you can change the `baseurl` in `data/site.yml` to `/`.
You'll need [git](https://git-scm.com/) and [node js](https://nodejs.org/en/). Clone the repo: ``` git clone https://github.com/mushishi78/content-editor ``` Install dependencies: ``` cd content-editor npm i ``` And then start the server ``` npm start...
I don't know anything about glitch.com unfortunately. I'm not sure I understand why I would have a port on gitlab. Is there a problem hosting the repo on GitHub?
Oh I see, sorry my bad. I imagine GitLab have a different API, this is using GitHub's one. Would need some dev work to replace like for like. I don't...