Paolo AI
Paolo AI
Hi @evnaz , will do give me a couple of hours, I am cloning yours on mine and adding the example. Cheers.
Here we go the demo project is here: https://github.com/robomotic/ENSwiftSideMenu You can see how the Menu disappears after the segue transition from ViewController to ViewController3. I also added an unwind segue...
So I made a [commit](https://github.com/robomotic/ENSwiftSideMenu/commit/d423e9d169e3e5ec07c7331fbd4c0f75dd56cf94) in the RightSeque.swift to use the push instead of mode: ``` - let window = UIApplication.sharedApplication().keyWindow - window?.insertSubview(secondVCView, aboveSubview: firstVCView) + //let window = UIApplication.sharedApplication().keyWindow...
Hi there, saw your project from Slack, I am trying to understand how this overlaps with traditional SBOMS. For example let's say I have a web application that runs Scikit...
Yes same situations here, can somebody confirm?
For the people who didn't solve this problem, I have a working version here: https://github.com/robomotic/ENSwiftSideMenu Enjoy!
@evrenesat actually discovered that the code crashes when you use an icon, reported here https://github.com/evnaz/ENSwiftSideMenu/issues/74
Hmm that's strange in my firmware version is the '#' button.
I am running version 3.0.12 and can't figure it out how to drag the link. I tried to drag the spoon.js url on the star symbol on the browser but...
After some digging I also discovered that I can execute the same python code without any problem from the ps:exec shell but the same code from the web application generates...