Acácio Andruczewicz

Results 9 comments of Acácio Andruczewicz

Poderia mover o código que faz a ligação pra outro projeto (que permitiria escolher o arquivo) e ajustar esse do gemidão pra usá-lo.

Hey, @thomaspessato. I am glad to hear that this component was helpful. Unfortunately, there is no way to know exactly where the user clicked. The only event fired is related...

I will keep this issue open and see if it is possible to fire a more detailed event, including some information about click position, etc.

I've got the following response from support: > Adding middleware is possible from Flex-UI if you are hosting the UI yourself. You can add a wrapper that allows a plugin...

I'm working on a multi-tenant app and would like to use a guard to inject information about the tenant in the execution context and access it in the handler using...

I've just started a new repository to create a rating component for Ionic 2: https://github.com/andrucz/ionic2-rating There is still work to do, so please submit PRs.

Any workarounds would be appreciated. I've tried adding this path mapping to `tsconfig.json`: ``` "paths": { "~/*": ["./*"] } ``` Changing `.swcrc` to ``` { "$schema": "https://json.schemastore.org/swcrc", "sourceMaps": true, "jsc":...

> I don't believe tsc-cli provides this feature. Could you provide a example? You can use the same example and change the build script to `tsc`

> ``` > dist/ > package.json > src/ > index.js > ``` > > The output structure is a bit unusual. I think if you want to simulate similar behavior...