Marius Darila
Marius Darila
I'm curious why the `main` attribute from package.json was removed, this would serve as a fallback for cjs imports. Not everyone can easily migrate their project to use `"type":"module"`
Which sync method did you use normal or light?
There is a problem with contract events on LES :/. Can you try with a normal sync? Thanks!
You're right we don't have an option for this to modify :man_facepalming: . You have to go to 'Help' -> Clear Cache and Reset App Data. After that restart the...
Reset app data just clears all the local dbs from electron which contain logs and transaction history. > will we have to start from 0 when going Beta->Release? We will...
This happens because when you close the app it doesn't exit immediately. It just hides the renderer browser window until all the services are closed(geth & ipfs) and after all...
Indexing the id is not useful in the current flow for beta version of Akasha. We're displaying comments only for entries and profiles which are satisfied by the current event....
Also there can be max 3 indexed params so I would have to change one of them.
Right now it always tries to start a new instance of go-ipfs. You can change the configuration to use a different storage path and different ports than the default ones.
We're using the `Publish` event from Entries contract to lookup for a specific entry ID when the author is not available. For the second issue regarding the timestamp of a...