Mia Bennett

Results 9 comments of Mia Bennett

@waghanza How about creating another md file with a table that shows p50, p90, p95, p99 latencies ( sorted by p90 ). Or it might just be time to create...

Yeah, the main reasons people usually want to compile SQLite is to get some feature from a new release or development. The other one is enabling some compile time feature...

@bcardiff I had a bit of a look at how to compile SQLite for static linking and unfortunately, it requires deeper knowledge of c and the build tools than I...

> I'm wondering if the file should be placed in a `doc/` folder for a tidy root directory. @straight-shoota sure, why not. I will move it.

@straight-shoota doc is in `.gitignore`, so is that used for autogenerated stuff? maybe "guides", "tutorials" or go for the full word "documents"?

> Maybe just go with `docs`? that's where `crystal docs` puts auto-generated API docs.

One of the other themes makes some odd text/background colour choices that make some things like the notifications almost unreadable.

Got the same problem on Linux. Font size does nothing. Here's a screenshot with font size set to 30 ![image](https://user-images.githubusercontent.com/12032958/169177613-9a218c82-8375-4bae-ad2a-49b6c110274e.png) and again with it set to 10 ![image](https://user-images.githubusercontent.com/12032958/169177758-3acf9f7c-b885-4370-9a03-8b41c6447509.png)

I can see that font size is set to a fixed pixel size in the CSS file, so I am guessing that just needs to be some variable instead. I...