Dan Blaisdell

Results 10 issues of Dan Blaisdell

This solved the issue for me: `clipboard.setData('text/plain', scope.$eval(scope.clipCopy) + '');`

This doesn't work for older versions of webpack. For compatibility, can you consider changing: ``` const isEntryChunk = (chunk: Object) => { return chunk.hasRuntime() && chunk.isInitial(); }; ``` to: ```...

enhancement

Looks very nice. I'm looking to use this in a company project in a Spring Java app, not Android. What is the license? Is libdominantcolors.so used or is this pure...

When using this with fragments and `prefixTypenames: true`, I end up getting an empty object without any of the fields from the fragments. The network result will include all the...

For this image (the Wells Fargo logo)... https://qa4-cdata-app.sprinklr.com/SELFSERVE/0/a603557b-ac69-46a4-93eb-4a154ff31107-438048452/WellsFargo_1627578036797.png The color array returned is yellow, then red, but red seems to have the most area of the image. Do you know...

Based on the `custom-serializer` branch. Adds an additional serializer, `HessianSerializer`, that should be more performant and avoid some of the issues we experienced with `JavaSerializer`.

Allow applications to provide their own serializer, because the Java serializer can be problematic.

When using `@Cacheable` in a `ThreadPoolExecutor`, the deserialize is failing. It looks like this: ``` java.lang.ClassCastException: com.company.SomeBean cannot be cast to com.company.SomeBean at com.company.services.SomeService$$EnhancerBySpringCGLIB$$a724921e.getData() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)...

**Describe the bug** All bookmarks link to the very last page **To Reproduce** 1. Open repl link: https://react-pdf.org/repl?code=3187b0760ce02e00408a057025803c450298c0bc300500943807cf805030c00f0022230080b61985311655400a02180e658212005e19b00220032014400aace90095c4c0046204006b463c013a689bc04c008ce3da54bd5646146c8d6135403d0dbb172cb871fa839843442465e49455d4b475f50df8b00099cc38aca8ddec6261625c527da99dbd13b8d202c4a4e41594d435b4f40dc4fc019812ad38b3eb336cd91272f3399ce8199959d80801b8c8c914307980a0b86800c400e97458004c3174f0a91151d0b19d8846c88000 2. Download file 3. Open file 4. Open table of contents 5....

## Issue Creation Checklist - [x ] I understand that my issue will be automatically closed if I don't fill in the requested information - [ x] I have read...

type: bug
pending-approval