johanrd

Results 93 comments of johanrd

@mkszepp Thanks! In my case was the .yaml setup that I needed to tackle: I've got (single file) `.yaml` to work now with help of [vite-plugin-yaml](https://github.com/Modyfi/vite-plugin-yaml): in vite.config.js: ```diff …...

An update after having this in production for a while: Because of dangling references to missing translation files after deploy, I started getting errors of the type `Cannot read properties...

I have made a draft proposal here: https://github.com/johanrd/proposal-intl-energy-units @kalebpace @em1382 @sffc yes! As I understand the process, we would need to attract a TC39 champion for this. Anyone in mind?

> This proposal would then become an official TC39 proposal, then we’d write the spec text, which wouldn’t be too big – add a few things to the sanctioned items...

Yes, I've also stumbled upon this. For later reference (after bisecting) the bureaucratic need to safeguard against existingListRef being a `Reference` starts popping when upgrading from apollo client `v3.7.0` to...

@DmitryMasley Yes, I very much agree that needing to care for the possible Reference return type is a big pain – it really feels like I'm working against the grain....

@jerelmiller thanks for a good explanation of the new generic of cache.modify. Are there any best practice for adding a new node as part of an edge in a connection?...

Dropping a note here that most of the links in the current [docs of Package @warp-drive/schema-record](https://emberjs.github.io/data/#/ember-data/release/modules/@warp-drive%2Fschema-record) are leading to `Site not found`: See e.g. the links to [associated cache](https://emberjs.github.io/classes/%3CInterface%3E%20Cache), [Requests](https://emberjs.github.io/modules/@ember-data%2Frequest)...

Yeah, but also: Switching to using the Popover API for the Menu component _to a large degree removes the need for the menu component in the first place._ It would...

> For floating, you kinda _have_ to use a component for now though, because you need to anchor the floater to something (usually a button) yes, but also no! :)...