Hantsy Bai

Results 183 issues of Hantsy Bai

Hi @shawnmclean Thanks for providing IdleJS. I am trying to integrate Idle in our applications, but I encountered some problems. We are using ES6/Webpack. I download a copy of `idle.js`,...

Please take the time to search the repository, if your question has already been asked or answered. - [x] What version of the library are you using? 3.0.0 What kind...

wontfix

In Spring Data, some NoSQL databases got transaction support, such as Mongo(in cluster), Redis. I think JNoSQL should consider the CDI compatible `@Transactional` APIs(transaction could be a standard alone APIs...

I updated Doctrine/ORM to the latest 2..10.x(which upgraded Doctrine/Dbal to 3.x), and replace the Entity id generator strategy string based `UUID` with `Uuid` (`symfony/uid`), the `doctrine:schema:create` and `fixtures:load` are working...

Add a simple DSL to enable Spring Session(both webmvc and webflux). 1. specify backend(Map, Redis, Mongo, JDBC) 2. session resolver(cookie, header, or both in sequential )

type: enhancement

The original question is posted on the stackoverflow, but I can not find a solution to overcome this. there is [an example can be used to produce it](https://github.com/hantsy/nestjs-graphql-sample/blob/master/ui/). I added...

Java 17 + Kotlin 1.7 + Mockk 1.12.4/Spring Mockk 3.1.1 ```bash java.lang.InstantiationError: com.example.demo.UpdateAccountResult at jdk.internal.reflect.GeneratedSerializationConstructorAccessor18.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator.newInstance(SunReflectionFactoryInstantiator.java:48) ``` It occurred whens using `coEvery{}` to do...

### Expected Behavior Hope the JdbcOperations works as before. ### Actual Behaviour The Jdbc operations prepreStatement caused the following exceptions. ```bash Caused by: io.micronaut.transaction.jdbc.exceptions.CannotGetJdbcConnectionException: No current JDBC Connection found. Consider...

In Java 8 DateTime, the `parse` can accept a custom Pattern simply. ```java LocalDateTime.parse(fields[1].trim(), DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm:ss")), ```

I followed in the installation guide and try to install Jeddict plugin via NetBeans 9 update url, but failed. When I tried to install Jakarta EE, and got the following...

installation