Harshad Sharma
Harshad Sharma
This works: `%link{rel: 'stylesheet', type: 'text/css', href: '{% static "css/grid.css" %}' }` Note the single quotes hiding the raw django template tag from haml.
5,000 stars! Congratulations :D
+1 I am writing a plugin. ```typescript import '@logseq/libs' import ElizaNode from 'elizanode' async function main() { var eliza = new ElizaNode() logseq.App.registerCommandShortcut({ binding: "ctrl+shift+enter", mode: "global" } , async...
@clach04 I haven't touched this code in years and don't seem to have original source/dir on current machine. Sorry, but I don't think I can be of much help here.
> Warning: Currently, this function does NOT validate server certificates, which makes an SSL connection established prone to man-in-the-middle attacks. https://docs.micropython.org/en/latest/esp8266/library/ussl.html This will work: >>> ss = ussl.wrap_socket(s) But as...