-
I have a microservice API that is using SOFA and seems to be serving up data via REST just fine:
```
const { ApolloServer } = require('apollo-server-express');
const { buildFederatedSchema } = r…
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v18.12.0`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `yarn@1.22.…
-
* `websocket_client` allows you to receive message bodies as streams of uint8_t or as `std::string`s, which are both utf-8 (also, per specification, the only valid encoding for JSON is utf-8)
* `json…
-
## Motivation:
Improve JSON Schema support for `Thrift` `TText` protocol to ramp up `DocService`.
Parent PR:
- #4518
## Requirements:
- [ ] `Typedef` support (currently they are only `ob…
-
Tried with cuckoohashmap and unordered_map.
for same data, cuckoohashmap taken morethan 64GB on RAM and crashed. unordered_map finished with 1.5GB on RAM.
I would like to give preference to libcuck…
-
```
docker build -t zsign https://github.com/zhlynn/zsign.git
Sending build context to Docker daemon 417.3kB
Step 1/6 : FROM alpine
latest: Pulling from library/alpine
7264a8db6415: Pull complet…
-
Ternjs comes with pre made type definiton files for some commonly used libraries. This is a straightforward json format.
http://ternjs.net/doc/manual.html#typedef
> ## JSON type definitions
>
>…
-
[cxx/ClassCns.hxx#L92](https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassCns.hxx#L92)
```
#ifdef USE_HSOM_CNS
typedef class HsomCns : Cns {
/* Work-in-progress (`ClassCns.cxx` for more i…
-
We propose to move logic from `wit-bindgen` into the `wit-parser` crate that determines whether an interface, type, or function in a `Resolve` structure is either *imported* or *exported*, and label t…
ydnar updated
6 months ago
-
When updating recast to `^ 0.15.0`:
```diff
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"eslint": "^4.17.0",
"eslint-config-openlayers": "^9.0.0",
"mocha": "^5.0.0",
…
fredj updated
6 years ago