István Szmozsánszky

Results 37 comments of István Szmozsánszky

Is this issue open for contributions? I'm using a self-hosted PeerTube instance both for archival of my own content and for integrating with the rest of the fediverse, but PeerTube...

So I rebased this upon #360 but somoketests will still fail, simply because we have updated the module (née "runnable") detection code from `.runnable.yaml`-s to `.module.yaml`-s, which change needs to...

This last commit adds `make subo/toolchaintest` via `./scripts/toolchaintest.sh` that is largely the same as the smoketest except it builds its own local `dev` images and uses them. I yoinked out...

(Please note: the tests should succeed but cleanup might fail due to root-owned build artifacts as per #342; but this is a sort of chicken & egg problem as I...

> The code is working in the [eleventy-dot-js-blog](https://gitlab.com/reubenlillie/eleventy-dot-js-blog) starter kit if you’d like to peruse. Unfortunately using ESM will [cause issues](https://github.com/standard-things/esm/issues/868) on latest Node.js versions (v13 and up, as well...

> > but I see that you also delete the require cache as some point. I'm not sure you can do that at all with JS modules > > Whoa,...

> I believe this will be resolved once you upgrade to 4.0 I'm sorry but there's got to be a better answer to "the latest update of our fediverse server...

This is due to the mouse cursor remaining ("hovering") over the tab bar after the click (which is expected operation, btw). There should be a global feature to support Surface-like...

``` static PROGMEM const byte title_sprites[64 * 2 * 3] = { ... } ``` The above image sprite is 64 x ( 2_3_(8) ) = `/*64x48*/` in dimensions. 64...

For transmissions we could use: - Plain binary ( `image_width`⨉`1_byte_for_every_8_pixels_in_height`) - Plain binary, but XOR-ed changes (should be needed for undo as well) - Either of above + [RLE](https://en.wikipedia.org/wiki/Run-length_encoding) for...