Joe Lencioni
Joe Lencioni
I have been investigating a bug that occurs when a ClassExpression is using the experimental class properties for propTypes. I am not sure what the best fix for it is...
We have some packages that have some custom propTypes defined in modules in that package itself. For example: ```js import customPropType from '../propTypes/customPropType'; ``` These custom propTypes can also be...
When installing this package via npm, I get the following warning: > npm WARN package.json [email protected] No repository field. Documentation: https://docs.npmjs.com/files/package.json#repository Adding this field to the package.json file should make...
When installing this package via npm, I get the following warning: > npm WARN package.json [email protected] No repository field. Documentation: https://docs.npmjs.com/files/package.json#repository
When I trigger Command-T for the first time in a session, I see this message > Ignoring ffi-1.9.18 because its extensions are not built. Try: gem pristine ffi --version 1.9.18...
In #218 I detailed some troubleshooting I recently did: > I just spent a good amount of time troubleshooting a problem where command-t wasn't allowing me to match on a...
When I fire up Command-T, I never want to open the file that I am currently editing. I think it might be nicer to either not include it in the...
I saw this and got to thinking, what if your notes were searchable via spotlight? https://twitter.com/pnc/status/974842087798640641
Pulling this out from https://github.com/wincent/corpus/issues/39 into its own issue so it can be discussed independently. It would be awesome if corpus allowed me to add images, and then OCRd them...
This plugin removes the `xmlns` attribute from the top-level svg element, which is safe for inline SVGs, which is how all SVGs transformed by this plugin will end up being...