Jim King
Jim King
Some methods like `fromString` and `toString` throw exceptions. It would be useful to document them in the README that gets placed on npmjs. Thanks!
When a pre-release is created on GitHub for the repo it will publish to the TestPyPI service, and if that pre-release is promoted to a release, it will publish to...
On Ubuntu Bionic when you install the package `clang++6` you get a compiler aptly named `clang++-6.0`. There is no Ubuntu alternative that links `clang++` to `clang++-6.0` installed, nor can I...
From a discussion in Boost.Serialization and on the mailing list, it was understood that the gcc compiler jam enables `-fPIC` if linking shared. Another use case is linking static, but...
On Travis CI using the xenial image, when compiling boostorg/uuid with `undefined-sanitizer=norecover` I get a link error: https://travis-ci.org/boostorg/uuid/jobs/543694135 ``` b2 toolset=gcc-8 cxxstd=03,11,14 undefined-sanitizer=norecover define=BOOST_NO_STRESS_TEST=1 variant=debug -j3 ... gcc.link ../../bin.v2/libs/uuid/test/test_include1.test/gcc-8/debug/cxxstd-03-iso/link-static/threading-multi/undefined-sanitizer-norecover/visibility-hidden/test_include1 /usr/bin/ld:...
Found: 1.66.0_b1 Adding /FS to cxxflags and linkflags does NOT fix the issue entirely. {noformat} c:\Temp\boost\src\boost_1_66_0>b2 toolset=msvc-14.1 address-model=64 link=static threading=multi variant=debug --build-dir=c:\temp\boost\build\static\debug --prefix=c:\temp\boost\install\static\debug --layout=system debug-store=database -q -j5 install ... compile-c-c++...
I don't see any information about AWS SSM Parameter Store for delivering configuration to instances, containers, etc. Azure has App Configutation key-value storage for this. GCP doesn't appear to have...
The tag parser is looking for content on an empty string. ``` >>> from chevron.tokenizer import tokenize >>> print(list(tokenize(r"{{ foo }}"))) [('variable', 'foo')] >>> print(list(tokenize(r"{{foo}}"))) [('variable', 'foo')] >>> print(list(tokenize(r"{{ }}")))...
Used Cerberus version / latest commit: … - [ ] I have the capacity to improve the docs when my problem is solved. - [ ] I have the capacity...
Output: https://travis-ci.org/jeking3/thread/jobs/457490782#L2801 ``` gcc.link ../../bin.v2/libs/thread/test/test_lock_concept.test/gcc-8/debug/cxxstd-03-iso/threadapi-pthread/threading-multi/visibility-hidden/test_lock_concept testing.capture-output ../../bin.v2/libs/thread/test/test_lock_concept.test/gcc-8/debug/cxxstd-03-iso/threadapi-pthread/threading-multi/visibility-hidden/test_lock_concept.run ====== BEGIN OUTPUT ====== ../../boost/test/impl/test_tree.ipp:273:25: runtime error: member call on address 0x7ffcfb300370 which does not point to an object of type 'test_unit_generator' 0x7ffcfb300370:...