Simon
Simon
Could we use the `term_to_binary` and `binary_to_term` functions from erlang to marshal/unmarshal any elixir data? 
Thanks for the clarifications @nelsonic I totally agree that the explanation of what is a cid should be easy to understand. I've created the issue with the intention to explain...
link to https://github.com/dwyl/labels/issues/48#issuecomment-277114855 (no automatic please-test label)
For me: - When the QA (or developer) add the "please-test" label to an issue it means that the product owner can now test the feature - When a developer...
@nelsonic this is my next step. I had a look at https://github.com/nocursor/b58 (which use multiple type of set characters, we need just one for now) and I'm going to create...
Knowing the encoding is in fact simple. - Get the first byte/letter - match this first letter with the multibase table with the code column - check the encoding column...
@nelsonic we have this epic https://github.com/emfoundation/ce100-app/issues/366 where @mk4111 and @JMurphyWeb created a list of endpoints to get the macro view of the application
Just wondering, is there a way for the users to get redirected to the main page? Is the logo a clickable link to the home page? Do we want a...
Thanks @shouston3 I guess @markwilliamfirth you're next on the line. I'm sure this 555kb can be reduced. Otherwise I'm sure there is also a way to compress the images in...
@markwilliamfirth if the page doesn't go too much over 1Mb I think it's a good start. We can then see how to optimise this later on. You can check the...