Steve Taylor

Results 57 comments of Steve Taylor

I recently completed a brief tour of Atlassian as a front-ender and their rather large frontend monorepo, which contains all the Atlaskit packages plus many more internal packages, was my...

Since creating this issue, I've gained a slightly better understanding of Bolt. Dependencies are declared in the root because Bolt uses Yarn to install all hoisted dependencies. So it seems...

Symlinks don't work at all, even when specified from the command line. Both of these fail to serve symlinks: ```sh serve --symlinks ``` ```sh serve -S ```

> FYI. You can use the command line option `--symlinks` as a work around. Sure you can, but `serve` will completely ignore it and not follow symlinks.

> > If you're using TypeScript (or even vscode without it) you can get a bunch of other benefits from this, too: https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html > > Updated link as of 2022:...

Run this and then `bolt`. It'll do what you expect, but be warned: It will modify your package.json files. ```js import {getPackages} from '@manypkg/get-packages' import {writeFile} from 'fs/promises' import path...

> our current philosophy of only making things runes if they absolutely have to be perhaps can be difficult to approach from a user-perspective because it requires a very high...

I'm seeing this on Shaka Player on webOS 4.x. We're actually doing a Shaka POC at the moment and one of the reasons is because we have this exact same...

Svelte really shines in the embedded space, where browsers are quite underpowered and React's virtual DOM overhead would have a very noticeable impact on performance. I haven't tested these, but...

The impact of this integration in its current form is that it makes an entire useful Slack feature (Threads) useless. One of the purposes of building a Slack integration is...