Results 20 comments of designervoid

@vitata78 try this one https://github.com/ffi/ffi/issues/844#issuecomment-733957054

solved the problem by enabling third party cookies in safari. here is a helpful article about [it](https://akohubteam.medium.com/how-to-enable-first-party-cookies-on-your-browsers-f9a8143b8cc5)

with `vite` and `vue3` (with typescript) working import like that: ```ts import { createApp } from "vue"; import App from "./App.vue"; import Antd from "ant-design-vue"; import "ant-design-vue/dist/antd.css"; const app =...

Try to download node package from pull request. https://stackoverflow.com/questions/33181297/npm-install-from-github-pull-request - how to download from pull request https://github.com/sbycrosz/react-native-credit-card-input/pull/170 - pull request with that fix

https://github.com/sbycrosz/react-native-credit-card-input/issues/185#issuecomment-753360922

@mayursarode4 i think disable warnings is bad practice. in your example you are disabling global yellow box, nope?

tried updating to the latest version (macOS BigSur 11.3.1). also removed the package `idb-companion`: ```zsh designervoid@user idb % brew uninstall idb-companion Uninstalling /usr/local/Cellar/idb-companion/1.1.2... (222 files, 22.3MB) ``` and installed again:...

also information about `idb-companion`: ```zsh designervoid@user idb % ls -l `which idb_companion` lrwxr-xr-x 1 designervoid admin 47 20 may 21:35 /usr/local/bin/idb_companion -> ../Cellar/idb-companion/1.1.2/bin/idb_companion ```

Also tried build from source in `XCode`: ![image](https://user-images.githubusercontent.com/43455658/119039304-c5e45d80-b9bc-11eb-9e25-20655734362f.png)

``` /Users/designervoid/Desktop/tests/idb/idb_companion/Server/FBIDBServiceHandler.mm:100:14: error: no matching member function for call to 'set_data' payload->set_data(buffer, size); ~~~~~~~~~^~~~~~~~ In file included from /Users/designervoid/Desktop/tests/idb/idb_companion/Server/FBIDBServiceHandler.mm:10: In file included from /Users/designervoid/Library/Developer/Xcode/DerivedData/idb_companion-azrywzqdgdfzqhfuhgnzcgijymvs/Build/Products/Debug/idbGRPC/idb.grpc.pb.h:14: /Users/designervoid/Library/Developer/Xcode/DerivedData/idb_companion-azrywzqdgdfzqhfuhgnzcgijymvs/Build/Products/Debug/idbGRPC/idb.pb.h:21438:22: note: candidate template ignored: substitution...