Web developers may be familiar with a code-sharing platform like Codepen. This websites allow web developers to share pieces of working code snippets. It is like a social network site but instead of sharing statuses and selfies, we share codes. With SnappySnippet, you can send the codes that you have copied to Codepen, JSFiddle, and JSBin.
Goodmorning,
we are developing a python based product tha use snappy. We are using some gpt command with xml input configuration. Is possible to pass the xml configuration used with gpt to a python function?
Thanks and regards
Michele Spinella
At first I've tried retrieving the original CSS rules (coming from CSS files on the website). Quite amazingly, this is very simple thanks to window.getMatchedCSSRules(), however, it didn't work out well. The problem was that we were taking only a part of the HTML and CSS selectors that were matching in the context of the whole document, which were not matching anymore in the context of an HTML snippet. Since parsing and modifying selectors didn't seem like a good idea, I gave up on this attempt.
760c119bf3