Daniel Nguyen

Results 17 issues of Daniel Nguyen

22. How long is cool_secret accessible? ``` sessionStorage.setItem('cool_secret', 123); ``` - A: Forever, the data doesn't get lost. - B: When the user closes the tab. - C: When the...

Completely new architecture / implementation for React-QML project - [ ] New CLI - [ ] command init - [ ] move runtime resources to `react-qml` package (polyfill / patches...)...

### Add KTool.io KTool Mac and iOS app allows you to send web articles, Twitter threads and newsletters to your Kindle

There is a bug in MSVC compiler that doesn't expand `__VA_ARGS__`.

Amazing library. I have a question. I wanted to use this extension (embedding for SQLite). How can I use it with SQLite.swift? https://github.com/asg017/sqlite-vss Thanks,

### Overview BoltAI supports Ollama natively. It automatically synchronize with Ollama model lists, and allows users to use advanced features such as AI Command and AI Inline. ### Screenshots **Main...

Basically the title. It always ends the connection prematurely. Sometimes it ends before even sending any response The event stream would look like this `[DONE]`

### Overview These boolean fields will never be included in the payload if the value is `false`. Suggestion: replace `if (billImmediately)` with `if (billImmediately !== undefined)` Reference: https://github.com/avaly/paddle-sdk/blob/55112c748cc30202e43c701146e34178cb80a6e1/sdk.js#L460

https://github.com/avaly/paddle-sdk/blob/55112c748cc30202e43c701146e34178cb80a6e1/sdk.js#L410