29 Matching Annotations
  1. Jul 2023
  2. capture2text.sourceforge.net capture2text.sourceforge.net
    1. [[Capture2Text]] is a [[OCR]] tool I found when looking for a way to copy text from a screen even though the text isn't selectable (like for screenshots and certain info on Windows). It's also open-source.

  3. Jun 2023
    1. Error opening file for writing: mpv.exe Anki Desktop

      Ran into the same issue when reinstalling Anki. The solution was (as dae suggested) to use Task Manager to close mpv under "Background processes".

      Afterwards, the Anki Setup program ran without issue.

  4. Mar 2023
    1. Installing Spinning Up

      Troubleshooting in March 2023 on an M2 Mac:

      1. I could only get tensorflow 2 running on my M2 Mac, not tensorflow 1 like the setup.py file requires. To do so, I changed the dep from tensorflow to tensorflow-macos and removed the version constraint.

      2. I also removed the version constraint for torch.

      3. I then also had to change how tensorflow is imported e.g. in run.py:

      import tensorflow.compat.v1 as tf tf.disable_v2_behavior()

      By making these changes, I was able to successfully run the installtest.

  5. Dec 2022
    1. simonhong commented Dec 11, 2020 @pitsi That homepage option is related with below homepage option. If homepage is configured, new tab will show that url. Loading local html file in new tab is not supported.

      I came here looking for a way to change the default New Tab Page in Brave to open up to my Hypothes.is bookmarks.

      This was passage was only part of the solution. The full solution is as follows: 1. Go to Settings > Appearances - brave://settings/appearance 2. Under "Show home button", select website you want to open as New Tab Page 3. Go to Settings > New Tab Page - brave://settings/newTab 4. Change from "Dashboard" to "Homepage"

    1. I came here after reading a couple articles (one on Super User & one on MS's help forums) recommending X-Mouse Button Control as a general way to disable back buttons on mice.

      Note: this doesn't seem to work on Windows 11 for Microsoft USB IntelliMouse Optical.

  6. Nov 2022
    1. I came to this page looking for a way to disable news stories in Windows 11 Widgets. I attempted one of the solutions (Disable Interests From Widgets To Turn Off News Feeds) but News recommendations still appeared.

      Since I mainly wanted the Widget enabled for a calendar view, I decided against using Widgets altogether and settled for using the calendar in the notifications bar.

      Another alternative I considered was to have 4 static Widgets pinned to obscure any news articles in the feed. However, unless one uses the insider Windows 11 build 25211 or later, Widget display will pop up from mouse hovering.

    1. anditails · 1 yr. agoDell Pro Support Engineer (3rd party)You don't need Support Assist on Windows 11. Enable the "Optional Updates" and it'll do all the drivers through Windows Update.It's fast, too. Far quicker than Support Assist!

      Someone recommending to avoid using Dell SupportAssist on Windows 11. I came across this because I was trying to see if there was a way to update SA in order to ensure the driver iqvw64e.sys was removed. Related to the problem here. Uninstalling SupportAssist resolved the aforementioned problem since recursive file search through C drive failed to find driver iqvw64e.sys

      Based on other comments in this thread, seems like it's best to let Windows Update handle the drivers. Will no longer use Dell SA and will utilize "Optional Updates" to handle drivers

      Currently, the only perceived benefit from SA is automating support tickets submissions if product is under warranty. Last IT support experience with Dell was positive (they did the best they could), but they didn't know much about sys admin stuff on Windows (weren't very helpful in resolving issue without losing all files and installed software).

    1. The correct answer here is to uninstall the intel network driver completely because it is not supported anymore. Support Information for Intel® PROSet and Intel® Advanced...Let Kernel isolation on. saying home users should not care about safety is just a stupid way of thinking. installing bad drivers is a way to spread malware with ease. This should be the "marked solution" to this thread.And I would also add a link to the Intel® Driver & Support Assistant (Intel® DSA) to easily install the latest official driver. Thank you BjornVermeulen for pointing out the support info from Intel.

      I came here looking for a way to resolve an error "A driver cannot load on this device" for the driver "iqvw64e.sys". This error popped up after I enabled "memory integrity" in Windows 11.

      Note that "some malware camouflages itself as iqvw64e.sys" source.

      This driver is associated with Intel network connections software, and gets removed by uninstalling the software per this reddit comment in r/sysadmin. This error is probably because Intel won't support Intel PROSet & Intel Advanced Network Services on Windows 11. The driver is likely a holdover from my Windows 10 OS before I upgraded it to Windows 11. The driver is probably unneeded since other Intel drivers are available .

      The accepted answer in this Microsoft Q&A forum seems silly (just disable memory integrity), so I kept reading and found the highlighted response which quoted a more sensible answer (get rid of bad drivers). Later in the replies, someone asks what's the most efficient way to remove the driver and someone else states

      I found the solution to this problem. After digging for the source of this file, I came across this article. File.net description of iqvw64e.sys. According to the article, this driver can be removed by uninstalling "Intel(R) Network Connections". Sure enough, I went to Control Panel, uninstalled the recommended app, rebooted, and voila! No more error. As for the value of that application, I have no idea. I am however happy to be rid of this error.

      This didn't work for my case since "Intel(R) Network Connections" wasn't installed. Couldn't find iqvw64e.sys in the expected location of C:\Windows\System32\drivers. May have been removed after memory integrity enabled?

      Presently looks like non-issue and can disregard warning in the future

    1. You can do searches that exclude certain labels. That is, searches like this will do what you expect: (label:MyLabel1 AND NOT label:inbox AND NOT label:MyBadLabel1) That search will show you only messages that: Do have MyLabel1 And do not have label inbox And do not have label MyBadLabel1 The tricks are: to get yourself out of conversation mode! (As @Ruben says above.) to use UPPER CASE for the logic operators (AND NOT will work, and not won't) If you leave "conversation mode" on, you will get confusing results. For example, doing that search above (with conversation mode on), will likely return messages that do NOT match your search. It may be a bit weird. Here's the deal: Conversations are collections of messages that all have the same Subject. When "conversation mode" is on, searches return entire conversations as results. So what should gmail search do if a conversation contains both a message that matches, and a message that does not match your search? You are probably expecting it to return conversations only if all messages in that conversation match. But that is not correct. Instead, Gmail search will return conversations even if only a single message in that conversation matches. So that means that if you do the same search above with "conversation mode" on, the results are likely to include messages that do not match your search!

      I came here looking for a way to exclude certain emails from searches in Gmail. I was trying to make sure some emails that were archived don't show up, and this approach works (but the Boolean operators must be capitalized):

      (label:label_I_want AND NOT label:label_I_dont)

      If the unwanted label msgs are a part of a conversation thread containing the wanted msgs, then I'll need to turn this off first:

      Go to the main Settings page, look for the “Conversation View” section, select the option to turn it off, and save changes. If you change your mind, you can always go back. source

    1. Testing if Google Chrome can make annotations on this Auto Hotkey documentation page.

      It (and Brave) can't make highlights or annotations for some reason. The prompt doesn't appear when text is highlighted, why is this? Is there a way to force the prompt to appear?

    2. Page: Escape Sequences

      I was looking for documentation on escaped characters.

      This was because Auto Hotkey threw an error when I used <%* %> as an option for the text insert script. It said the illegal character was * but really what was happening was that the unquoted text %* % was treated like a variable since % is used to enclose variables in Auto Hotkey. The solution was to escape the percent sign with one left back tick.

    1. Kevin Flowers Nov 7th at 12:50 PM# Question about repliesForgive me a bit if this is the wrong place to ask, but is the feature of having Hypothes.is list replies somewhere on the roadmap?  I checked the github issues with "label:enhancement" but nothing matches what I'm wondering aboutI could be missing something obvious, but when I search my username in https://hypothes.is/users, none of the replies I've made on other people's public annotations show up# Use casesSometimes people have insightful observations and references they provide, so I tend to reply to those annotations with tags that I use to sort through (eg, tags like "to read", "how to", "tutorial", and so forth)I also tend to make comments on what the OP's annotation made me think of at the time of reading it which is exemplified in the attached screenshotimage.png 9 repliesMichael DiRoberts  7 days ago@Kevin Flowers You’re right, the Activity Page (https://hypothes.is) doesn’t show replies. The Notebook, which will be built out more with time, does.https://web.hypothes.is/help/how-to-preview-the-hypothesis-notebook/HypothesisHow to Preview the Hypothesis Notebook : HypothesisHypothesis has released an early preview of Notebook, which enables you to view, search for, and filter annotations. While this tool is available in both the LMS and web apps, it is designed to bring much-needed functionality to our LMS users. This initial release contains some basic features we have planned to include in the […]Est. reading time2 minutes1Michael DiRoberts  7 days agoI hope Notebook solves the issue for you! For now it’s going to work on private groups and not the Public group (due to it having a limit of 5,000 annotations), though that may change in the future.Michael DiRoberts  7 days agoIf you’re comfortable using APIs then you might check out our API as well: https://h.readthedocs.io/en/latest/api-reference/v1/.You can find replies by looking at rows that contain references.Kevin Flowers  7 days agoOh, the Notebook seems like a neat tool, I'll have to share that with some friendsKevin Flowers  7 days agoThe issue for my own PKM (personal knowledge management) stack is that I couple Hypothes.is with an Obsidian [1] plugin that imports my annotations into my local file system.  Atm, I think the plugin only references the Activity Page to import annotations, so it looks like I'll have to play around with the API you mentioned if I want to grab my replies (along with their parent replies & annotations)[1] Obsidian is a notetaking software similar to Roam & Logseq; it just adds a pretty GUI on top of .md files which are stored locallyMichael DiRoberts  7 days agoNote that the Obsidian plugin wasn’t made by us, so I’m not familiar with how it works. It’s a little weird to me that it would work over the activity page and not use our API, however.Brian Cordan Young  7 days ago@Kevin Flowers Do you have, or have you considered, blogging about your use of Hypothesis as a part of a PKM?I’m still not a regular user of Hypothesis because it doesn’t fit in to my current info consumption well enough. That said I love learning how others do fit it in.(Obsidian is really great too) (edited) Kevin Flowers  7 days ago@Michael DiRoberts ah, you're right, thanks for mentioning that.   Looks like it requires one to generate an API token in order to pull highlights, so it must be using the Hypothes.is API in some way.  Sadly, I'm not familiar enough with general software development design (or JavaScript/TypeScript), and the source code for obsidian-hypothesis-plugin doesn't have enough high level comments for me to parse what any given file does.  It'll probably be cumbersome and somewhat painful, but I'll probably learn more by just building something from scratch@Brian Cordan Young Huh, I hadn't considered that until you mentioned it.   Recently developed some interest in building something with JavaScript (probably with the Next.js framework), so a blog might be just the project I've been looking forGitHubobsidian-hypothesis-plugin/src at master · weichenw/obsidian-hypothesis-pluginAn Obsidian.md plugin that syncs highlights from Hypothesis. - obsidian-hypothesis-plugin/src at master · weichenw/obsidian-hypothesis-plugin (150 kB)https://github.com/weichenw/obsidian-hypothesis-plugin/tree/master/srcMichael DiRoberts  7 days agoJust in case, or for others in the future, you can generate a Hypothesis API token here: https://hypothes.is/account/developer1

      This is a post I made on the Slack public channel asking about whether or not Hypothes.is indexes replies. A tech support membered confirmed this is true.

      However, Obsidian's Hypothes.is plugin does pull replies. It should be noted that default settings don't capture updates to the annotations or tags.

    1. dsmdavid commented Mar 8, 2021 @tchakabam if you right click on the status bar, do you get many options? Might be worth not showing some of the other options (in my case the line/column was not shown because there were too many options already there) and, after unselecting one:

      Post about status bar in VS Code (visible at bottom of window by default).

      I looked for this since I couldn't figure out the column numbers of where my cursor was in the editor.

      You can toggle this setting by opening command palette and searching "View: Toggle Status Bar Visibility"

      Displays Ln & Col numbers.

    1. Louis Burki 6 months ago (edited) I have make some changes to make it work, because I had a similar error. First, I have add a ":" before the "=" in the Text variable at the beginning of the script. Now it looks like that: "Text:=". Then I have put double quotes around (**your snippets**) so now it looks like this "(***your snippets***)". Then, I also changed the sort line to make it look that: Text:= sort(Text). And now it works as intended. Also, be careful not to remove the pipe symbol in your snippets.

      Someone giving a troubleshooting solution to using Joe Glines' Auto Hotkey script that inserts text from a list of the user's choosing. The problem another user had was including it in their main script file, but this was resolved with Louis Burki's answer

    1. Another Authotkey user here! 😃 On my machine, Mehul's solution with the 1ms delay takes noticeably longer to actually insert some text. I found the following solution which inserts it in a less "chunky" manner. Adjust the 1ms till it works for your setup :) ; This worked ::dx::{Sleep 1}DevExpress ; For longer hotstrings, I needed more ::azerty::{Sleep 60}DevExpress With 250ms pretty much any length of hotstring expanded correctly. I answered this Stackoverflow question with details from this issue. The same bug might have been present in an earlier version of VSCode: microsoft/vscode#1934 They make mention of this commit fixing it. Unfortunately it's a rather large commit :( microsoft/vscode@a1bd50f Commit msg: "Fixes #1168: Read synchronously from textarea" The problem has to do with the backspace remapping. Take the following autohotkey hotstring: ::tada::🎉 This will make typing "tada" followed by one of the "EndingChars" (space, tab, comma, dot, ...) expand to the 🎉 emoji. What you see visually happening on the screen is that Autohotkey does this by first sending a backspace to the editor 4 times (length of hotstring "tada") and then inserts the replacement text (🎉) What happens when this (pretty fantastic) extension is active is that the first x characters get deleted then the replacement text gets inserted and then the remaining (hotstring length - x) characters get deleted. But because the cursor is now at the end of the replacement text... which gets chewed on 😃 I'll have to learn how to debug the IDE itself or always add a {Sleep 250} to my hotstrings...

      Solution to AutoHotkey text replacement bug. Just add sleep parameter. Adding {Sleep 250} should generally work

    2. Page that has some guidance on troubleshooting AutoHotkey issues in VS Code.

  7. Apr 2022
    1. Use with caution!

      Using regular expression in this way might cause "Elasticsearch exception [type=search_phase_execution_exception, reason=all shards failed]", especially when together with "query?scroll=1m"

  8. May 2020
    1. Sometimes plugins can conflict with a theme or with each other.  Disable all your plugins and see if the problem persists. If everything is working once the plugins were disabled it means there's a conflict with a plugin or maybe even a set of plugins. Enable the plugins one by one to identify the one that is creating the conflict.
    1. Right click on the /wp-content/plugins folder and rename it plugins.old. This will deactivate all of the plugins. In most cases, this will also lock the WordPress admin area as well.  You will still be able to perform these steps from within the File Manager.Reactivate the plugins folder by following the above instructions and renaming the folder plugins. This will allow you to reactivate each plugin individually to isolate the offending plugin and resolve the 500 Internal Server Error.  This should also allow access to the WordPress Dashboard again. From the WordPress Dashboard: Reactivate each plugin (one at a time) and refresh the website to see if the issue has been resolved.
  9. Jun 2019
  10. May 2019
    1. There are several factors that contribute to the quality of Video and Audio when using Zoom:Bandwidth of the wireless network connected to the Tablet/KubiBandwidth of the remote participant connecting to the KubiQuality of connection between the remote participant and the KubiIn attempting to find out where the bottleneck may reside, it is important to try these steps:For the device paired with the Kubi:Completely turn off and turn on the tablet.Visit http://www.speedtest.net/ and test the speed of your internet connection.  If you see at least 3.0 mbps on the test, you should be experiencing good quality A/V.  If less, your performance may be degraded.Review the Zoom System Requirements.  Typically meetings require 1-2 mbps for high quality sessions.Even if speeds are high, other factors such as internet sharing or streaming services (YouTube, Netflix, other video conferencing software, etc.) running in parallel on the same network can degrade performance.  DSL is especially subject to degraded performance because of its limited bandwidth.For the computer or tablet remotely connecting to the Kubi:Completely turn off and turn on the tablet.Visit http://www.speedtest.net/ and test the speed of your internet connection.  If you see at least 3.0 mbps on the test, you should be experiencing good quality A/V.  If less, your performance may be degraded.Review the Zoom System Requirements.  Typically meetings require 1-2 mbps for high quality sessions.Even if speeds are high, other factors such as internet sharing or streaming services (YouTube, Netflix, other video conferencing software, etc.) running in parallel on the same network can degrade performance.  DSL is especially subject to degraded performance because of its limited bandwidth.If you have made sure that both remote and Kubi networks have good-quality connections and are still experiencing a loss of Video or Audio quality, please contact us by submitting a ticket so that we may further assist you. zoom video quality audio quality bandwidth connectivity Updated: 19 Sep 2016 06:19 AM Helpful?   Help us to make this article better Send Cancel 0 3 SharexjQuery(document).ready(function(){ SupportUI.CPBrowserTitle.modify( jQuery("#solutionIconTitle").val() ); var selectedTopicId = jQuery("#solutionTitle").data("selectedtopicid"); PortalSolutionTree.selectExactTopicId(selectedTopicId); constructTOC.loadData(); eventForImgPreview(); }); PortalSolutionTree.alluseraccessarticlescount = jQuery.parseJSON('{"41547000000991007":6,"41547000000748947":3,"41547000000731926":5,"41547000000748949":2,"41547000000731930":1,"41547000000731928":12,"41547000000738207":2,"41547000000738205":1,"41547000000734019":3,"41547000000740706":1,"41547000000738209":2,"41547000000734021":3,"41547000000740709":1,"41547000000729833":16}');//NO OUTPUTENCODING PortalSolutionTree.entireTopicsData = jQuery.parseJSON('\x5B\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A0,\x22TOPIC\x22\x3A\x221\x20\x2D\x20Kubi\x20General\x20FAQ\x22,\x22DEP_ID\x22\x3A\x2241547000000728673\x22,\x22ORDER\x22\x3A1,\x22DESCRIPTION\x22\x3A\x22Frequently\x20asked\x20questions\x20about\x20our\x20collection\x20of\x20Kubi\x20products.\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dgeneral\x2Dfaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fafb79826c6ce2b4c0b498ee34174141d\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f2642e7f6e4b2fa6e0b498ee34174141d\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000729833\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D,\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A0,\x22TOPIC\x22\x3A\x222\x20\x2D\x20Kubi\x20Hardware\x22,\x22CHILD\x22\x3A\x5B\x7B\x22DEP_ID\x22\x3A\x2241547000000737045\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A1,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f27e90493c08e6902e612657a51fd5fbe\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Drobot\x2Ffaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f27e90493c08e6902f3148ec5bcd90913\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f174aba13e9c5ccdfe612657a51fd5fbe\x22,\x22TOPIC\x22\x3A\x22FAQ\x22,\x22TOPIC_ID\x22\x3A\x2241547000000738207\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000738205\x22\x7D,\x7B\x22DEP_ID\x22\x3A\x2241547000000737045\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A2,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f27e90493c08e6902e612657a51fd5fbe\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Drobot\x2Fknown\x2Dissues\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f27e90493c08e69021667d9c06fa8aae2\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f174aba13e9c5ccdfe612657a51fd5fbe\x22,\x22TOPIC\x22\x3A\x22Known\x20Issues\x22,\x22TOPIC_ID\x22\x3A\x2241547000000738209\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000738205\x22\x7D\x5D,\x22DEP_ID\x22\x3A\x2241547000000737045\x22,\x22ORDER\x22\x3A2,\x22DESCRIPTION\x22\x3A\x22Support\x20for\x20the\x20little\x20robot\x20itself\x21\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Drobot\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f27e90493c08e6902e612657a51fd5fbe\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f174aba13e9c5ccdfe612657a51fd5fbe\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000738205\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D,\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A3,\x22TOPIC\x22\x3A\x223\x20\x2D\x20Kubi\x20Video\x22,\x22CHILD\x22\x3A\x5B\x7B\x22DEP_ID\x22\x3A\x2241547000000730766\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A1,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f5c8640e3d5c80bbf25956e0968c1813a\x22,\x22SORT_BY\x22\x3A3,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dvideo\x2Dfaq\x2Ffaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f5c8640e3d5c80bbf83f3768859c3ef35\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fad7d7666148bc12425956e0968c1813a\x22,\x22TOPIC\x22\x3A\x22FAQ\x22,\x22TOPIC_ID\x22\x3A\x2241547000000731928\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000731926\x22\x7D,\x7B\x22DEP_ID\x22\x3A\x2241547000000730766\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A2,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f5c8640e3d5c80bbf25956e0968c1813a\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dvideo\x2Dfaq\x2Fknown\x2Dissues\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fba8161c37f90c7b649d4ce7134ae0ae3\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fad7d7666148bc12425956e0968c1813a\x22,\x22TOPIC\x22\x3A\x22Known\x20Issues\x22,\x22TOPIC_ID\x22\x3A\x2241547000000731930\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000731926\x22\x7D\x5D,\x22DEP_ID\x22\x3A\x2241547000000730766\x22,\x22ORDER\x22\x3A3,\x22DESCRIPTION\x22\x3A\x22Support\x20for\x20our\x20native\x20iOS\x20and\x20web\x20app.\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dvideo\x2Dfaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f5c8640e3d5c80bbf25956e0968c1813a\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fad7d7666148bc12425956e0968c1813a\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000731926\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D,\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A0,\x22TOPIC\x22\x3A\x224\x20\x2D\x20Zoom\x20on\x20Kubi\x22,\x22CHILD\x22\x3A\x5B\x7B\x22DEP_ID\x22\x3A\x2241547000000732859\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A1,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6fc98de15ab885bbb01667d9c06fa8aae2\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fzoom\x2Don\x2Dkubi\x2Fgetting\x2Dstarted\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fc324957e8a47f57cf3148ec5bcd90913\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fd07dfb13a90aac431667d9c06fa8aae2\x22,\x22TOPIC\x22\x3A\x221.\x20Getting\x20Started\x22,\x22TOPIC_ID\x22\x3A\x2241547000000991007\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000734019\x22\x7D,\x7B\x22DEP_ID\x22\x3A\x2241547000000732859\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A2,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6fc98de15ab885bbb01667d9c06fa8aae2\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fzoom\x2Don\x2Dkubi\x2Ffaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f94c06c882d6a031d42acf79f93f757e8\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fd07dfb13a90aac431667d9c06fa8aae2\x22,\x22TOPIC\x22\x3A\x222.\x20FAQ\x22,\x22TOPIC_ID\x22\x3A\x2241547000000734021\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000734019\x22\x7D\x5D,\x22DEP_ID\x22\x3A\x2241547000000732859\x22,\x22ORDER\x22\x3A4,\x22DESCRIPTION\x22\x3A\x22Support\x20for\x20our\x20Zoom\x20integration.\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fzoom\x2Don\x2Dkubi\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fc98de15ab885bbb01667d9c06fa8aae2\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6fd07dfb13a90aac431667d9c06fa8aae2\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000734019\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D,\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A0,\x22TOPIC\x22\x3A\x226\x20\x2D\x20Kubi\x20Control\x22,\x22CHILD\x22\x3A\x5B\x7B\x22DEP_ID\x22\x3A\x2241547000000745787\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A1,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6fe88b19400b71e3f3f3148ec5bcd90913\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dcontrol\x2Ffaq\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fe88b19400b71e3f31667d9c06fa8aae2\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f88882ea814887c05f3148ec5bcd90913\x22,\x22TOPIC\x22\x3A\x22FAQ\x22,\x22TOPIC_ID\x22\x3A\x2241547000000748949\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000748947\x22\x7D\x5D,\x22DEP_ID\x22\x3A\x2241547000000745787\x22,\x22ORDER\x22\x3A6,\x22DESCRIPTION\x22\x3A\x22Application\x20for\x20controlling\x20Kubi\x20alongside\x20your\x20own\x20video\x20chat\x20app.\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fkubi\x2Dcontrol\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6fe88b19400b71e3f3f3148ec5bcd90913\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f88882ea814887c05f3148ec5bcd90913\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000748947\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D,\x7B\x22ISVISIBLEINCP\x22\x3Atrue,\x22SORT_BY\x22\x3A0,\x22TOPIC\x22\x3A\x227\x20\x2D\x20Other\x20Kubi\x20Apps\x22,\x22CHILD\x22\x3A\x5B\x7B\x22DEP_ID\x22\x3A\x2241547000000739138\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A1,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f3fefdb9806a0f05c83f3768859c3ef35\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fother\x2Dkubi\x2Dapps\x2Fkubi\x2Danimate\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6ff282916ed07bc82d25956e0968c1813a\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f4a2a30bc43a5a0ce83f3768859c3ef35\x22,\x22TOPIC\x22\x3A\x22Kubi\x20Animate\x22,\x22TOPIC_ID\x22\x3A\x2241547000000740706\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000740298\x22\x7D,\x7B\x22DEP_ID\x22\x3A\x2241547000000739138\x22,\x22ISVISIBLEINCP\x22\x3Atrue,\x22ORDER\x22\x3A2,\x22EPARENT_TOPIC_ID\x22\x3A\x22be21b901dfbb5d6f3fefdb9806a0f05c83f3768859c3ef35\x22,\x22SORT_BY\x22\x3A0,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fother\x2Dkubi\x2Dapps\x2Fkubi\x2Dlocal\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6ff282916ed07bc82d1667d9c06fa8aae2\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f4a2a30bc43a5a0ce83f3768859c3ef35\x22,\x22TOPIC\x22\x3A\x22Kubi\x20Local\x22,\x22TOPIC_ID\x22\x3A\x2241547000000740709\x22,\x22DEPTH\x22\x3A2,\x22PARENT_TOPIC_ID\x22\x3A\x2241547000000740298\x22\x7D\x5D,\x22DEP_ID\x22\x3A\x2241547000000739138\x22,\x22ORDER\x22\x3A7,\x22DESCRIPTION\x22\x3A\x22Support\x20for\x20our\x20other\x20apps\x20such\x20as\x20Kubi\x20Control,\x20Kubi\x20Animate,\x20and\x20Kubi\x20Local.\x22,\x22ARTICLE_VIEW_TYPE\x22\x3A1,\x22TOPIC_NICEURL\x22\x3A\x22\x2Fkb\x2Fother\x2Dkubi\x2Dapps\x22,\x22ETOPIC_ID\x22\x3A\x22be21b901dfbb5d6f3fefdb9806a0f05c83f3768859c3ef35\x22,\x22EDEP_ID\x22\x3A\x22be21b901dfbb5d6f4a2a30bc43a5a0ce83f3768859c3ef35\x22,\x22IS_REVIEW_ON\x22\x3Afalse,\x22TOPIC_ID\x22\x3A\x2241547000000740298\x22,\x22DEPTH\x22\x3A1,\x22REVIEWOWNERS\x22\x3A\x5B\x5D\x7D\x5D'); PortalSolutionTree.countJson.depCount = []; PortalSolutionTree.countJson.topicCount= []; PortalSolutionTree.searchString = ""; PortalSolutionTree.filterTopicId = 'be21b901dfbb5d6fc324957e8a47f57cf3148ec5bcd90913'; PortalSolutionTree.filterByTag=""; jQuery(document).ready(function (){ PortalSolutionTree.reset(); PortalSolutionTree.init(); }); CP_AutoSugg_Search.disableSearch = false; CP_AutoSugg_Search.searchContFocusOut(); if(jQuery("#middle_container").data("deptListViewOpt") == false) { jQuery("#sticky-cmlogo").animate({ width: "toggle" }); } jQuery("body").css("overflow", "scroll"); Help Desk Software  by Zoho Desk

      Zoom video quality depends on bandwidth

    1. If you are using Arch, use this command to enable support to run unprivileged containers for the current session: sysctl kernel.unprivileged_userns_clone=1

      The above code solved the problem. The problem was that, every time I opened Brave browser, it showed an error message, unsupported command-line flag: -no-sandbox

    1. Note: A problematic Portable Document Format (PDF) content type

      I set Firefox to open PDF files. When I tried to open PDFs, Firefox repeatedly opened empty tabs. I had to open preferences and click 'preview pdfs in firefox' rather than open pdfs in firefox.

  11. Feb 2019
  12. Apr 2017