Steven McArdle

Results 10 comments of Steven McArdle

Ignore my last issue I already have it installed in my peerDependencies

Update. This actually works fine now in my project using ``` npm install -D react-leaflet --legacy-peer-deps ``` to install the react-leaflet library. All runs with React 17.x no issues It...

This works just great for our use case. We build our libraries using React 17.x a Rollup to chunk the code for use on the front end. Our frontend runs...

It would be better if the id were a token that could also be a string or a MongoDB ObjectId

I selected Save from the menu and I always have Auto Save enabled

I came across this issue last week and posted the problem to stackoverflow (no answers yet) See this link: https://stackoverflow.com/questions/58422893/rocket-chat-remove-system-slash-commands This is quite an issue for us as we only...

I'm not using Deno. The importmap is in the browser head section and has nothing to do with Deno

Hi @sastan Great project. Any time line on the 3.1 release ?? Looking forward to getting this into my project.

From my perspective I would like to see both JSON.SETEX and JSON.GETEX implmented We mostly use Redis as a cache for JSON Objects with various cache policies, one being where...

Any idea if and when Redis intends to address this ? It would be great for my use cases to have a single ATOMIC call for both get and set...