Zhu Liang
Zhu Liang
Also I am not sure where you got the user name and email for the GitHub action bot. I use the following for my repos: ``` git config --global user.email...
Hi. I would prefer to not have categories with only one item. Please change the categories to an existing one.
I mean `Persist & Rehydration Library` and `Carousel Library`. They are unnecessarily specific, with only one item for the category.
Hi. Is the Umami team accepting PRs for this feature? I would like to add Query parameters as a filter to website overview page.
Well this has just became a problem again after upgrading Expo SDK to 48 and React Native to `0.71.8`, where HMR doesn't seem to work as expected and the whole...
To make it dot: ```css .toc .toc-item::marker { content: '·'; font-weight: bold; } ```
I had the same problem when running code from https://github.com/tensorflow/tfjs-examples/tree/master/lstm-text-generation. Can be resolved by using `parcel build --no-scope-hoist`
Taking a look at the code (I worked on it before), it seems to require some other libraries like `expo-asset` to work: https://github.com/tensorflow/tfjs/blob/master/tfjs-react-native/src/bundle_resource_io.ts If you are not using expo, you...
Hi everyone, I haven't used this library recently, but this error is usually a sign that your native modules are not loaded. This could happen if you use expo go,...
For usage with https://www.npmjs.com/package/patch-package Create file `patches/@electron+notarize+2.3.2.patch` with following content: ```diff diff --git a/node_modules/@electron/notarize/lib/check-signature.js b/node_modules/@electron/notarize/lib/check-signature.js index 324568a..c3d65f8 100644 --- a/node_modules/@electron/notarize/lib/check-signature.js +++ b/node_modules/@electron/notarize/lib/check-signature.js @@ -41,16 +41,14 @@ const spawn_1 = require("./spawn");...