Emilian Felecan

Results 10 comments of Emilian Felecan

Looks good. Is it possible to do the same for categories as well?

Right now the code is manually setting the static_block field to null for categories. Here's the relevant code: https://github.com/diefenbach/django-lfs/blob/master/lfs/manage/static_blocks/views.py#L247 That code could be removed with the same setting for the...

Any movement on this? I am seeing this as well. The APIGatewayAuthStack.json file is removed when running `amplify pull`

@leandrodesouzadev You can try https://codebyhooks.com It allows you to setup a proxy API if you want, and it can store encrypted env variables. It only works with Node right now,...

@leandrodesouzadev Why would it be included to run an application server? Genuinely curious.

@leandrodesouzadev Cornerstone is completely frontend, there is no backend access to store variables. If you have a public API (either proxy or business logic), then you can store the API...

You could also try the approach of initializing the slick slider when the parent container is visible using IntersectionObserver.

Also, it seems like the alpha memory stores the nodes. Shouldn't it be the other way around? Each alpha node should be storing the items that match the condition.