Blair Wilcox

Results 10 issues of Blair Wilcox

**Where in the docs did you come across this?** In the section on Time-Profiling, the author mentions using the Linux tool `perf` to test the results of `cargo bench`. **Describe...

enhancement
help wanted

Hello! I noticed a potential issue in the "Make it Modular" exercise. When importing `readdir` using a named import like this: ```js const { readdir } = require("fs"); const {...

Adds a default lang="en" attribute to the html tags, which was bringing down the accessibility score.

[Homebrew](https://brew.sh/) is a popular package manager for MacOS, and is used to install a lot of other command-line tools. I think it would be really handy to have the option...

I want to use php-reports in a pre-existing project and include it in a subdirectory. I want to be able to access it like this: _**my_project_name**_/libs/php-reports/ I've put it in...

Hello! I was working with this library, and it seems like the "document" that we return from `api.getFileNodes` doesn't reflect the actual data returned: ```ts export interface GetFileNodesResult { name:...

Hello! When I tried cloning and building this locally in a monorepo, I noticed that some of the hard-coded paths were breaking. Hoping this will fix some things so that...

It looks like the ReactPriorityLevel module was removed as of [this commit](https://github.com/facebook/react/commit/8ac9600574dc4b4445b32b2d7bcba3c9c0bed6f1). It looks like at least the link in the pendingWorkPriority section should be updated to reflect that. Is...

On Mac, when I try to create a template, I get the following error: ``` ENOENT: no such file or directory, open '/Users/bwilcox/Library/Application Support/Code/User/FileTemplates/file.scss' ``` I think it's because of...

It would be helpful if we had a better way to simulate the workflow for "importing external styles" ```ts const externalStyle = await figma.importByKeyAsync(key); node.fillStyleId = externalStyle.id ``` I think...