Tolga Paksoy

Results 64 comments of Tolga Paksoy

@PurplePineapple123 what does your request look like? Please provide the code for the API request that fails, at least, so we could see what is going wrong.

We were urged to upgrade everything via Email and blog posts, but it's not even working right now. If I make my own cookies follow the new rules, any new...

Any update on this? It's been 5 months since it has moved to a "fairly high" priority 😅

@micalevisk it's mentioned under "Other information" >Also on that note: this fix is superfluous for Fastify. Fastify has the [forceCloseConnections](https://github.com/fastify/fastify/blob/a46aead95e1ce2de3928d376a39f79c9d1d5d2ca/docs/Reference/Server.md#forcecloseconnections)

@kamilmysliwiec I will start working on the documentation page for this.

The link corroborating that statement is at `google/material-design-lite` repo's README: https://github.com/google/material-design-lite#limited-support > Limited support > > Material Design Lite is now in limited support, with development having moved to the...

I will take a look at this, this week. We will need to keep track of open connections/sockets on our `httpServer` instances. And when closing our `httpServer`, these open connections...

FYI, this should've been fixed with the introduction of the `forceCloseConnections` option: https://github.com/nestjs/nest/pull/10345 If you create your app using ```ts const app = NestFactory.create({ forceCloseConnections: true }); app.enableShutdownHooks(); ``` Nest...

The URL without `@` seems to redirect to the same page. It could simply be removed: https://developer.mozilla.org/en-US/docs/Web/CSS/media#Media_types

#408 includes: * `z-index` * `position` * `absolute`, `fixed`, `relative`, `static`, `sticky` * `top`, `left`, `bottom`, `right`