Johan Svensson
Johan Svensson
Have not figured out how to do this yet, but looking at the blockly example (here: https://developers.google.com/blockly/ ) there is a feature in the "Function" block (under "Functions"). A small...
Tried this on "screen 0" instead of "screen 1" that i tried previously. it connects, but shows no image, just a super-tiny black window.
sorry for the spamming! I had the pi set up to boot to console. Changed that to desktop and the block works as excpected. the issue is then rather that...
I'm having the same issues as @benfry. Did the same: cloned the project, opended quicktime and selected the plugin as source camera. Lagging / dropped frames both in the preview...
My use case is currently for CloudFormation templates. Each resource in the template has a type, which contains "Lambda", "ApiGateway", "Role" or some other resource. When the file gets long...
Yes, that's what I'm trying to do. I think the method matchRecursive (https://www.npmjs.com/package/xregexp#xregexpmatchrecursive) might be useful, but not sure how it would fit into the plugin. Adding support for "real"...
I’m on v6.9.5 Is that considered outdated? Having no problem with other plugins and scripts.
Some additional context for non-NX people. Depending on your setup, neither node_modules or package.json exist close to the nextjs/expo project. Both node_modules and package.json might be in the root, where...
I found this thread from the storybook discussion. I think that's probably one of the more apparent use cases. I'd like to add one of my own: In recent projects...
I think I have the same issue. Not sure about the description in the original post, so please correct me if I need to add another issue. Some context for...