jugglingcats
jugglingcats
If this has only just started happening for you it is very likely related to the closure of user-agent-string.info site... see this thread: https://github.com/before/uadetector/issues/96. Try switching to the module based...
Then you can have a think about what you want to do longer term ;-)
The issue is that if you are using one of the auto-updating parsers, eg. UADetectorServiceFactory.getCachingAndUpdatingParser() it can't pull the data and you end up with an empty database and no...
Hi André thanks for quick response. I personally don't think it is feasible to maintain a database managed by users of UADetector. I think the way to go is to...
Hi Mallat, great that you responded to this thread so quickly - thanks. Seems like UADetector lib with updates can continue to function for the foreseeable future. Can you also...
Sounds reasonable. Is it possible to contact you to discuss our use case?
I agree this would be a useful feature. The ids in Exalidraw are more like guids than "friendly" names `Rectangle1` and so on. Example below from clipboard. ``` { "id":"TnYBcnsIpQ3jcOB-yT8kR",...
@OscarKro, @rimutaka it is a terrible spec! Really awful. I spent many hours looking at hex dumps...
@OscarKro the images from @Phoryn will be from the specification. I uploaded the gen1 spec to this repo. If someone can link me to the gen2 spec am happy to...
Sorry take that back - am getting one test error on mvn install. Tests in error: canDeleteAllTestTransactions(org.neo4j.geoff.test.Neo4jGraphDeleteTest): org.neo4j.kernel.impl.core.NodeProxy cannot be cast to java.lang.Comparable Tests run: 145, Failures: 0, Errors: 1,...