eakl

Results 13 issues of eakl

Every example using this package shows that setAccessToken can be called in handleFetch and the new Access Token can be used in the next link. But my AuthLink is retrieving...

Hi I wonder if this is a bug from craco-alias or typescript. I would like to type `@layout` to resolve to `./layout`. then adding a forward `/` would continue the...

### Describe the bug `graph.ChangeSize()` is not shrinking the canvas once it has been expanded. Here is the code I use to resize the graph when width or height change...

### Describe the bug Using global state library such as Jotai or Zustend causes the following error: > *TypeError: Cannot read properties of undefined (reading 'manipulateBehaviors')* However, using `useState` works...

### Describe the bug Vite + Graphin **2.7.9** works as expected Vite + Graphin **2.7.10** throw an error ```javascript ❯ pnpm dev > [email protected] dev /Users/eakl/dev/graphin > vite Port 5173...

Thank you for this boilerplate. Looking at your code, I have leant a lot 🙏 I am trying to create a simple version of this boilerplate with **Svelte** and **vite/esbuild**....

`.hget()` does not return the type that has been set with `.hset()` ```js await kv.hset(`key`, { code1: '123456', code2: '000001' }) // code is a string const value = await...

```js describe('LRU Cache', () => { const clock = new Clock() const cache = new Cache({ max: 5, ttl: 10 }) beforeEach(() => { clock.enter() clock.advance(1) }) afterEach(() => {...

### Describe the bug Entering a value in an input updates current and previous input. ### Reproduction https://stackblitz.com/edit/github-cw4wvu ### Logs _No response_ ### System Info ```bash System: OS: macOS 14.5...

bug

I found out [this closed issue](https://github.com/ciscoheat/sveltekit-superforms/issues/399) and I really think it should be shipped out-of-the-box (punish on submit or blur, reward on change). Let me explain. @ciscoheat, [this article](https://medium.com/wdstack/inline-validation-in-forms-designing-the-experience-123fb34088ce) you...

enhancement