-
Fix issue with optional UnitNumber
2020-11-28 12:11:59<div><p>The UnitNumber is optional in the wsdl, hence the 'omitempty' directive causes issues, as evidenced by 2 FIXMEs in the code. This addresses those FIXMEs, being able to properly ... -
Introduce an optional unit in Number item
2020-11-22 14:44:46<p>To facilitate type determination, value formatting and calculations, an optional unit property should be introduced to number items. This could e.g. make use of Eclipse UOMo. <p>On 2014-10-16 03:... -
Issue #601 : Introduce an optional unit in Number item, now that CQ h…
2020-11-22 14:31:19<div><p>…as been approved. <p>Not sure I included the libraries in the right way (I suspect it should be pushed to the target platform definition), but well here it is at last. <p>Signed-off-by: Gaë... -
Add optional ms time unit for console reporter
2021-01-12 08:29:06Therefore this commit adds an optional command line flag <code>--benchmark_time_unit</code> which lets the user choose between ns and ms time units for displaying the mean execution time.</p><p>该... -
`yarn install --ignore-optional` unit test failure
2020-12-26 06:47:29<div><p>When using <code>yarn install --ignore-optional</code> to avoid installing the spec tests, the unit tests (for the <code>lodestar</code> package) no longer run. <p>See ... -
Make build of unit tests optional
2020-12-25 20:43:46<div><p>This commit will adds a <code>configure</code> option, <code>{with, without}-unittests</code> (default: yes), which can be used to disable building the unit tests. <p>In my case, rebuilding ... -
Make building ROS unit tests optional
2020-11-27 19:07:30t always need unit tests built with the driver together, so make them conditional. <p>Signed-off-by: Dmitry Rozhkov </p><p>该提问来源于开源项目:IntelRealSense/realsense-ros</p></div> -
[Feature Request] Include optional systemd unit and xdg autostart files.
2020-12-08 20:42:27A suggestion was sent to me about including systemd unit files to run maestral as a daemon. Currently, I ship my own unit files along with the package. <p>I do not know much about python packaging; ... -
make unit optional in LUA playNumber(value, unit [, attributes])
2020-11-28 00:28:21<div><p>If omitting unit, have playNumber just play the number without unit. <p>playNumber(value [, unit [, attributes]]) <p>unit 0 is missing in the list for 2.1 in the documentation. <p>suggestion: ... -
net: LLDP: Add optional TLV setting and unit tests
2021-01-10 05:27:16<div><p>On top of PR #9529 <p>Add setting optional TLV Add lldp unit tests testing mandatory and optional API</p><p>该提问来源于开源项目:zephyrproject-rtos/zephyr</p></div> -
Added UnitDef's optional buildingMask tag
2020-12-08 18:19:56s optional buildingMask tag, essentially a 16 bit value. <p>By setting mask value in UnitDefs and on map (using new Spring.SetSquareBuildingMask synced control function) a mod/map author can mark down... -
cluster-api: Make unit temporary optional
2020-12-08 21:13:48<div><p>When running the unit tests on CI the ones running binaries for setting a temporary control plane fail with etcd timing out for getting started. Disabling this temporary to debug async</p><p>... -
[ProductQuantityPriceRules] Default unit definition should be optional
2020-12-09 13:59:40t want to have a unit definition connected to a product, therefore a user should be able to leave the field "default unit definition" empty.</p><p>该提问来源于开源项目:coreshop/CoreShop... -
Unit tests and bugfix for NPE when using nested optional fields
2020-11-27 20:19:23Pull request also includes additional unit tests covering cases (not all of them) for nested optional array and string. <p>This is related to #272 and the patch in #273 which doesn't solve all ... -
add @jwt_optional view decorator and corresponding unit tests
2020-11-25 13:51:35s the jwt_optional decorator we discussed on IRC earlier today. I ended up copying most/all of the test cases for failed authorization with and rewriting them for the new decorator. I'm happy to ... -
Tag unit testing failures for optional dependencies as known failures
2021-01-01 01:36:36<div><p>When running a test that concerns an optional dependency which is not installed on the testing machine, it is assumed that the test will fail due to the dependency not being installed (and not... -
Policy: rule_unit is optional but does not define a default
2020-12-27 19:34:47<p>However <code>rule_unit</code> is optional, but does not specify what the default behaviour is. <p><strong>To Reproduce Steps to reproduce the behavior: N/A <p><strong>Expected behavior I'd ... -
Add optional time unit to cirq.depolarize and make it work with WaitGate when used as a noise model
2021-01-06 23:41:41<div><p>Basically, I want this to work: <pre><code> half_life = datetime.timedelta(microseconds=10) noisy_sim = cirq.DensityMatrixSimulator(noise=cirq.depolarize(half_life=... -
MethodCallTarget: allow optional parameters, no nullref exceptions. +unit tests
2021-01-12 05:40:42<div><ul><li>allow optional parameters in calling method</li></ul>该提问来源于开源项目:NLog/NLog</p></div> -
[FR] Optional argument to md.load() which specifies the distance unit
2020-12-02 01:21:03<p>Do you foresee any obvious problems with adding an optional argument which modifies the file objects' <code>distance_unit</code> attribute? </p><p>该提问来源于开源项目:mdtraj/mdtraj</p>... -
Added new optional option mailsubject to body executor control + unit test
2020-12-28 06:44:54<div><p>default value [hostname/ip]</p><p>该提问来源于开源项目:cfengine/core</p></div> -
New /sent_deps/ endpoint, fix unit tests, add some optional tokenizer config
2020-12-01 18:56:48<div><ul><li>Adds a new ... Adds documentation for this as well.</li><li>Fixes the existing unit tests, adds documentation on how to run them.</li><li>Adds a way to optionally configure some basic ... -
optional() does not create an optional property on an object
2021-01-11 22:16:27In order to make sure my validations line up against my type definitions exactly, I use unit testing to make sure the two type are equal. Because the optional types show up as a union of the passed ... -
Optional Entity Factories
2020-12-09 04:05:17<div><p>Add optional use of entity factories to instantiate entities in the <code>create()</code> method. <p>Use case: I'm working on a project that uses a constructor on Doctrine entity classes ... -
Motifs optional alphabet
2021-01-06 16:34:02TravisCI will be used to confirm the Biopython unit tests and <code>flake8</code> style checks pass with these changes. </li><li> [X] I have added my name to the alphabetical contributors listings in ... -
optional chaining refactor
2020-12-08 19:34:48<p>Using optional chaining as it's in stage 4 of wc39 recommendation. (Included in babel 7 already). I have verified that it gets traslated in <code>okta-sign-in.js</code> as per Babel REPL. <h2>... -
Make csrf support optional
2021-01-12 07:44:20<p>Make csrf support optional. <h4>Are there unit tests? If not how should this be manually tested? <p>Update existing unit tests. <h4>Any background context you want to provide? <p>None. <h4>What are... -
Implement Optional required
2021-01-12 05:17:04<ul><li>[x] Unit tests for the changes exist</li><li>[x] Tests pass on CI and coverage remains at 100%</li><li>[x] Documentation reflects the changes where applicable</li><li>[x] <code>changes/<... -
Valgrind optional tests
2020-11-22 05:52:18<div><p>This will let us choose to keep running unit tests under CI but not when being tested with Valgrind. I noticed that our valgrind job on CI hasn't completed successfully since June 27 ... -
Add unit parameters
2020-11-22 22:22:48String that will be used to define the unit of each iteration [default: it].</li><li><code>unit_scale</code> : bool or int or float, optional If 1 or True, the number of iterations will be reduced/...
收藏数
3,926
精华内容
1,570