Martin Devillers

Results 8 comments of Martin Devillers

We have multiple teams at [DPG Media](https://www.dpgmediagroup.com/?q=en) use it to manage about 50 micro-services and front-ends running in [AWS ECS Fargate](https://aws.amazon.com/fargate/).

I started using this skin today and ran into the same idea. Here's a quick and dirty way to combine Font Awesome with tiles: Add the following css class to...

The biggest advantage of this approach is not a technical, but an organizational one. Micro frontends enable an organization to split different features of an application across multiple teams, where...

An alternative (but hacky) solution is to enable the `passHref` property and set the inner `href` to a dummy value. Next.js will override the dummy value with the correct value...

I've run into the same limitation and `ScheduledDataLoaderRegistry` didn't work for me. I think `ScheduledDataLoaderRegistry` serves a different use case: to make the overall dispatching strategy less eager by pushing...

Thank you for your reply! Correct, I also wrote an instrumentation to clean up the `globalRegistries` after each request. And even with that mechanism in place, the queue can grow...

I am running into the same issue on my local development machine where I use `oktacli` to automatically refresh the credentials file each hour. The current implementation of `@aws-sdk/shared-ini-file-loader` treats...

This is the first thing I ran in as well. I kind of expected `` to start throwing me some confetti ;-) I fixed it by wiring the `active` prop...