Chamika Bandara

Results 6 issues of Chamika Bandara

### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/s/swiper-centered-react-forked-b8gw3?file=/src/App.jsx ### Bug description When clicking on the Previous button it will stuck on the...

stale
React

I try to mock the redis using the library with "rsmq" [https://www.npmjs.com/package/rsmq] with jest as follows, but gives me an error: My packge.json ``` "jest": { "testEnvironment": "node", "setupFilesAfterEnv": [...

**Describe the bug** I've following Geometry objects in Tile38 ``` # OSM WAY 1 SET LRS_TEST OSM&&WAY10592122 FIELD meta '{"feature":"WAY","layer_id":"WAY","feature_id":"OSM&&WAY10592122","vicmap_road_names":["GARDINERS CREEK TRAIL","CITYLINK","UNNAMED"]}' OBJECT '{"type":"Feature","geometry":{"type":"LineString","coordinates":[[145.0352298,-37.8374751],[145.0349665,-37.8374204],[145.0347479,-37.8373876],[145.0344542,-37.8373537],[145.0342236,-37.8373346],[145.034013,-37.837324],[145.0338078,-37.8373198],[145.0335839,-37.8373219],[145.0333626,-37.8373304],[145.0331507,-37.8373431],[145.0329643,-37.8373621],[145.032747,-37.8373886],[145.0325713,-37.837414],[145.0323943,-37.8374469],[145.0321448,-37.8374988],[145.0318029,-37.837575],[145.0315467,-37.8376343],[145.0312879,-37.8376894],[145.0310827,-37.8377339],[145.0308949,-37.8377678],[145.0306723,-37.8378038],[145.0304939,-37.837826],[145.0303169,-37.8378451],[145.030128,-37.8378619],[145.0299588,-37.8378674],[145.029759,-37.8378684],[145.0295414,-37.8378635],[145.0293322,-37.8378507],[145.0291689,-37.8378332],[145.0289908,-37.8378107],[145.0287668,-37.8377738],[145.0284598,-37.837689],[145.0281995,-37.8376017],[145.0280017,-37.8375254],[145.0277925,-37.8374397],[145.0276122,-37.8373553],[145.0274176,-37.8372527],[145.0272614,-37.8371596],[145.0271053,-37.8370584],[145.0269363,-37.8369281],[145.026669,-37.8367093],[145.0265103,-37.8365467],[145.0263191,-37.8363432],[145.0259387,-37.8359123],[145.0254405,-37.8353373],[145.0248245,-37.8346331],[145.024076,-37.8337694]]},"feature_id":"OSM&&WAY10592122","layer_id":"OSM","feature_type":"LINE","properties":{"Hex Index":[604314936591515647]}}' # OSM WAY 2 SET...

I'm trying to use this library to parallelise a few I/O calls, Does it makes sense to use this library to work with I/O tasks in the following way ?...

I have a line string as follows, consisting of a few points (longitude/latitude) coordinates in Paris. I tried to find the closest snapped point on the given line and from...

Part of the docker file: ``` FROM julia:1.6-alpine3.20 # Try to boost precompilation speed ENV JULIA_NUM_THREADS=4 # Define versions for libraries as environment variables for CVEs ENV LIBCRYPTO3_VERSION="3.3.1-r3" ENV LIBSSL3_VERSION="3.3.1-r3"...