Devin Rhode

Results 293 comments of Devin Rhode

Well first, updatability. Second overall architecture. Do you have any mobile web access for the service? I would try to stick to the standard way of doing things as much...

Then once you have the ember app inside an iframe, use a content script to embed the iframe (this is how tweet/like buttons work)

I'm no longer on the team/project using react bingmaps anymore, but maybe flipping that extra setting is key. If you can't zoom with scrollwheel, as a user, you need the...

Sorry, looks like this form from m. chuang is for adding clustering support. I will comment here if there's other interesting changes.

Looks like @hanzlamateen's fork is the successor to m. chuang's `react-bingmaps-plus` - furthermore, it's renamed to `react-bingmaps-vnext` - located here: https://github.com/hanzlamateen/react-bingmaps All changes here: https://github.com/iniamudhan/react-bingmaps/compare/dev...hanzlamateen:dev mojotech's fork adds support for...

This is also a major issue - getting a reference to the map instance: https://github.com/iniamudhan/react-bingmaps/issues/36

Copying my comment from the other thread: I have googled “qwik web components” a few times now, and for the second time, I am looking at this thread. I would...

I feel like I discovered this psge from RyanSolid https://custom-elements-everywhere.com/ I don't think I see Qwik on this page. This is seriously just a box checking exercise. There's lots of...

Patch-package next itself would probably work. Maybe a postinstall that does a sort-of search and replace - Biome.js uses a nifty library for doing search-and-replace type commands. Although it's probably...

fp-ts has a totally good implementation: https://github.com/gcanti/fp-ts/blob/2.11.9/src/ReadonlyRecord.ts#L249 Could probably just copy it verbatim, it's pretty good.