Roberto Polli

Results 390 comments of Roberto Polli

Note: brand icons are accessible via the `fab:` prefix, as shown in the docs, e.g. `fab:fa-twitter` or `fab:fa-python`

@sidharthv96 yes, that's it. I used https://unicode.org/Public/UNIDATA/Index.txt This is a js package too https://www.npmjs.com/package/unicode (but I never used it).

Same error for the following (simpler) graphs ``` graph TD a-->b1 subgraph b1 b11 end subgraph b11 b111 end b11-->c ``` ### Trace ``` View.669324eb.js:3 view fail TypeError: Cannot read...

Example diagram ```mermaid flowchart TD subgraph DSOMM A((Activity)) I((Implemen\ntation)) R((Reference)) end A --->|has| I & R subgraph ISO27001 isoControl((Control)) end R -.->|is| isoControl I -.->|is| githubRepo((github\nrepository)) subgraph SAMM2 sammActivity((Activity)) end...

@wurstbrot wdyt? I think the point is not the product, but the practice...

@wurstbrot My2¢ - remove SMS since it's insecure. - TOTP is subject to fishing since it [relies on user input](https://breakdev.org/evilginx-2-next-generation-of-phishing-2fa-tokens/) Google recently gifted python package maintainers of ~4000 couples of...

Hi @0x41head and @wurstbrot. WDYT about this kind of panel? The current behavior (click on Activity changes webpage) is not very intuitive to me :)

Not sure. What if all the text appear in a separate panel above the heat map? I don't need the heat map to select the activities.

I think something like `esc` button when you're done clicking. I usually take some minutes before switching between the various heatmap cells.