Rohit Patil

Results 10 comments of Rohit Patil

html-types rather than typings would be better because that's what it will be exporting...

https://stackoverflow.com/questions/56300132/how-to-override-css-prefers-color-scheme-setting#:~:text=You%20can%20use%20my%20custom,with%20classes%20that%20are%20toggled. maybe this can help. im going to try to implement this on my own blog.

@zyedidia i did that already the plugins seem to work that way . The problem is only when using online features of plugin manager like update install and available @dullbananas...

> i believe this was fixed Will update and try, was still facing the issue on latest

facing the same issue with remap of ctrl + escape to ctrl + backtick( ` ), workaround of win + L and unlocking working as of now as mentioned by...

Same error please resolve

i fixed it for now by using insert ... ON CONFLICT DO UPDATE SET keywords = EXCLUDED.keywords still would like to know what is wrong,.

try debugging the query that the client creates, maybe might be helpful to understand if your conditions are correct. ``` debug: ( conn: number, query: string, params: unknown[], paramTypes: unknown[],...

the filter fragments are being generated as promises instead of SQL query fragments. maybe await before the fragments can help?