!nRfiHTUJoQsQdMBict:matrix.org

Dev

19 Members
Collaborative discussions related to the development of Aragon. Please take development-related help questions to the #dev-help channel.2 Servers

Load older messages


SenderMessageTime
10 Dec 2019
@bridge-bot:matrix.orgbridge-bot <guido.vizoso>@bpierre I’m pinging you again, sorry hahaha. I don’t know in which timezone you are so please let me know if you’re not available 20:32:44
@bridge-bot:matrix.orgbridge-bot <bpierre>Yes that’s correct, FloatIndicator is really used as a foundation for this component, so it makes sense to modify it as well. LoadingRing is a bit different because we are using it in the client and the apps, so we might want to use Inside to know that it is being used inside of a FloatIndicator without breaking the other cases 20:38:15
@bridge-bot:matrix.orgbridge-bot <bpierre>This is how Inside can be used: https://github.com/aragon/aragon-ui/blob/master/src/components/Header/Header.js#L14 20:39:04
@bridge-bot:matrix.orgbridge-bot <bpierre>And this is how a component can check if it is inside something else: https://github.com/aragon/aragon-ui/blob/master/src/components/Button/Button.js#L185 20:39:36
@bridge-bot:matrix.orgbridge-bot <bpierre>Let me know if you have any other question! Also I’m in the same timezone as you are, UTC-3 :-) 20:41:34
@bridge-bot:matrix.orgbridge-bot <bpierre>Let me know if you have any other question! Also I’m in the same timezone as you, UTC-3 :-) 20:41:43
@bridge-bot:matrix.orgbridge-bot <guido.vizoso>Understood 20:42:11
@bridge-bot:matrix.orgbridge-bot <guido.vizoso>Going to implement Inside now and I think we’re pretty close 20:42:31
@bridge-bot:matrix.orgbridge-bot <bpierre>Awesome! 20:43:10
@bridge-bot:matrix.orgbridge-bot <guido.vizoso>@bpierre Last ping! I just submitted a pull request (https://github.com/aragon/aragon-ui/pull/683). Feel free to take a look when you have time 21:44:33
@bridge-bot:matrix.orgbridge-bot <guido.vizoso>Thanks for your help! 21:44:49
@bridge-bot:matrix.orgbridge-bot <bpierre>\o/ I’ll have a look, thanks! 21:45:49
@bridge-bot:matrix.orgbridge-bot <undrafted>Hey guys, new here. Saw your project, really cool stuff. I was wondering tho what is your plan for adding js typing? 22:15:01
17 Dec 2019
@bridge-bot:matrix.orgbridge-bot <JayRudduck>Morning :-) On https://hack.aragon.org/ the “More Aragon users” link is 404. 08:15:38
@bridge-bot:matrix.orgbridge-bot <mcormier>@JayRudduck Good catch! Thanks, we’re going to fix this :) 12:27:19
19 Dec 2019
@bridge-bot:matrix.orgbridge-bot <gabi>@here aragonCLI@7.0.0 was released. This is a major change on satbility. Check the blog post to learn more about it: https://blog.aragon.one/cli-v7-release/ 03:17:32
@bridge-bot:matrix.orgbridge-bot <gabi>I highly encourage everyone to install using yarn, we been comparing and the difference on instalation time is amazing, To install do:
NODE_ENV=production yarn global add @aragon/cli
03:18:47
@bridge-bot:matrix.orgbridge-bot <gabi>@here aragonCLI@7.0.0 was released. This is a major change on stability. Check the blog post to learn more about it: https://blog.aragon.one/cli-v7-release/ 03:24:05
20 Dec 2019
@bridge-bot:matrix.orgbridge-bot <gabi>npm i -g @aragon/cli --production might also do the trick 22:56:57
23 Dec 2019
@bridge-bot:matrix.orgbridge-bot <sem>Can anyone check if they can load/create rinkeby DAOs (clean your cache first)? 01:17:20
@bridge-bot:matrix.orgbridge-bot <sem>When trying to load https://rinkeby.aragon.org/#/hive I get this error: Error: Returned error: leveldb: not found 01:18:08
@bridge-bot:matrix.orgbridge-bot <sem>And when trying to create a new DAO, it is not recoverable (it says organization not found) 01:19:44
@bridge-bot:matrix.orgbridge-bot <sohkai>@sem Thanks for the heads up, can confirm. Fixing ASAP; it looks like it might’ve been a bad deploy to Rinkeby on Saturday. 03:48:48
@bridge-bot:matrix.orgbridge-bot <sohkai>Looks like it’s actually an issue with our rinkeby ETH node. 04:00:41
@bridge-bot:matrix.orgbridge-bot <sohkai>@sem Should be fixed now! 04:11:28
@bridge-bot:matrix.orgbridge-bot <sem>@sohkai It works now, thanks! 09:04:44
26 Dec 2019
@bridge-bot:matrix.orgbridge-bot <Mikearagon>This is how fresh aragon-cli cloned repo behaves on npm run link just after successfull npm install

found 80 low severity vulnerabilities
run npm audit fix to fix them, or npm audit for details
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/user/.nvm/versions/node/v10.16.3/lib/node_modules/@aragon/cli/dist/index.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod ‘/home/user/.nvm/versions/node/v10.16.3/lib/node_modules/@aragon/cli/dist/index.js’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
/home/user/.nvm/versions/node/v10.16.3/bin/dao -> /home/user/.nvm/versions/node/v10.16.3/lib/node_modules/@aragon/cli/aliases/dao

npm ERR! A complete log of this run can be found in:
npm ERR! /home/user/.npm/_logs/2019-12-26T16_18_19_235Z-debug.log
lerna ERR! npm link exited 254 in ‘@aragon/cli’
lerna ERR! npm link exited 254 in ‘@aragon/cli’
npm ERR! code ELIFECYCLE
npm ERR! errno 254
npm ERR! @aragon/cli-monorepo@ link: lerna exec -- npm link
npm ERR! Exit status 254
npm ERR!
npm ERR! Failed at the @aragon/cli-monorepo@ link script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

18:38:02
27 Dec 2019
@bridge-bot:matrix.orgbridge-bot <proofoftom>Is it possible to programmatically create an org from a template, sans the Client and CLI? 21:34:50
28 Dec 2019
@bridge-bot:matrix.orgbridge-bot <mcormier>@proofoftom Absolutely :) You can use one of the following templates https://github.com/aragon/dao-templates and we’re working on a new toolkit that will make the process even easier https://github.com/aragon/aragon-cli/tree/develop/packages/toolkit 13:30:49
@bridge-bot:matrix.orgbridge-bot <proofoftom> @mcormier Awesome! The toolkit looks promising. Is it ready to use? 17:31:23

Show newer messages


Back to Room ListRoom Version: 1