About 50 results
Open links in new tab
  1. persistent - What exactly is persistence? - Stack Overflow

    Jan 13, 2015 · Persistent data structures create new copies of themselves to incorporate changes (all versions are accessible AND modifiable at any time). Persistence in your second example refers to …

  2. Persistent Service Worker in Chrome Extension - Stack Overflow

    Mar 13, 2021 · 124 I need to define my Service Worker as persistent in my Chrome extension because I'm using the webRequest API to intercept some data passed in a form for a specific request, but I …

  3. Path for ChromaDb persistent client - Stack Overflow

    Oct 23, 2023 · I want to setup a ChromaDB to store the embedded text. I'm referencing the following screenshot from an article to setup the ChromaDB with persist_directory: I'm quite confuse on what …

  4. Difference between persistent and non-persistent data

    Feb 18, 2016 · Persistent data is data which you want to be available even after you fully close and restart your app. The three most common ways to safe this data localy is by using …

  5. BAT file to map to network drive without running as admin

    May 8, 2014 · I'm trying to create a .bat file that will map to a network drive when it is clicked (it would be even better if it could connect automatically on login if connected to the network, otherwise do not

  6. What exactly does a "persistent connection" mean?

    Sep 26, 2009 · I read about "HTTP persistent connection" but somehow I don't seem to understand what does persistent mean in this context. Could you'll elaborate?

  7. trouble unpickling a file _pickle.UnpicklingError: A load persistent id ...

    Dec 5, 2023 · trouble unpickling a file _pickle.UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified Ask Question Asked 2 years, 4 months …

  8. Set a persistent environment variable from cmd.exe

    May 5, 2011 · Set a persistent environment variable from cmd.exe Asked 14 years, 11 months ago Modified 2 years, 4 months ago Viewed 233k times

  9. How to deal with persistent storage (e.g. databases) in Docker

    How do people deal with persistent storage for your Docker containers? I am currently using this approach: build the image, e.g. for PostgreSQL, and then start the container with docker run --vol...

  10. What is the difference between a volume and persistent volume?

    Jul 19, 2018 · A persistent volume can't be used anyway by itself, so the fact that it can exist outside the context of a pod does not seem beneficial? The only situation I can think of is a 'persisted' emptyDir - …