-
Just a few quick questions,
1. How does this work with biome sizes? comparable to vanilla?
2. How is the wrapping achieved? I know you mentioned using 5d perlin noise in IRC, but how does that end up …
-
ref to #438
Inspired by github.com/entzmingerc/drumcrow I'd love to see some extensions to ASL that would allow modulations within an ASL shape. Of course the best system in crow for modulations i…
-
for example, which libraries to use (Vavr?), whether to use Optional or nullables etc.
-
当前 UOJ 使用的 testlib 版本为 `0.9.5`,而 [MikeMirzayanov/testlib](https://github.com/MikeMirzayanov/testlib) 中的版本已经到达了 `0.9.40`,建议升级一下以适配基于新版 testlib 编写的 checker / validator / ...。
-
## Project description
The idea comes from my personal interest: making maps. I want to make a tool that can generate random but logical maps with legends of real maps on them (If you find somethin…
-
I'm trying to write a pact for multipart/form-data with file upload. When I use V4 DSL `withRequest` I get body content type mismatch because my test uses random boundary for multipart body. Then I tr…
-
(Preamble: I'm looking at this from the perspective of your average user, and in the context of `Node -> Ensemble` connections. I haven't checked `Ensemble -> Ensemble`, but there's probably something…
-
Whenever performing a checkpoint using openj9 we are typically able to do something like the following:
```
java -XX:+EnableCRIUSupport QuickTest
```
When called by default all security provi…
-
Numpy 1.17 introduced a new `random` module, with new `Generator` and `BitGenerator` objects. The old `RandomState` is preserved for backwards compatibility. As far as I can tell, the new module does …
-
Not sure how tricky this would end up being, but it would be nice to have support for a hierarchy of types such that something like:
```js
const schemas = {
$defs: {
Person: {
title…