TcM1911
TcM1911
I think this would be a great idea.
I think it would be a good idea of separating the GUI and the core into two different repos, having the core live maybe under Bitmessage/libbitmessage or something similar. Doing...
Looking at the sample, it appears that it's been compiled with the `-fomit-frame-pointer` flag. > -fomit-frame-pointer > Don't keep the frame pointer in a register for functions that don't need...
Thanks @krotik. The test looks right. I'll see if I can write some code that I can share that replicates the code I have and reproduces the same issue. It...
UnmarshalJSON has a similar issue: The following snippet runs fine in if compiled but yaegi fails with the following error: `parsing time ""2021-01-15T19:29:57"" as ""2006-01-02T15:04:05Z07:00"": cannot parse """ as "Z07:00"..`...
Unfortunately this project has been put on the back-burner. I may get to it at sometime in the future. Otherwise, contributions is always welcomed.
I think the easiest solution is to just add a remove method to the collection. That way, if you need to "update" an SCO you can create a new object...
Thank you for your contribution @darwayne. I have hard time seeing how this feature would be needed given that it would allow objects with identifiers that are violating the specification....
Link to spec for identifier: https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_64yvzeku5a5c
You can just replace the id for the object using one that you have generated using what ever logic you want. Would that not work?