Patrick Klitzke
Patrick Klitzke
Hi, i am using multiple package.json in react native and i was wondering whether its currently possible to use the package name instead of the the local path when import-js...
### Description I run `make docgen` and it deletes documentation. ### Neovim version ```markdown NVIM v0.9.1 │ Build type: Release │ LuaJIT 2.1.0-beta3 ``` ### Operating system and version macOS...
This commit resolves #2685. Adds documentation for the option default_text to all functions that include it. # Description Please include a summary of the change and which issue is fixed....
### Description ``` The default_text option for find_files is not documented. This option is very useful for me to search by filtering using fzf extension: function FilterLua() builtin.find_files({ default_text =...
Hi, i was wondering if the tool is still maintained?
I am getting the following error and i am pretty sure its due to this plugin:
I dont think you support yet more then one subscriber, i need this feature and will do a pull request for this. I think for this purpose the subscriberview should...
I am using pod and include the package and get the following error: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RCTImageLoader", referenced from: objc-class-ref in libActivityView.a(ActivityView.o) ld: symbol(s) not found for architecture...
Hi, i needed the connection data when a subscriber connects to know who is who ( i have up to 4 subscriber). Unfortunately the api needs to be changed from...
I try to listen do subscriberDidDisconnect, but it never gets called, even if some other app that is connected gets closed. I wonder what i am doing wrong? I belive...