-
-
**Problem**
HTTP headers by nature are multi value in the `http.Request` type.
When you are doing the `Access-Control-Request-Headers` parse in the preflight checks, you assume it will always be…
-
I'm thinking of making the library single-header for ease of use in projects, similar to how https://github.com/vurtun/nuklear does it.
Any thoughts?
-
Category: mathematics
Library: Statistics-Tool-Box
License: Public Domain
API: C, C++
Files: 1 file
Description: single header file with some useful statistical functions, such as anova, ttest, s…
-
Currently there are issues when you try to compile a single file header as a C source file
`build.zig`
```zig
const raygui = b.dependency("raygui", .{});
exe.addCSourceFile(.{ .file = raygui.pat…
-
The fact that we expose header files without subdirectories while pico sdk only delivers INTERFACE libraries leads to naming conflicts occuring all over the place on systems with case insensitive file…
-
### Godot version
4.4-dev
### godot-cpp version
4.4-dev
### System information
wasm in particular
### Issue description
This is intended to primarily be a tracking issue looking a…
jordo updated
1 month ago
-
Hello @benbrandt,
First, thank you for your work on the text-splitter library!
I would like to propose a feature enhancement for smarter table splitting that preserves the header in all chunks.
…
-
Right now there's `Readability.summarize(url)` function fetching the article and then parsing it.
I'm thinking about:
- removing fetching functionality from Readability
- removing `httpoison` …
-
**Is your feature request related to a problem? Please describe.**
Defining a structure or an enum using the GUI is a painstaking process. For example, I see that a library was used, and I can find t…