ArkaBASE

Results 7 issues of ArkaBASE

I'm trying to install on a Debian 11 distro with Node 16.13 ``` $ yarn add nfc-pcsc yarn add v1.22.17 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4]...

In /lib/index.js line 163 : `const entry = _.omit(data, '_id');` the _.omit method only works on single object, so when trying to update multiple entries with null id and an...

Hi guys, I encounter a strange issue with the Kitty interface on different computers, one on Win 10 and the other on Win 11. Some buttons are displayed on Win...

In **service.js** (line 104) method _getQueryModifier is applied to mongoose query q : `this._getQueryModifier(params)(q, params);` but when pagination is active (lines 124+), a new query is used to count the...

I want to use the plugin to auth users from a wordpress site. The cookie is created on the wordpress side, and I can see it in my domain cookies...

NodeBB v3.7.0 Logged in with admin user. When I click on logout at the bottom of the admin menu I am redirected to the forum homepage but still logged in....

Hi, I just installed the package in a fresh RN app and when I start the project the app can't find the react-native-webview module. I tried to delete node_modules and...