周汉成
周汉成
[indentjs/endent](https://github.com/indentjs/endent) endows suitable indentation for multiline interpolation.
@bertho-zero , here's the right usage: https://runkit.com/zhouhansen/5b023b1fd78bc100121e15f8
@dralletje that will be very helpful!
Hi! @rattrayalex-stripe you can use [endent](https://github.com/indentjs/endent) to achieve what you want before this pr merged.
```python class MyView(View): def get(self, request, *args, **kwargs): response = schema_view(request) response["Content-Type"] = "application/json" return response ``` This does not work. `Content-type` seems to be hardcoded.
https://github.com/swagger-api/swagger-js/issues/1430
I only know a little bit of verifying a merkle tree. I want to know how bitfield works with merkle tree, but found no doc.
From [bitfield.md](https://github.com/datrs/book/blob/master/src/bitfield.md) > ### Example > ```txt > bits: 00101 > index: 01234 > ``` > The set above contains `2` and `4`. Hypercore is append-only, It seems when the...
Yeah, that's what I want to make sure. Thanks
I'm learning hypercore, I think SLEEP files prefixed by `content` are in charge of hypercore, files prefixed by `metadata` are in charge of hyperdrive. Right?