nicolas

Results 23 issues of nicolas

Hello, I want to report an issue related to define services using #ES6 clasess. Sometimes when the service have injections defined by the user, the real service is provided instead...

Hello, i have a problem using this library, i tell you why... i'm using directives with a nested controller, something like this: ``` export class AnnouncementsDirective { constructor() { let...

bug

Hi I have a graphql server already running where I can run queries through graphiQL. If I took one of those queries and run it from my nodejs script using...

## Description Seems like ENS name resolution only works on miannet. I tried to use an ENS name in Polygon and GBC safes and it didn't resolve the address, but...

Not sure if this is the correct place to report this problem, but seems the most suitable of all repositories, I'm trying to make work Dapper extension for Rinkeby, I...

If I configure Granary with this: ``` "nodeAddr": "rpcalpha.tzbeta.net", "nodeRpcPort": "443", ``` I'm not able to run commands anymore, all of them fail with this message: ``` $ granary client...

I think it would be awesome if eth-cli provides a functionality to receive a github url to the "contracts folder" and auto-generate the abis for the contracts in that url....

Trying to navigate to any of this links (inside Examples section) does not navigate to anywhere. ``` - Start an interactive REPL connected to some node - Call methods on...

There are some cases where the contract source code have been verified in Etherscan, for example this one [dai](https://etherscan.io/token/0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359#readContract), in those cases would be great if there is an option...

- [ ] Adding `--verbose` options - [ ] Find a better way to log info messages to `stderr` from `oclif` or perhaps another lib. Now we are using `process.stderr.write`.