-
### Current Behavior
When building tapjs/tapjs on Windows CI, it fails with this error at the NX step:
```
Error: The name of the file cannot be resolved by the system. (os error 1921)
at D:…
-
### Core Library
MSAL Node (@azure/msal-node)
### Core Library Version
2.13.1
### Wrapper Library
Not Applicable
### Wrapper Library Version
N/A
### Public or Confidential Clie…
-
Using cache.set() to read a file and cache it should accommodate an optional callback if the synchronous option is false.
-
Using Angular 1.5.8 and angular-cache 4.6
In my service:
```
if (!CacheFactory.get('projectCache')) {
CacheFactory.createCache('projectCache', {
deleteOnExpire: 'aggressive'…
-
Hi, we tried to use memoizee to memoize a promise function. We used `promise: true` but it still keeps remembering rejected promises in the cache. I wrote a simple piece of code that demonstrates it. …
-
When using `Promise.all` to combine data from multiple API requests/actions, the axios `__cacheKey` is not curried along, by default. When the cache [attempts to store the result](https://github.com/u…
-
### Bug description
The Pagespeed was so slow, that the Loading Time was up to 20s. So I read the thread to disable the Watcher by setting it to false in the stache.php.
But after setting it to f…
-
1. 我想写一个whistle.js,想要`npm run dev`的时候,同时启动`whistle`,同时当`ctrl + C`关闭项目的时候,`whistle`服务也关闭,或者其他不通过写一个js的方式也行
2. 对于这种api形式,该如何添加分组,并在分组下新增对应的规则
```js
const startWhistle = require('whistle')
const pk…
-
As of the now, the number of API fetches happening inside the hook for all the methods i.e. `userInfo`, `getRepositories` and their respective sub-methods - are really high.
I have some ideas-as-so…
-
### Current Behavior
When running squential commands using Nx Cloud through GitHub Actions, the command works correctly for the first attempt differentiated solely by a --args="--deployment=preprod…