-
Random thoughts I had while looking through the code: this could be used for cron based or on the fly dynamic testing, and also to track and notify about API response changes; possibly a few different…
-
This library has been around a long time, and it's a hard dependency for a lot of projects. I'd like to release a 1.0.0 version, and before that, I have at least a few things in mind:
- [x] Perfor…
-
Alas, looks like this broke with the release of the latest two versions of draft-js-plugins. Since those fix some super important bugs for me, it would be great if one could restore compatibility some…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
The clipping plane in the 3D view currently always cuts through all present parts, bodies …
-
Hi, thank you so much for this great repo!
standalone.html works, but after the npm install (that said there were 157 vulnerabilities (4 low, 52 moderate, 79 high, 22 critical) ), I've tried both '''…
-
1:
var hash = redis.GetDictionary("vm") as RedisHash;
var idic = new VmModel { Id = Guid.NewGuid(), Name = "VM1" }.ToDictionary();
hash.HMSet(idic);
var dic = hash.GetAll(); //throw exception …
-
#### What are you trying to achieve?
All requests should use same instances of entities during the test.
#### What do you get instead?
Second and subsequent requests reloads entities which ca…
-
### What happened + What you expected to happen
As part of a .cmd script on windows, we're starting up ray with `CALL ray start --head --num-cpus 64`. Afterwards, the script spins up a service that m…
-
### Description
[https://play.nim-lang.org/#pasty=XdqZmWbb](https://play.nim-lang.org/#pasty=XdqZmWbb)
```nim
type
ChunkBase* {.acyclic.} = object of RootObj
nextChunk: Chunk
Chunk* …
-
# Overview
Let's go V3 🎉!!!
This ticket is for tracking differences found while integrating v3 beta:
- `/block/${round}/hash` is no longer camel case when using `JSON.stringify`: (fixed by u…