Klaus L. Hougesen

Results 8 issues of Klaus L. Hougesen

for certain long running endpoints it would be beneficial to have a serve first strategy. so on first request->respond with whatever is in cache, update cache in background and prime...

enhancement

When using throttle &/or cache it would be beneficial to have a fast return Cache, but update (if possible) Cache in background as a post event. so instead of (pseudo...

If using namespaced file syntax Docco will be miffed due to loose parsing of parameters. filname: dk.threads.dom.helpers.js throws errors workaround: "dk.threads.dom.helpers.js" which is sorta okay. But this fails when doing...

``` const actions = { // url only users: 'users', // url and param only user: 'users?id=:id', // url and object create: { method: 'post', url: 'users', headers: { 'Content-Type':...

![image](https://user-images.githubusercontent.com/596813/134318366-e5b426ea-eb76-49b3-b5e5-d508e7534389.png) ![image](https://user-images.githubusercontent.com/596813/134318429-9dde51ca-bc2e-4b05-8361-03b233a813ad.png) theres something wrong with the process search by name, in interactive mode fkill-cli can find and kill processes with BrowserStackLocal identifier but neither the cli or the npm...

this code breaks replace it with $(this).parent().data('value');

Is there a way to create a list of ressources with available times, and create a query with a task say: {task:'sometask',duration:'120Min'} and then get unavailable dates (in days) back,...

version 7.4.2 ## Current Behavior lerna publish prerelease --preid PR2433-8335cc7 --force-publish --yes --no-git-tag-version --no-push Results in: info cli using local version of lerna lerna ERR! TypeError: (0 , import_devkit4.createProjectFileMapUsingProjectGraph) is...

type: bug
blocked: repro needed