Ismail M

Results 7 comments of Ismail M

+1 Getting the same error I am using version 7.7.0 for both `react-dnd` and `react-dnd-html5-backend` ```shell Cannot have two HTML5 backends at the same time. 206 | > 207 |...

> I disabled cache producers like this > > CachingConnectionFactory connectionFactory = (CachingConnectionFactory) jmsTemplate.getConnectionFactory(); > > connectionFactory.setCacheProducers(false); > > Work for me. > > In future i plan to implement...

@vinzscam Create https://github.com/backstage/backstage/pull/25014 since this was a one-liner.

Why don't we use hashing for this, ```javascript const methods = new Set(['POST', 'PUT', 'PATCH', 'TRACE', 'SEARCH']); if (methods.has(method)) { // .... } ``` I can make a PR, If...

@Rugvip I created https://github.com/backstage/backstage/pull/24999 to resolve this.

Why not just have it as strict `method?: Method` ? Is there any reason?