Jacob Beard

Results 21 comments of Jacob Beard

I will review the link. Thank you.

I wanted to mention that I have also started to archive my projects on Github and move development to Gitlab. I have already moved my main project, [SCION](https://github.com/jbeard4/SCION), and I...

@def14nt I agree, it would have an impact if big projects were to move off of Github, however I can also see why this would be particularly challenging. In the...

@janriemer I'll look into this, thanks. For now, I think running a Gitlab instance on Digital Ocean, or using their hosted service at gitlab.com, is a good first step.

@def14nt You might want to look at git on IPFS. https://medium.com/@alexberegszaszi/mango-git-completely-decentralised-7aef8bcbcfe6

Recent and related news - now Github has signed a $200k contract with ICE: https://mobile.twitter.com/evan_greer/status/1181745056698572802 It seems like now would be a good time to reach out again to those...

As described in the stack overflow article, I was able to use the sorcery package to fix sourcemaps generated by browserify and work around this issue.

I will get back to you shortly on this.

Hello, I have been doing some research, and I like the idea of using [marshmallow](https://marshmallow.readthedocs.io/en/stable/)/[marshmallow-sqlalchemy](https://marshmallow-sqlalchemy.readthedocs.io/en/latest/) for json serialization, and [marshmallow-jsonschema](https://github.com/fuhrysteve/marshmallow-jsonschema) for json-schema generation (which would be used to populate the...