Flavius Aspra
Flavius Aspra
I just skimmed through the docs, so bear with me: I have two functions, one is cached, and another one might invalidate the cache or some key in it. There's...
I am evaluating pg_chameleon for helping with strangling a project, but this paragraph from the README is not clear: > If the copy process fails for memory error check the...
At first sight this crate does many things I've tried to accomplish in the past 2 years in my free time, so thank you for that. Before I dig in...
MacOS: 10.14.6 vim 8.1 error:
Hi. Sorry, but the screenshot is imperative, and it's not working.
Rings
I think your library is awesome for our production stuff, we've tested it and it gives awesome performance improvements over the alternate `+` operator. However what we're missing is the...
Sample file: ``` int f1(a1); int f1(a1); ``` press `A{` on the first line, you get: ``` int f1(a1){ } int f1(a1); ``` `2j.` will make it: ``` int f1(a1){...
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ffastforumdemo.westeurope.cloudapp.azure.com%2F
According to https://unused-css.com/detect-unused-css?url=http%3A%2F%2Ffastforumdemo.westeurope.cloudapp.azure.com%2F each CSS file has 5-10% CSS selectors not used. Maybe the tool is wrong but it might be worth inspecting once all features are implemented.