Lucas

Results 11 comments of Lucas

That's the expected behavior for $index, in this case it is keeping the iterator offset for the current collection, which has been filtered and has max size of `pageSize`. If...

> current-page (optional) Specify a property on your controller's $scope that will be bound to the current page of the pagination. If this is not specified, the directive will automatically...

I think you have to include `itemsPerPage` filter. > itemsPerPage: The expression must include this filter. It is required by the pagination logic. The syntax is the same as any...

I'm also having this problem. @danprince do you have any workarounds for this issue?

@danprince Yeah I realized that as well, thanks anyway!

So `serverless-webpack` worked well, here is my webpack file. I used `copy-webpack-plugin` to move the assets to the build folder. ```const path = require('path') const slsw = require('serverless-webpack') const nodeExternals...

I had this issue and it was fixed with https://github.com/Emurgo/cardano-serialization-lib/issues/295#issuecomment-995943141

> @lucas-barros In the core storybook i can see that the address book name doesn't look right (font color) on dark theme: ![image](https://private-user-images.githubusercontent.com/172414/330339166-90bba248-c308-45dd-adee-c13110cd2dac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU2ODc0OTQsIm5iZiI6MTcxNTY4NzE5NCwicGF0aCI6Ii8xNzI0MTQvMzMwMzM5MTY2LTkwYmJhMjQ4LWMzMDgtNDVkZC1hZGVlLWMxMzExMGNkMmRhYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNTE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDUxNFQxMTQ2MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00YmY1NTVjNzUyZjZhM2FjNzBkZDU4YzEzN2ExMjUwZmViMTBlYjYyNDQxOTNiMDExNTUxMDg2OGJiYzJhNGQzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.i22nYBmAjg67RJpAksnjj9SBSrdNg8-RsLZW0qJ1XdM) @DominikGuzei that was due to switching from...

> @lucas-barros for testing: should I remove the browser extension or just reload it with the new code? You can use your current installation. I added the steps for testing...