core
Here are 1,097 public repositories matching this topic...
Documentation error at Basics.Int (source):
of that range, the behavior is determined by the compilation target. When
generating JavaScript, the safe range expands to `-2^53` to `2^53 - 1` for some
operations, but if we generate WebAssembly some day, we would do the traditional
The safe range starts from `-(2^53 - 1)
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
Add node editor disableFlags
which is a bitflag enum used to lock certain editor features of the node.
Usage should be similar to https://docs.unity3d.com/ScriptReference/HideFlags.html
Options should include Select, Move, Remove, Duplicate (more?).
Default value should be 0 (no flags set)
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
Installation Notes should mention it can be delivered via Windows Update
Document Details
- 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
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.
-
Updated
Jun 23, 2020 - C
-
Updated
Mar 28, 2018 - Objective-C
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
Add documentation to the reference guide that covers the new data
middleware and resources
functionality. The documentation should cover something like:
- An overview of the functionality, scenarios that it is designed to solve.
- Using
data
middleware to author data aware widgets - Working with resources and data aware widgets
[FAQ] Licensing
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
Currently we don't have any summary for classes and methods as well. As far as I know, this is highly requested by folks who could probably use Valit.
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
Empty help article
Document Details
- ID: f98e0612-3883-ed72-675f-152a0be06f8d
- Version Independent ID: b5a2130a-0443-ed77-e854-5c4039ebe93f
- Content: [Get-CsOnlineDialinConferencingPolicy (skype)](https://docs.microsoft.com/en-us/powershell/module/skype/get-csonlinedialinconferencingpolicy?vi
-
Updated
Jun 30, 2020 - C#
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
-
Updated
Nov 15, 2017 - Swift
-
Updated
Jun 27, 2020 - PowerShell
-
Updated
Jul 10, 2020 - PowerShell
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
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
- ID: f7cf7a2d-2bf1-c605-f3c6-299cb55efa89
- Version Independent ID: 5
Total lack of docs
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
- 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.
Add this topic to your repo
To associate your repository with the core topic, visit your repo's landing page and select "manage topics."
语句中,使用??生成的Sql语句如图,运行时会报错 ,我以为是运算符优先级问题,
再加了括号试试,同样会报错,是否不支持??运算符
![TIM截图