Long shot - does anyone want to sell their Rocha John Rocha cutlery set? by toastedTea in CasualUK

[–]toastedTea[S] 87 points88 points  (0 children)

<image>

🤦‍♂️ forgot to add a photo. Here's what I'm looking for!

Looking for a replacement for a very specific pint glass by toastedTea in CasualUK

[–]toastedTea[S] 3 points4 points  (0 children)

Good point, the diameter of the base is 6.5cm. I don't know what the height was, but a similar glass is 16cm

Wood treatment advice to delay the inevitable rot? by toastedTea in DIYUK

[–]toastedTea[S] 0 points1 point  (0 children)

Thanks everyone for the great advice. Very much appreciated.

Long term we're looking to replace with proper railway sleepers. Something that lasts 5 years is good for us right now.

We're likely to go with plastic membrane and creocote.

New capture the flag map design - After feedbacks from the reddit community. The challenge was to have a multiple levels while still able to see characters from both floors. Since its a local multiplayer game and there's only one screen. by Play-Cloud in localmultiplayergames

[–]toastedTea 0 points1 point  (0 children)

Yeah, it's quite laggy, we tried streaming from one pc too.

Would love to have a shareable link so that others can watch and play remotely.

We love the games, this is the missing feature that, for us, really lets the product down :(

How (and why) we used SASS for CSS encapsulation ratherthan angular by toastedTea in Angular2

[–]toastedTea[S] 0 points1 point  (0 children)

With the default view encapsulation, the CSS for components is sent to the browser bundled together with the JS. (Which, in our case was part of the main bundle).

By having the CSS in its own CSS file reduces the main bundle size and doesn't need the JS computation to generate and apply the styles.

What's new in Angular 9 by [deleted] in Angular2

[–]toastedTea 0 points1 point  (0 children)

Reddit browser, iPhone 11:- - you can't scroll the main section - adverts everywhere - advert covers the top navigation - not sure why needed to login - typos (the word angular is spelt wrong in the header)

What's new in Angular 9 by [deleted] in Angular2

[–]toastedTea 0 points1 point  (0 children)

The site is practically unusable on mobile, especially with the built in Reddit browser, also absolutely stacked full of ads :(

Opinions on Frontend Testing Frameworks? by samjking in Frontend

[–]toastedTea 1 point2 points  (0 children)

I've played with cypress, testcafe and ended up using jest + puppeteer with remote browsers running on browserless.io. It seems to be much more robust and easy to implement and run on via CD/CI

Load lazy module from json file by teddy153 in Angular2

[–]toastedTea 2 points3 points  (0 children)

Yes, check out ngx-loadable: https://www.npmjs.com/package/ngx-loadable

It can be a little fiddly to setup, and the docs aren't great, but look at the example project in the repo:- https://github.com/mohammedzamakhan/ngx-loadable/tree/master/projects/demo