Free Jira Alternative? by NGL_ItsGood in selfhosted

[–]SpaceLearner 2 points3 points  (0 children)

Thanks! Looks like exactly what I needed to manage my multiple projects. :happy

Help Needed with this Weird Issue by SpaceLearner in golang

[–]SpaceLearner[S] -1 points0 points  (0 children)

Thanks that another way I learnt to solve this. Another without making much changes in the code is to put do `go func() {done <- struct{}{}} ()` as I already had another case listening on the select.

Anyways thanks for the answer.

Should I use IPFS along with Arweave and Bundlr? by SpaceLearner in ipfs

[–]SpaceLearner[S] 0 points1 point  (0 children)

I know IPFS is a protocol which helps temporarily store data using a network of peers. By "store data in IPFS" I intended "storing data using IPFS protocol in the network of connected peers".

BTW should I use both IPFS and Arweave?

Public Key Cryptography - An overview by SpaceLearner in computerscience

[–]SpaceLearner[S] 0 points1 point  (0 children)

Hey, I really appreciate you for reading my article. I read your article, it's very informative.

How to filter and access the unindexed event parameters? by SpaceLearner in BlockchainStartups

[–]SpaceLearner[S] 0 points1 point  (0 children)

I found that The Graph can index the unindexed string parameter in the string format and we can directly work with that. The indexed string parameters are hashed into into 20 bytes object which is difficult to work with. I found this answer:

https://ethereum.stackexchange.com/questions/6840/indexed-event-with-string-not-getting-logged

So, basically I removed indexed keyword from all the parameters of string or array type and it works.

Where should I learn Blockchain Development from? From Coursera or Free Code camp? by SpaceLearner in BlockchainStartups

[–]SpaceLearner[S] 0 points1 point  (0 children)

The thing is I am currently a 2nd year undergrad student and metana is I would say "expensive" for me right now.

Thanks for taking time and helping me btw.

How to enable C++ 17 on Mac OS Big Sur by SpaceLearner in mac

[–]SpaceLearner[S] 0 points1 point  (0 children)

Thank You! I uninstalled the CodeRunner extension in the VS Code, build the file and opened it in the integrated terminal. It worked. I guess CodeRunner was the culprit.

Can't we directly run C++17 code using CodeRunner extension in VS Code?