Skip to content
#

core

Here are 1,097 public repositories matching this topic...

KaneLeung
KaneLeung commented Oct 25, 2019

TIM截图20191025180951

DB.Updateable<t_stock_document>().SetColumns(k => new t_stock_document() { OutQTY = k.OutQTY - delDoc.F_Qty ?? 0, OutFinish = false }).Where(k => k.F_ID == delDoc.RelateID).ToSql();

语句中,使用??生成的Sql语句如图,运行时会报错 ,我以为是运算符优先级问题,
再加了括号试试,同样会报错,是否不支持??运算符
![TIM截图

ScruffR
ScruffR commented Jun 10, 2019

e.g. the demo implementations in this sub-directory
https://github.com/particle-iot/device-os/tree/v1.3.0-alpha.1/user/tests/app/ble
or some code snippets in the docs and tutorials still use #include "application.h".

Although Particle.h (formerly Spark.h) should have replaced application.h (as per #249) we keep finding internal/official code using application.h while we try to get t

Nicholas-Steel
Nicholas-Steel commented Mar 26, 2020

Installation Notes should mention it can be delivered via Windows Update


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: b706f0af-d504-a8ca-7c38-b8bb9283bfad
  • Version Independent ID: 14f31acf-9f47-59a6-269f-62ab249fe560
  • Content: [Servicing stack updates (Windows 10) - Windows Deployment](https://docs.microsoft.com/en
System.Linq.Dynamic.Core
MoRooz
MoRooz commented Oct 26, 2019

this is source of exception

q2.Select("new(Key.CallItemStatus as CallItemStatus, it.Count() as Count))")

the same code works fine in .net core 2.2

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
   at System.Linq.Expressions.InstanceMethodCallExpression1.GetArgument(Int32 index)
   at System.Dynamic.Utils.
jodyhuntatx
jodyhuntatx commented Nov 14, 2019

As a Developer, I want to know why a Follower is not authenticating my application, so that I can address the issue without a lot of trial & error.

GIVEN an application deployed in K8s/OCP with the authenticator client
WHEN the the Follower rejects the authn request
THEN post the error message such that it is visible in the Follower log at the default log level.

Developer Notes

In /opt

tomdye
tomdye commented Mar 17, 2020

Add documentation to the reference guide that covers the new data middleware and resources functionality. The documentation should cover something like:

  1. An overview of the functionality, scenarios that it is designed to solve.
  2. Using data middleware to author data aware widgets
  3. Working with resources and data aware widgets
lisachenko
lisachenko commented Feb 12, 2020

This issue clarifies the usage of this library with other projects and describes terms of usage.

  • This library, provided under RPL license can be used for free for any open-source projects without any limitations while source code of these projects or libraries is also open-sourced.
  • For open-source libraries that are distributed under more permissive license types like MIT a
miaoski
miaoski commented Apr 10, 2020

Hi.

I'd like to write a easy debugging guild with regard to network topology. Not sure whether my understanding is correct, though. I'm posting my note here. If anything is wrong, please kindly tell me. I plan to write it in the weekend.

(IP are examples, ens3 is external facing NIC)

  • HSS
    • listens 127.0.0.4:3868 ← MME (S6a)
    • listens 127.0.0.4:5868
    • diameter
shivtorov
shivtorov commented Apr 4, 2020

Empty help article


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

TFAstudio
TFAstudio commented Aug 29, 2017

Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks.

However, using the 'Getting Started' guide on the nspec.org, I quickly found that either it is out of date or incorrect. The examples in the page do not run as stated. By downloading the examples in github, I noticed that you are using Shouldly rather than FluentAssertions

monkbroc
monkbroc commented Jun 18, 2018

The CLI installer auto-updates the CLI version so it's not necessary to show this message to the user. It also gives incorrect instructions since the CLI was not:

particle-cli v1.30.0

! A newer version (1.31.0) of particle-cli is available.
! Upgrade now by running: npm install -g particle-cli
Jont-K
Jont-K commented Feb 5, 2020

To assign third-party apps

step 4 in the section " Assign Licenses " is incorrect.
"Under Settings & actions, select the link to Manage in publisher’s portal." no link called "Manage in PUblishers portal".


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: f7cf7a2d-2bf1-c605-f3c6-299cb55efa89
  • Version Independent ID: 5
BizD3V
BizD3V commented Apr 12, 2020

Given the complexity of this cmdlet, having NO documentation for any of the parameters isn't helpful. The parameters listed are just common ones, what does "CompanyName" for example do in the case of a WSS migration??


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: e5d569cd-4428-2d98-4353-ebe47443b1a8
  • Version Independ

Improve this page

Add a description, image, and links to the core topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the core topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.