reito

Results 33 issues of reito

java.lang.NullPointerException: Cannot invoke "org.malagu.linq.strategy.GetEntityManagerFactoryStrategy.getEntityManagerFactory(java.lang.Class)" because "org.malagu.linq.JpaUtil.getEntityManagerFactoryStrategy" is null at org.malagu.linq.JpaUtil.getEntityManager(JpaUtil.java:499) at org.malagu.linq.lin.impl.LinImpl.(LinImpl.java:58) at org.malagu.linq.lin.impl.LinqImpl.(LinqImpl.java:50) at org.malagu.linq.lin.impl.LinqImpl.(LinqImpl.java:46) at org.malagu.linq.JpaUtil.linq(JpaUtil.java:64) at com.serotech.jcserver.app.client.service.UserService.getUsers(UserService.java:25) at com.serotech.jcserver.app.client.service.UserService$$FastClassBySpringCGLIB$$4ee9d151.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)...

Hi, Thanks for your library, would you implement more functions on slices like GroupBy?

#### Description of Change Reopen #42001 I managed to add `ARGB + kGpuMemoryBuffer` support for FrameSinkVideoCapturer in [recent upstream changes](https://chromiumdash.appspot.com/commits?user=carolwolfking&platform=Windows). Thus, we can finally use zero-copy (actually one, there's a...

semver/minor
api-review/requested 🗳
no-backport

Cause pydantic panic ``` class BundleIdPlatform(StringEnum): IOS = 'IOS' MAC_OS = 'MAC_OS' UNIVERSAL = 'UNIVERSAL' ```

Use clang-cl 17.0.6 / 18.1.8 failed to compile the code using CMake, with link error: ``` lld-link: error: undefined symbol: void __cdecl google::protobuf::internal::memswap(char *__restrict, char *__restrict) >>> referenced by xxxxx\cmake-build-debug-win-x86-md-17\stackwalker.pb.cc:1179...

I build up the minimal project and when I use with latest deps, `pnpm run dev` will cause the vue page infinitely refresh rapidly. Seems because this plugin tries to...