Jess Archer

Results 28 comments of Jess Archer

> Why would you expect the type to be both listed before and after? The type that's listed before is the database column type, the type that's listed after is...

> I feel not having this feels incomplete, if the information is there why not use it? If the purpose of this command as a whole is to display info...

I would really appreciate this as well. I use a lot of CSS utility classes in HTML-like documents (e.g. `class="text-red-700 bg-gray-200`) and having the color names highlighted in that situation...

I appreciate the response! Yeah I guess technically it probably is a bug for that specific example. I just assumed it was a Vim quirk or limitation and that making...

I think the issue has something to do with https://fvsch.com/transparent-iframes If I add the following to `src/console/index.html` then it seems to make the iframe transparent again, however, it's briefly still...

> @jessarcher Thanks for sharing that article, it would seem that is precicely the issue. As a Firefox user, and as the article suggests, I may be stuck until Firefox...

> I think the trick might be getting the iframe to detect the `color-scheme` of the parent page and then setting its own `color-scheme` to the same value so that...

For anyone that wants to try this, you can build my branch as follows. You will need Git, Node, Yarn, and a [Firefox edition that supports unsigned addons](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users). **Make sure...

The problem with always fetching the `errors` is that sometimes you might not want that. For example, if you just wanted to reload `employees` while maintaining the existing error state....

Wouldn't it be cleaner to make `MyCustomButton` wrap the `Link` component so that you don't need two imports when using it? The button component could conditionally render a `Link` or...