Phillip
Phillip
I used this svg file https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/410.svg ``` @Test public void testSvgBug() throws IOException { try (InputStream resource = getClass().getResourceAsStream("410.svg")) { byte[] byteArray = ByteStreams.toByteArray(resource); ContentInfoUtil contentInfoUtil = new ContentInfoUtil(); ContentInfo...
Android
I know this is not quite part of this project bus is there any known web application or android app?
Hey, I just found out that the watchmaker framework uses the google-collection library which is deprecated. The new google library is called guava. See here: http://code.google.com/p/google-collections/
please support fedora for a native installation and please also sign the rpms, this is a security application, installing unsigned rpms looks rather bad.
Hi there, we are using codeql already, and have Code scanning results / CodeQL in our repos. additionally with the following rule: Settings -> Code security and analysis -> Code...
please set a license 1. in your package.json, 2. add a LICENSE file 3. set the license in the repo settings thank you
hey, we run a 3 node rabbitmq cluster where when we restart the cluster in a 1/5 chance the one consumer will not re-connect probably. It seems like that under...
hey it looks like that aio-pika is not compatible with python 3.12 and i haven't found an issue yet. i think it is the same as described here https://github.com/aio-libs/aiohttp/issues/7739
### Proposal remove the requirement to specify a fully qualified hostnames like `postgres-svc.namespace.cluster.local` make it optional, so that `postgres-svc` does work as well, i assume the operator has the information...