javaspeak
javaspeak
@rubenqba did you get anything working? - I cannot get any driver working with MacOS Catalina. I have left my comments in https://github.com/sarxos/webcam-capture/issues/723 If you do get anything working i...
@rubenqba Thanks for your answer. When I run it I get: Thread 41 Crashed:: Dispatch queue: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x00007fff6f00bad6 __abort_with_payload + 10 1 libsystem_kernel.dylib 0x00007fff6f00d3df abort_with_payload_wrapper_internal + 80 2...
SUCCESS getting webcam to work with MacOS Catalina - time to party! For anyone else who has problems starting a webcam with MacOS Catalina I just managed :-) I am...
I get the same error: javaspeak@Johns-MacBook-Pro server % npm start dev > [email protected] start /Users/javaspeak/workspace3/symbiont/permanent_node/server > node server "dev" (node:19910) UnhandledPromiseRejectionWarning: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'dns' imported from /Users/javaspeak/workspace3/symbiont/permanent_node/server/node_modules/@multiformats/multiaddr/dist/src/resolvers/dns.js...
> I also got the same error on NodeJS v14 fixed by upgrading NodeJS to v15+ because **ipfs** is using **multiformats** package that is using **dns/promises** package https://github.com/multiformats/js-multiaddr/blob/master/src/resolvers/dns.ts#L1 and **dns/promises**...
It is sad that this has not been sorted after 1 year of collective frustration - what is up?
> I have the same issue. > > Trying to define a path in a properties file: `myDir=my/cool/directory` Cannot use this property in pom.xml > > ``` > > ${project.basedir}/${myDir}...
I think the npm version is old and does not have showGrids in its props interface. It is showing red like it does not exist.
Did anyone find the answer? For me I have the inverse problem - The server expects jsZip in base64 format and I want to create that in Java - can...
For those of you who have the same problem and are using a recent version of Spring Boot this fixes the problem: @Configuration public class IpfsConfig { @Bean( destroyMethod =...