Jeremías Díaz

Results 15 issues of Jeremías Díaz

Right now core's deployment script assumes there is already a PolyToken contract and simply uses that contract's address for transactions. Ideally we want to deploy a separate PolyToken and use...

Right now offchain merely validates that the values sent to its API by the client are of the correct type. It would be better to implement validation of the values...

technical debt
Github

### Description As it is, the only way to get the "true" GQL API schema is to deploy a subgraph and perform an introspection query. This is very painful for...

enhancement

When the extractor marks a native string as removed, it doesn't do so for any translations of said string. This causes a bug in the interface when using filters because...

bug
core

Hi, I have a line like this in my javascript code: `mf('error_field_invalid', { field: 'phone' }, 'Invalid {field}')` I then use it again as such: `mf('error_field_invalid', { field: 'email' })`...

bug
extract

I've noticed that the extractor regular expressions are fairly limited in what they can extract. For example, if I were to cut a javascript string in half because a line...

enhancement
extract

There is a function called fetchLocale in **packages/core/lib/msgfmt-client.js** that creates a script from which I assume all the strings are read and loaded into the msgfmt object. That script's url...

enhancement
core

I have noticed that block helpers are yet to be extracted from jade files. In fact, at the end of the jade handler in the code there is a comment...

enhancement
core

This might be because my use case is weird, but still. I'm using Kustomize with the `helmCharts` option to inflate the 1password connect charts, but I'm deploying the secret that...

documentation

I searched for hours to no avail, until I had to clone the CLI repo to understand what the flag did. Considering "migrations" is a very loaded term, this should...