-
Hi,
I just create a new pull request with some improvements and fixes regarding culture handler and while doing it I noticed that the C# used in this library is not very idiomatic.
Would you guys be…
tucaz updated
6 years ago
-
### What page were you looking at?
https://cuelang.org/
### What version of the site were you looking at?
https://github.com/cue-lang/cuelang.org/commit/6ccc4f09149fb0487cd433a45332714d3286ae…
-
That's a cryptic description. But in short-
1. Run tuberd without ORJSON flags
2. Craft an array request that forces the daemon to serialize something un-serializable (like a numpy array - that's …
-
I prefer to generate code manually instead of in `build.rs` for readability and better IDE support. (rust-analyzer and Intellij both run into issues and instability , no matter the settings).
Curre…
-
From [RFC7252 section 5.2.3](https://datatracker.ietf.org/doc/html/rfc7252#section-5.2.3)
>If the request message is Non-confirmable, then the response SHOULD
be returned in a Non-confirmable mes…
-
https://github.com/remacs/remacs/pull/1256 showed that it's possible to replace `obj.is_nil()` with `!obj` using `impl Not for LispObject`. Unfortunately this leaves an asymmetry, as `obj.is_not_nil()…
-
We want to remove the last unsafe and pointer usages in the `physx` crate.
Ideas and PRs are welcome! :)
-
not a big issue, but in the documentation you write your promises like this.
```js
r.getHot({limit: 25}).then(myListing => {
console.log(myListing.length); // => 25
myListing.fetchMore({amount…
-
PHP uses `$_SERVER` superglobals to transmit HTTP headers, that means for joining a trace we could add an idiomatic PHP extractor:
```
$span = $tracer->join('some op', \OpenTracing\Propagation::SERVE…
-
I have several random thoughts about how F# code for Durable Functions could be improved. They are all simple things, no need to re-imagine the whole framework.
**The goals of this issue are**
a) …