Viliam Simko
Viliam Simko
When flexsearch is enabled, it is not possible to edit markdown files and at the same time to see the content being hot-reloaded in the browser. See this issue: https://github.com/gridsome/gridsome/issues/1223
I'm a little bit confused about the "master" vs "gh-pages" branches. Could someone elaborate on this ?
https://github.com/mattburns/exiftool.js/blob/24361008c35ab8434fc21e017687a9e76e0ed3b4/exiftool.js#L678-L680 why not just his ? ```js function imageHasBeenScanned(oImg) { return oImg.imageScanned } ``` same for: https://github.com/mattburns/exiftool.js/blob/24361008c35ab8434fc21e017687a9e76e0ed3b4/exiftool.js#L674-L676
https://github.com/mattburns/exiftool.js/blob/24361008c35ab8434fc21e017687a9e76e0ed3b4/exiftool.js#L25 This should probably be `"undefined"` The value `unknown` seems to be something specific to Internet Explorer. see also https://stackoverflow.com/questions/10982739/typeof-returning-unknown-in-ie
https://github.com/mattburns/exiftool.js/blob/24361008c35ab8434fc21e017687a9e76e0ed3b4/exiftool.js#L762
Here is a async/await wrapper for the `getExifFromLocalFileUsingNodeFs` function. What do you think, is it worth including to the `README.md` file ? ```js /** * @param path * @returns {Promise}...
When using yarn workspaces, the `yarn.lock` file is located in the root folder. If I run `npm-consider install ` inside a nested folder that represents a package in my monorepo...
In file `index.d.ts`: https://github.com/nodefluent/kafka-connect/blob/73d7b50368f86168e1c99b922f5b7f3b0af25aca/index.d.ts#L146 I think the a correct type definition for the `middlewares` field should be: `middlewares: ((req, res, next) => void)[];`
I would like to keep all images together with my components and collect all images into the `assets/` directory using a single command. Correct me if I'm wrong, but currently,...
Currently, the links in `README.md` point to the status of `vsimko/nasadata` repository. If you want the build to be performed on this repo and not on my forked repo, you...