Alois Klink

Results 173 comments of Alois Klink

> but I defer to the man in charge :+1: There's also a small part of me that feels like we should keep the big README.md file, to put just...

Duplicate of https://github.com/extrabacon/python-shell/issues/7 I personally found https://github.com/extrabacon/python-shell/issues/7#issuecomment-448661769 to work the best, in case anybody is still having this problem.

Try using the official upstream code, at https://gitlab.com/cmocka/cmocka I've had a quick check, and the latest commit (cf31d3fc68410f4f753418f32d4ad89d8fbc2cb2) doesn't seem to have `__WORDSIZE` anywhere, see [`include/cmocka.h@cf31d3fc68410f4f753418f32d4ad89d8fbc2cb2`](https://gitlab.com/cmocka/cmocka/-/blob/cf31d3fc68410f4f753418f32d4ad89d8fbc2cb2/include/cmocka.h)

A similar commit has been added upstream (but not yet officially published). See https://gitlab.com/cmocka/cmocka/-/commit/28ce16b29911e5adc60140b572dee177adc7a178. However, I've tested it and it doesn't seem to work when using CMocka with `FetchContent`. However,...

This also affects `NodeList` (which could have prevented a bug: https://github.com/mermaid-js/mermaid/pull/3396) Maybe it's worth putting in a `/** @deprecated */` JSDoc tag to constructors that throw `Illegal constructor`, so some...

I believe it is, since `deepInclude` only works from the first level (see ): ```js const subset = { a: 'b', e: { // missing "foo": "bar" baz: {qux: 'quux'},...

Mostly blocked by https://github.com/mermaid-js/mermaid/issues/2102. However, it looks like these gitGraphs don't work because they're trying to download CSS from the internet, which isn't supported by Inkscape. SVGs generated by mermaid-js/mermaid-cli...

> I have contacted mermaid project to help us to look into the problem. The CI problem seems to be caused by https://github.com/mermaid-js/mermaid/commit/2968b400c49f66983e6d206959504e72aa6ae0ef, and I think it can be fixed...

> as on `model 1` we have only blind signing because of screen-size limitations Off the top of my head, I believe that the reason why `model 1` only supports...

You read our minds :) We had a discussion about this a few days ago, copied below from https://github.com/mermaid-js/mermaid/pull/3459#issuecomment-1249349389: > > Do you think we can keep the screenshots in...