-
Suppose I have a script like this:
```
MySourceFilter()
GenerateSomeFrames(thread=4)
Prefetch(4)
```
I use the C++ API `IScriptEnvironment::Invoke("Import", ...)`to load the script and call `Get…
-
![image](https://user-images.githubusercontent.com/32625059/66395203-66188900-ea09-11e9-8560-9a56804861a8.png)
-
I found the following issue on MetacatUI after upgrading Metacat Solr to 8.11
The following query on the portal metrics page returns a solr error.
>``` https://data.ess-dive.lbl.gov/catalog/d1/m…
-
This article
http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html
describes use of a LruCache and a disk-based cache for caching of images. This approach would probably work we…
-
Using node and webstorm, when I start my app I get this error:
\node_modules\corejs-typeahead\dist\typeahead.bundle.js:195
_.mixin(LruCache.prototype, {
^
```
TypeError: _.mixi…
-
/**
\* @param maxSize
\* the maximum size of the cache before returning. May be -1 to
\* evict even 0-sized elements.
*/
private void trimToSize(int maxS…
-
Coming from #4964 and based on concerns raised from https://github.com/opensearch-project/OpenSearch/pull/5641#pullrequestreview-1285817231
More context is in https://github.com/opensearch-project/…
-
```
adminuser@haproxy:~/cs-lua-lib$ lua test.lua
lua: ./lib/lrucache.lua:4: module 'ffi' not found:
no field package.preload['ffi']
no file '/usr/local/share/lua/5.3/ffi.lua'
…
-
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put.
get(key) - Get the value (will always be positive) of the key if …
-
```
Hi everyone. Using 4.2 osmdroid.
As of recently started experiencing strange behavior.
MapView is placed inside ViewPagers Fragment. I'm using a custom offline source
to supply tiles.
public cla…