Wyllys Ingersoll
Wyllys Ingersoll
I installed to an iOS 11 project using CocoaPods, but there seems to be a problem with the NUIPGrammar and it's associated category definitions in XCode 9. I dont think...
Why is this not merged yet?
I was mistaken. They are visible, but only in the private tenant exclusive to the user id that uploaded them. Is there a way to make them globally available?
This is indeed nasty, I wasted half a day chasing down these exact issues before I found this thread. I finally reverted my saltstack back to 2014.7.4 and now it...
While it is possible to create index_templates that assign a snapshot policy to a list of matching indices, the problem with that approach is that it results in a separate...
Specifically, these lines in pysnmp_mibs/P-BRIDGE-MIB.py are causing the problem: ``` dot1dDeviceCapabilities = MibScalar((1, 3, 6, 1, 2, 1, 17, 6, 1, 1, 1), Bits().subtype(namedValues=NamedValues(("dot1dExtendedFilteringServices", 0), ("dot1dTrafficClasses", 1), ("dot1qStaticEntryIndividualPort", 2), ("dot1qIVLCapable",...
I figured out that the legacy providers can be included in libcrypto.a if you use the "no-module" option to the "Configure" script when building. Can this be added to the...
Following up: The bug is in the TcgDrive.cpp Session::dumpPacket function. dump packet tries to turn the packet data into a C-String using "c_str()", however, the packet data is not guaranteed...
TCGstorageAPI/tcgapi.py does not expose the _debugPackets value as a settable property. So, client code has to use a hacky solution like: ``` sed._Sed__pysed._debugPackets = False ``` So, in addition to...
Pull request submitted with fixes.