Manolis Stamatogiannakis

Results 16 comments of Manolis Stamatogiannakis

Are there plans to add this feature? In [my gfk branch](/m000/django-autofixture/tree/gfk), I've merged the PR and resolved the conflicts and a couple of minor issues.

Currently this isn't supported in the master branch. You may want to check the bitset branch, where I have refactored a lot of stuff to make this easier. You will...

Could you post a stack trace on pastebin? 2016-03-04 16:41 GMT+01:00 vivek425ster [email protected]: > I resolved the previous error. I wasn't doing make clean for libdft. > Now the program...

Is that all of the stack trace? Because this one line seems only related to the C++ streams library. 2016-03-05 18:45 GMT+01:00 vivek425ster [email protected]: > @m000 https://github.com/m000 > I have...

I doubt this is all. The displayed stack frame corresponds to the "

Your error mentions of `myfield` which can't be found elsewhere. In your proto file you define `required string test = 41;` and in your C code, you assign `ple.test1 =...

I believe you can't add a top-level required field to PANDA's protocol. The `open_write` function used to open the log for writing, also writes an entry to the log. https://github.com/panda-re/panda/blob/67f98f0849f0cb9aab0d202031c83e5f5933da28/panda/src/plog-cc.cpp#L130...

Some thoughts about the (welcome) migration to QEMU 4 codebase. Since PANDA will continue following the development of QEMU, maybe it would be helpful to label PANDA releases based on...

Yes, I plan to migrate the PR. I'll try to find some time for it this week. On Mon, 8 Feb 2021 at 12:19, Mirek Długosz wrote: > Most of...

CSS prefers to apply the more specific rule over a more generic one. Whatever you place in a `.article-content a { ...}` block will not be applied because the `article...