-
Some array/strings utility function cannot take a `T const**` as argument because they need to possibly reallocate and return the new pointer to the array.
For example:
```c
// Appends the given s…
-
### Describe the issue:
I keep getting stuck trying to get tests in https://github.com/data-apis/array-api-tests to pass and the final errors are often due to numpy arrays having turned into scalar…
-
## Scenarios
[Emmanuel]
Adding a big chunk of OpenAPI (e.g. adding a path)
Adding beta methods
Adding vertical specific annotations
Is language translation a viable scenario for overlays?
[R…
-
Hello everyone!
I don't know if this is the best place to start such a discussion but I guess this is the best way to gather the most attention.
My colleagues and I have started using the Complian…
-
In Angular and a multitude of other templating languages, it is possible to declare slots where templates can hold injected html, this is known as content projection, it is a method in which layout an…
-
Add the ability for the FlyWeb android app to allow the user to share files with others by implementing an embedded FlyWeb server in the app, which advertises a file-sharing service.
The scope of w…
-
As an editor I would like to be able to preview articles before publishing so that I can check content presentation. This does not need to be a literal interpretation of the page, just enough to see h…
-
Exposing a SPARQL endpoint for Slinky would be fun but it's not all that useful to anyone but ourselves. And even then.
It'd be better if we had a concise showcase of what Slinky is and what it can…
-
# Templates [WIP]
### Synopsis
Simplify how code is constructed, via code.
```vbnet
Template DecalarationAndCreateInstance( ... )
Dim ${0}$ As ${1}$ = New ${1}$(${2}$)
End Template
```
…
-
One thing SQL lacks is a idiom of converting:
date | status | transaction
-- | -- | --
2022-01-01 | live | 10
2022-01-01 | test | 20
2022-01-02 | live | 5
2022-01-02 | test | 30
2022-01-03 | …