hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.09k stars 2.76k forks source link

Current console font 'Gudea' leaves ambiguity between capital 'O' and Zero #5095

Open hmshwt opened 4 years ago

hmshwt commented 4 years ago

It is evident from the following image that distinguishing between the glyphs for capital 'O' and number zero can be tricky at times. The same two characters are easily distinguishable when using the mono font 'Menlo'

image

Using a mono font on the console would offer a better developer experience.

Screenshot captured on: OS: Ubuntu 18.04.4 Browser: Firefox 77.0.1

Achudh commented 2 years ago

I am facing a similar issue when it comes to apostrophe especially single quotes

' and ’

These two apostrophes are of different font so when i'm try to query using the where condition "_eq" the result is not as expected

@coco98 @rikinsk @martin-hasura @vaishnavigvs @hmshwt