MrFoxPro

Results 111 comments of MrFoxPro

This annoys me as well. Is it possible to avoid this using own bot api instance?

> Are you using a universal renderer? Seems like you're trying to render non html elements and additionally you want to override the HTML spec for webcomponents for - to...

> https://stackoverflow.com/questions/22545621/do-custom-elements-require-a-dash-in-their-name Dash in the name is necessary but not enough for browser to treat tag as custom element

I would also like not to have `jsxAttributes.preferSingleLine`, but something like `jsxAttributes.itemsPerLine` with selection of: "single" - one attribute per line "optimal" - place 3-4 attributes per line (maybe it...

I was thinking if we can replace custom Queryable macro with serde::Deserialize and just implement Deserializer for gel protocol.

Also, you can avoid manually writing Queryable types by using https://github.com/ifiokjr/edgedb_codegen

> It looks like it also requires this: > > ``` > "initializationOptions": { > "rustfmt.rangeFormatting.enable": true > }, > ``` > > related issue: [rust-lang/rust-analyzer#17301](https://github.com/rust-lang/rust-analyzer/issues/17301) > > Once they...

I belive it will affect performance, so maybe we can have some kind config flag to enable more consistent approach?