Ada Lindberg

Results 5 issues of Ada Lindberg

I'm having trouble with isFulfilled and isRejected always passing. I'm using chai-as-promised with asserts in Mocha. isFulfilled example: ``` describe('test', () => { it('This should fail.', () => { return...

**Is your feature request related to a problem? Please describe.** It would be awesome if Ghidra would support analysis of CIL executables, similar to how it already analyzes PE executables....

Type: Enhancement
Feature: Processor
Status: Triage

Sometimes when I publish a message using amqp_basic_publish, some of its contents become corrupted. It happens infrequently, but it happens often enough to cause problems for the consumer on the...

I'm having an issue with using amqp_basic_nack to requeue messages. When I set the requeue argument to 1, it does redeliver the message to the queue, but when I eventually...

Is `DataTypeComponent`'s `getLength()` method supposed to return the length of the component in bits or bytes? I cannot find this documented anywhere.